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,932
» Latest member: Murphy_Graham
» Forum threads: 38,723
» Forum posts: 175,502

Full Statistics

Online Users
There are currently 44 online users.
» 0 Member(s) | 38 Guest(s)
Bing, AOL, Google, AOL, Apple

Latest Threads
Hire Cyber Codex Revoluti...
Forum: General Coding Help
Last Post: Murphy_Graham
1 hour ago
» Replies: 0
» Views: 14
HIRE A HACKER FOR CRYPTO ...
Forum: General Coding Help
Last Post: AndreasMuller22
2 hours ago
» Replies: 0
» Views: 14
HIRE A HACKER FOR CRYPTO ...
Forum: General Coding Help
Last Post: AndreasMuller22
2 hours ago
» Replies: 0
» Views: 7
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
3 hours ago
» Replies: 8
» Views: 2,197
real community
Forum: News and Discussions
Last Post: decuser
4 hours ago
» Replies: 3
» Views: 1,349
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
5 hours ago
» Replies: 1
» Views: 147
looking for help
Forum: Bar
Last Post: Azdaghost
7 hours ago
» Replies: 0
» Views: 46
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
9 hours ago
» Replies: 7
» Views: 2,679
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 939
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 632

 
  UnboundLocalError: local variable 'Num' referenced
Posted by: kunalmetha - Apr-14-2017, 03:12 PM - Forum: General Coding Help - Replies (2)

