Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,935
» Latest member: jonhabraham12109
» Forum threads: 38,733
» Forum posts: 175,518

Full Statistics

Online Users
There are currently 66 online users.
» 1 Member(s) | 55 Guest(s)
Bing, Google, Facebook, AOL, Internet Archive, kshahzad1985

Latest Threads
EXPERT CRYPTO RECOVERY: C...
Forum: News and Discussions
Last Post: jonhabraham12109
47 minutes ago
» Replies: 0
» Views: 9
MY CRYPTOCURRENCY/BITCOIN...
Forum: News and Discussions
Last Post: jonhabraham12109
48 minutes ago
» Replies: 0
» Views: 2
ChainX Hacker Solutions r...
Forum: News and Discussions
Last Post: jonhabraham12109
49 minutes ago
» Replies: 0
» Views: 2
ChainX Hacker Solutions h...
Forum: News and Discussions
Last Post: jonhabraham12109
49 minutes ago
» Replies: 0
» Views: 3
ChainX Hacker Solutions s...
Forum: News and Discussions
Last Post: jonhabraham12109
49 minutes ago
» Replies: 0
» Views: 2
Lost USDT in crypto fraud...
Forum: News and Discussions
Last Post: jonhabraham12109
50 minutes ago
» Replies: 0
» Views: 1
Can Bitcoin fraud be reve...
Forum: News and Discussions
Last Post: jonhabraham12109
50 minutes ago
» Replies: 0
» Views: 1
Victims of stolen Bitcoin...
Forum: News and Discussions
Last Post: jonhabraham12109
50 minutes ago
» Replies: 0
» Views: 1
USDT drained from scam tr...
Forum: News and Discussions
Last Post: jonhabraham12109
51 minutes ago
» Replies: 0
» Views: 22
Cryptocurrency Tracing an...
Forum: News and Discussions
Last Post: jonhabraham12109
51 minutes ago
» Replies: 0
» Views: 25

 
  Pygame importing classes
Posted by: Padalinkiller1 - Nov-15-2017, 01:52 PM - Forum: General Coding Help - Replies (2)

I am creating a quiz program in pygame, I have currently created my main menu which stores my background, buttons and mouse interaction in one class. ..... More

Print this item

  Processing PDF
Posted by: Rajeshatpython - Nov-15-2017, 11:33 AM - Forum: Data Science - No Replies

Hello All,
I need to process PDF and convert the table like data to CSV, this table contains fund name that could be unorganized, scattered or some t..... More

Print this item

  Importing matlab cell array (.mat) into a python list
Posted by: scanato - Nov-15-2017, 11:04 AM - Forum: Data Science - No Replies

Hi! I'm trying to import a .mat file that contains a cell array. In matlab I did this:
a={'element1';'element2';'element3'};
save('m.mat','-v7','a')..... More

Print this item

  Django field model for HTML parser?
Posted by: Drone4four - Nov-15-2017, 02:43 AM - Forum: Web Scraping & Web Development - No Replies

The contents of my models.py looks like this:
[python]
from django.db import models

# Create your models here.
class Post(models.Model):
..... More

Print this item

  Installing an interpreter
Posted by: Skipper_Dan - Nov-15-2017, 01:54 AM - Forum: General Coding Help - Replies (15)

What are my best bets for an interpreter? I am just starting with Python through Udacity. I have tried Skulpt but have problems with it.

Print this item

  unicode
Posted by: Skaperen - Nov-15-2017, 01:52 AM - Forum: Bar - Replies (7)

the range of ASCII characters that are "printable" is 32 to 126, or 33 to 126, inclusive, depending on whether blank spaces are considered "printable"..... More

Print this item

  Cannot attach to com port with Pyserial
Posted by: sabdulqadir - Nov-15-2017, 12:47 AM - Forum: General Coding Help - No Replies

I am using a microcontroller to send some data to a PC using Virtual Com Port (USB interface). I am using pyserial to receive the data on the PC. I am..... More

Print this item

  User input only takes the last number
Posted by: Austin11 - Nov-15-2017, 12:09 AM - Forum: Homework - Replies (16)