my question here why does my code  generate the UnboundLocalError: local variable 'Num' referenced
[co..... More

Print this item

  Menus, buttons and other widgets for Pygame
Posted by: Olleus - Apr-14-2017, 03:12 PM - Forum: Game Development - Replies (4)

I've started coding a turn based game in python and now want to start work on the UI. pygame seemed like the natural choice. I've gone through the tut..... More

Print this item

  execute sequence
Posted by: baolevani - Apr-14-2017, 01:40 PM - Forum: General Coding Help - Replies (2)

Hello Python World,

I need to utilize following sequence in python 2.6

[color=#000000][size=medium][font=Calibri][b]Run external program=>Read i..... More

Print this item

  Convert .MTS files
Posted by: pberrett - Apr-14-2017, 11:06 AM - Forum: General Coding Help - Replies (16)

Hi everyone

I am trying to write a python program to do some video manipulation and uploading i.e. automate some boring tasks which I normally do w..... More

Print this item

  Finding Number of Lowercase letters in a Set
Posted by: Steven - Apr-14-2017, 04:43 AM - Forum: Homework - Replies (6)

I have a set being passed to a function. Each element has a word in it with a mixture of upper and lower case characters. I need to find the one with ..... More

Print this item

  Set Comprehension
Posted by: Steven - Apr-13-2017, 09:18 PM - Forum: Homework - Replies (3)

I have a text file that is going to be sent to my function. I simply need to send the words in the file back in a set. Not so difficult with a for loo..... More

Print this item

  How to Create Very Very Special Class with too many magic methods ?
Posted by: harun2525 - Apr-13-2017, 07:54 PM - Forum: General Coding Help - Replies (5)

i wanted a PointerVariable Class. but many problems came out. i want to understand what i want with following code. 

[python]

class PointerVariable(..... More

Print this item

  Change the colour of a plot
Posted by: Sito - Apr-13-2017, 06:15 PM - Forum: Homework - Replies (1)

Hi, 

some days ago, I received the task to plot something (I can give you more details if needed) and it worked out quite well, but I have some tro..... More

Print this item

  Comparing 2 lists
Posted by: BerryK - Apr-13-2017, 04:28 PM - Forum: Homework - Replies (4)

Hello dear readers,

I'm very new to Python, I started reading and following some tutorials on Python 2 days ago. A long long time ago, like 10years..... More

Print this item

  SPYDER IDE is GREAT
Posted by: teenspirit - Apr-13-2017, 04:09 PM - Forum: News and Discussions - Replies (7)

Everyone should try SPYDER IDE under MIT license, its free and if you use linux only requires sudo apt-get install spyder3, (or your flavor's variatio..... More

Print this item

  Why is voxel generated terrain looks better?
Posted by: hsunteik - Apr-13-2017, 11:23 AM - Forum: General Coding Help - Replies (1)

why does voxel generated terrain looks better especially the graphics and the colours?
Is it because is most voxel game uses cel shading or is it the..... More

Print this item

  pywinauto problems
Posted by: vnc - Apr-13-2017, 10:32 AM - Forum: General Coding Help - Replies (3)

Apologies if this is the wrong location for the post, i wasn't sure where it fits...anyways:

I already had python 3.6 installed on windows 10 and h..... More

Print this item

  Difference between Minecraft and Stellar overload?
Posted by: hsunteik - Apr-13-2017, 10:14 AM - Forum: Bar - Replies (3)

what is the difference between minecraft and Stella overload in every aspect ,such mechanics ,graphic ,gameplay,etc?
Which is the better game for you..... More

Print this item

  Bug: Adding link removed space character
Posted by: wavic - Apr-13-2017, 07:07 AM - Forum: Board - Replies (6)

I wrote a post and after that I decided to put a link ..... More

Print this item

  python3 does not understand: exit(0)
Posted by: sylas - Apr-13-2017, 05:58 AM - Forum: General Coding Help - Replies (9)

my question here Hi all. If I like to stop the program, what shall I use instead of :  exit(0) ??

My code here:
[python]
# file3.p
# import sys..... More

Print this item

  Insert values into a column in the same table based on a criteria
Posted by: klllmmm - Apr-13-2017, 05:54 AM - Forum: Data Science - Replies (3)

I need your help to insert vales into my table based on a criteria.
My dataframe is as follows
[python]df = pd.DataFrame([['2016-04-19',533247,19750..... More


Attached Files

Thumbnail(s)
   
Print this item

  program is related to leading zeros
Posted by: amrita - Apr-13-2017, 05:54 AM - Forum: General Coding Help - Replies (3)

according to me this program output should be [0 0 6 2],but output is [0 0 2],why
[python]
#request input from the user
num=eval(input("please ente..... More

Print this item

  Stupid question
Posted by: abradler - Apr-13-2017, 04:49 AM - Forum: General Coding Help - Replies (3)

Can someone tell me why my nothing happens when i execute my program. Here is my code and output:


[python]total_cash=0
total_owed=0
total_candy..... More

Print this item

  Problem pycharm +anaconda (numba)
Posted by: JAson - Apr-13-2017, 04:47 AM - Forum: Data Science - Replies (4)

I have install numba put pycharm still tell me its not.   Wall 

pycharm error:
[error]
Traceback (most recent call last):
  File "C:/Users/J..... More

Print this item

  Email - Send email using Windows Live Mail
Posted by: cyberzen - Apr-13-2017, 01:53 AM - Forum: General Coding Help - Replies (2)

Hi all, 

As above matters, i have some problem how to send email using my default email client (Windows live mail) using Python.

After some expl..... More

Print this item

  The LOL Translator
Posted by: SpeedyZapGaming - Apr-12-2017, 07:16 PM - Forum: Code sharing - Replies (7)

Hello everyone I'm an average python coder so I just coded a LOL Translator. Just wanted to ask for suggestions on how to improve it!
[python]""" Thi..... More

Print this item

  translate this into python plz
Posted by: abrew132 - Apr-12-2017, 07:08 PM - Forum: General Coding Help - Replies (3)

how do i make a bot that does this (just translate to python plz)



[python]

(while 1 loop here to keep this script running)


if (p) is pressed, pr..... More

Print this item

  'function' object has no attribute 'health'
Posted by: DavidQQ - Apr-12-2017, 05:21 PM - Forum: General Coding Help - Replies (2)

How do I fix this? (PY Latest version)
[python]class Character(object):
    def __init__(self):
        self.health = 100

class Blacksmith(Chara..... More

Print this item

  pytrends problem
Posted by: Karen - Apr-12-2017, 04:58 PM - Forum: General Coding Help - Replies (10)

I've referred to the pytrends, but I still can't understand that the system always shows invalid syntax in the 44th line. Can anyone help me? Thanks a..... More

Print this item

  web scraping forum
Posted by: metulburr - Apr-12-2017, 03:32 PM - Forum: Web Scraping & Web Development - Replies (9)

I often wonder if there should be a web scraping forum? (selenium, bs4, lxml uses and questions) Or if this is going into too much detail that should ..... More

Print this item

  help in getting deployed application versions
Posted by: dark5tar - Apr-12-2017, 02:38 PM - Forum: General Coding Help - Replies (5)

Can somebody help me how to get deployed application version from web logic server

As i need to deploy delta versions based on deployed ones.

Print this item

  multiplying diffrent variables.
Posted by: darktitan - Apr-12-2017, 02:18 PM - Forum: GUI - Replies (2)

Hi got a little problem with my code im trying to multiply 3 diffrent variables and show the resault in a messagebox but im getting an error. I know m..... More

Print this item

  files creation question, any help plz ?
Posted by: Qubayel - Apr-12-2017, 12:39 PM - Forum: General Coding Help - Replies (10)

I have a .txt file that contain tweets and its ID for example
[code]..... More

Print this item

  closing image automatically
Posted by: masoud - Apr-12-2017, 11:07 AM - Forum: Data Science - Replies (1)

Dear all

I have several *.sfd files which created by a simulation code. I wrote a program containing a for Loop which reads  each time one .sfd fil..... More

Print this item

  This talks a lot for the guys who're developing Atom
Posted by: wavic - Apr-12-2017, 09:49 AM - Forum: Bar - Replies (1)

I like it so much  Smile
click

Print this item

  acquire 20Hz electrical signal
Posted by: 2piF - Apr-12-2017, 09:15 AM - Forum: Data Science - Replies (1)

Hello, I expose my problem: I want to acquire a signal various frequency (alternating sinusoidal 0.2mV alternative with the help of a program in pytho..... More

Print this item

  how exactly do i get my question and answer to work in my program
Posted by: Rashi - Apr-12-2017, 07:26 AM - Forum: Homework - Replies (5)

ok so i need to create a program in tkinter with upto 50 question and 4 options respective to each question now for testing i have added loops but now..... More

Print this item

  I need help with pySerial
Posted by: oz1sej - Apr-12-2017, 05:56 AM - Forum: General Coding Help - Replies (9)

I'm trying to write a program that reads from a serial port and writes to a file. But I can't make pySerial work.

"import serial" at the start of t..... More

Print this item

  Check matrix...
Posted by: jkk30 - Apr-12-2017, 04:45 AM - Forum: Homework - Replies (6)

Hi 
I need a little help.  
How to check whether a matrix corresponding to the rules?

[python]
Matrix =  [[1, 30, 34, 55, 75], 
             [1..... More

Print this item

  Learning advanced lxml
Posted by: Larz60+ - Apr-12-2017, 04:34 AM - Forum: Web Scraping & Web Development - Replies (3)

I started (about two hours ago) digging into lxml, for no other reason than
I want to develop a better knowledge of what it's capable of.

Getting ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Hire Cyber Codex Revoluti... 1 hour ago Murphy_Graham Murphy_Graham General Codin...
  HIRE A HACKER FOR CRYPTO ... 2 hours ago AndreasMuller22 AndreasMuller22 General Codin...
  HIRE A HACKER FOR CRYPTO ... 2 hours ago AndreasMuller22 AndreasMuller22 General Codin...
  403 Error 3 hours ago CaptainNewb snippsat Web Scraping ...
  real community 4 hours ago decuser decuser News and Disc...
  variable changing types f... 5 hours ago Azdaghost Gribouillis General Codin...
  looking for help 7 hours ago Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 9 hours ago Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575719
  Tutorial Requ... 496907
  Web Scraping ... 439759
  Newbie with P... 383413
  New Users Int... 364900
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+ 12087
buran 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Murphy_Graham Yesterday
AndreasMuller22 Yesterday
luisshulez6883 Yesterday
KennedyRichadGuerra Yesterday
Williefaree Yesterday

User Panel Messages

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