Basically. You have 7 iterations you must enter for pints of blood, or blood donations. Then, it calculates the total, average, and the high and low a..... More

Print this item

  Graphing process execution time
Posted by: Temennigru - Nov-14-2017, 11:49 PM - Forum: General Coding Help - Replies (4)

I have a bunch of process execution times that I'd like to graph (starting and ending time).
Something like this:
[img]http://i1147.photobucket.com/al..... More

Print this item

  Multiple lines?
Posted by: Noobie12 - Nov-14-2017, 11:40 PM - Forum: General Coding Help - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Discord bot that asks questions and based on response answers or asks more questions
Posted by: absinthium - Nov-14-2017, 10:32 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Class with text widget method
Posted by: AeranicusCascadia - Nov-14-2017, 09:09 PM - Forum: GUI - Replies (3)

I am quite new to Python and programming in general and just starting to work with Tkinter, so your patience and help is really appreciated.

I am t..... More

Print this item

  Uninitialized ASN.1 value in Flask LDAP3 Auth blueprint
Posted by: zoidberg - Nov-14-2017, 08:29 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to put together a flask blueprint for LDAP3 auth. I started out with a standard flask app and that works fine but as soon as I turn it into..... More

Print this item

  Not sure why this works...
Posted by: goldtiger6 - Nov-14-2017, 08:12 PM - Forum: General Coding Help - Replies (1)

I'm working on a project for class and I was not sure why this didn't work:

Input:
0
9
[python]def hcf(a, b):

for i in rang..... More

Print this item

  When to call thread.join in a GUI application
Posted by: QueenSvetlana - Nov-14-2017, 06:12 PM - Forum: General Coding Help - No Replies

[python]import wx
import json
import queue
import threading


class MyDialog(wx.Frame):

def __init__(self, parent, title):
self...... More

Print this item

  Best Method for simple GUI?
Posted by: PythonAndArduino - Nov-14-2017, 03:07 PM - Forum: General Coding Help - Replies (4)

I've made a number guessing game, and I want to build a GUI so it can be played outside of a command prompt window so that I can eventually export it ..... More

Print this item

  calling python function with multiple argument in C#
Posted by: braveYug - Nov-14-2017, 11:20 AM - Forum: General Coding Help - Replies (1)

Hello All,

I am stuck with a new problem . I have created a simple python code say for summing 2 variables. File is called as Addition.py
Addition..... More

Print this item

  Output ZMQ-content to browser
Posted by: AarClay - Nov-14-2017, 10:37 AM - Forum: General Coding Help - Replies (9)

I have this code in Python. (Add i'm not a great python-expert ;) )
With this I can output the content of the ZeroMQ-stream to a file. Only writing t..... More

Print this item

  Allow only digit
Posted by: penoxcz - Nov-14-2017, 09:57 AM - Forum: Homework - Replies (3)

Hi, I need to make some check if num1 and num2 are digit then continue and if cislo_operace is digit then continue if not display custom error.
[pyth..... More

Print this item

  List comprehension, I think(?)
Posted by: zykbee - Nov-14-2017, 07:20 AM - Forum: General Coding Help - Replies (10)

Hey guys. When I run this, it properly writes to a new text file any line of the "full" list that doesn't have a corresponding line in the "emit" list..... More

Print this item

  list of list to list of tuple?
Posted by: student8 - Nov-14-2017, 02:38 AM - Forum: Homework - Replies (2)

network= [['0 1'], ['0 2'], ['0 3'], ['1 4'], ['1 6'], ['1 7'], ['1 9'], ['2 3'], ['2 6'], ['2 8'], ['2 9']]

I have a list of lists (above) and I a..... More

Print this item

  my post is blocked as spam?
Posted by: Skaperen - Nov-14-2017, 02:12 AM - Forum: Board - Replies (6)

how is it that my post revealing technical details about how python.org is not online got blocked as spam?

Print this item

  Google Cloud App Deployment Help..
Posted by: BlackHeart - Nov-13-2017, 09:24 PM - Forum: General Coding Help - Replies (1)

Been trying to figure out how to run my python script on the Google cloud platform.. I'm not sure if this is the right section for this. I was directe..... More

Print this item

  IndexError: list index out of range
Posted by: BoaCoder3 - Nov-13-2017, 07:21 PM - Forum: General Coding Help - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Strange behavior
Posted by: Larz60+ - Nov-13-2017, 06:56 PM - Forum: Bar - Replies (8)

I've noticed myself having a lot of typo's lately, and was worried that my age was catching up with me.
Then, I started thinking about my wireless ke..... More

Print this item

  Sharing objects in multiple processes
Posted by: duje - Nov-13-2017, 04:41 PM - Forum: Code sharing - No Replies

Here's a python package I made for sharing complex objects between processes.

git: https://github.com/dRoj[url=https://python-forum.io/thread-6278.html]..... More

Print this item

  Trouble passing arguments
Posted by: underoathed - Nov-13-2017, 02:36 PM - Forum: General Coding Help - Replies (2)

When I call the functions and go to pass arguments for the functions (specifically for download_clips and download_clip) I get an error. I'm unsure wh..... More

Print this item

  User Interface
Posted by: metulburr - Nov-13-2017, 01:05 PM - Forum: Game Tutorials - Replies (2)

Pygame does not come with widget toolkits such as buttons, sliders, input boxes, etc. You have to create them from scratch. Writing a single button fo..... More


Attached Files

Thumbnail(s)
   
Print this item

  Web scraping with list from Excel - HELP
Posted by: olsmag - Nov-13-2017, 12:04 PM - Forum: General Coding Help - Replies (1)

Hi everybody,

I need to use Python to do a task for my boss. Only one problem; I have never used Python before! So I desperatly need your help.

..... More

Print this item

  converting python list to a list by user input
Posted by: Dante24 - Nov-13-2017, 11:15 AM - Forum: General Coding Help - Replies (1)

Hello. I have this algorithm for breadth search and depth search. AS you can see below, the variable parents holds my nodes. How can I change it so th..... More

Print this item

  argmin() and argsort()
Posted by: PythonNewbie - Nov-13-2017, 10:16 AM - Forum: Data Science - Replies (5)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Automation Script for Opttimization
Posted by: vasuv - Nov-13-2017, 09:46 AM - Forum: General Coding Help - Replies (1)

[code]
Hi,

As a Oracle Developer, I am writing many Procedures,Functions and Packages. Facing Many optimization issue after writing these Database..... More

Print this item

  Storm Hurricane Tracker (NEED HELP ASAP)
Posted by: zak1206 - Nov-13-2017, 06:50 AM - Forum: Homework - Replies (2)

I need help with a hurricane tracker program I am working on that I think you guys might be able to help me with!
I can use help via skype if possibl..... More

Print this item

  Calling list from previous function
Posted by: zykbee - Nov-13-2017, 05:38 AM - Forum: General Coding Help - Replies (1)

I am writing a program using python w/ tkinter. The GUI is three buttons. Two of them are to be used for inputting a text file, then converting it to ..... More

Print this item

  Problem Using Python Library
Posted by: abir99 - Nov-13-2017, 05:17 AM - Forum: General Coding Help - Replies (8)

Hello ,
I am new on Python. I am trying to use a library called "bangla_pos_tagger"(1).
Rules to use it:


[align=center] Install the modul..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  EXPERT CRYPTO RECOVERY: C... 47 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  MY CRYPTOCURRENCY/BITCOIN... 48 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  ChainX Hacker Solutions r... 49 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  ChainX Hacker Solutions h... 49 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  ChainX Hacker Solutions s... 49 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  Lost USDT in crypto fraud... 50 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  Can Bitcoin fraud be reve... 50 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  Victims of stolen Bitcoin... 50 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  USDT drained from scam tr... 51 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  Cryptocurrency Tracing an... 51 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
  BITCOIN AND CRYPTO SCAM R... 56 minutes ago jonhabraham12109 jonhabraham12109 News and Disc...
Most views
  The best Prog... 576190
  Tutorial Requ... 497794
  Web Scraping ... 440134
  Newbie with P... 383955
  New Users Int... 366584
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12089
buran 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
jonhabraham12109 Today
Hershien Today
Diyaseating Today
marineoman Today
marineservice Today

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020