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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,276
» Latest member: eastnoob
» Forum threads: 38,789
» Forum posts: 175,862

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 27 Guest(s)
Google, Bing, Applebot, AOL

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
42 minutes ago
» Replies: 3
» Views: 230
[BeautifulSoup] A few que...
Forum: Web Scraping & Web Development
Last Post: Winfried
2 hours ago
» Replies: 0
» Views: 15
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Today, 05:03 AM
» Replies: 1
» Views: 104
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Yesterday, 06:47 PM
» Replies: 2
» Views: 183
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Yesterday, 04:13 PM
» Replies: 5
» Views: 3,099
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 213
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 154
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 212
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 375
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 91

 
  TypeError: 'list' object is not callable
Posted by: Python_Mey - Aug-25-2020, 03:43 PM - Forum: General Coding Help - Replies (1)

I am currently working on a python project regarding incremental strategy. So I have 2 python scripts, lets call them A and B. Script A contains the a..... More

Print this item

  Edit with Idle Missing
Posted by: kevinvi8 - Aug-25-2020, 03:15 PM - Forum: General Coding Help - Replies (3)

Hey all,

I am extremely new to coding and in my adventures yesterday afternoon I somehow managed to get the "edit with idle" option to disappear fr..... More

Print this item

  tkinter: after issue
Posted by: edwin6938 - Aug-25-2020, 02:37 PM - Forum: GUI - Replies (1)

Hi

i have a problem with a frame gathering an image that i update every 2s. It through me the error:
[python]invalid command name "3186233555656<..... More

Print this item

  factorial using recursive function
Posted by: spalisetty06 - Aug-25-2020, 02:10 PM - Forum: General Coding Help - Replies (12)

Hello,
I am practicing on factorial using Recursive function. I am facing an issue here. Kindly correct me.

[python]
'''Recursive Function'''
de..... More

Print this item

  Python App On Different Versions
Posted by: Harshil - Aug-25-2020, 01:46 PM - Forum: News and Discussions - Replies (3)

How To know if my python app can run on different versions of python 3.x And 2.7 also!

Print this item

  User Input to mySQL database
Posted by: newbie1 - Aug-25-2020, 12:57 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi,

I have some issues while writing my query and specially how to "secure" de user_input in the query
I'm trying to use the user input and pass i..... More

Print this item

  Exercices
Posted by: pyzyx3qwerty - Aug-25-2020, 12:11 PM - Forum: Bar - Replies (2)

Any good sites which provide python exercises to practice?
I haven't really coded in a while, so I need something to recall exercices to recall.

Print this item

  Try except problem
Posted by: MarcJuegos_YT - Aug-25-2020, 11:50 AM - Forum: Homework - Replies (2)

Hi,
I'm currently coding a DNA to RNA translator and I'd like to make some exceptions with the try and except key.
The first exception I'm doing is..... More

Print this item

  function not giving back total
Posted by: SephMon - Aug-25-2020, 11:40 AM - Forum: General Coding Help - Replies (1)

Hello there

New to python, I have a background in java, I'm finding oop in python confusing, this program simply prints out employee info and its s..... More

Print this item

  Begginer problem with turtle
Posted by: Damien_X - Aug-25-2020, 11:17 AM - Forum: General Coding Help - Replies (1)

So I'm watching a Youtube video and they tell me to write this:

qazi_turtle = turtle.Turtle()
qazi_turtle.forward(100)
(I'..... More

Print this item

  Optimising Genetic Algorithm Using Network Data from .csv
Posted by: Gfizz - Aug-25-2020, 10:11 AM - Forum: Data Science - Replies (1)

I am very new to Python and I am trying to understand the implementation of genetic algorithms (GA) for transport applications. I have done some resea..... More

Print this item

  My first day coding (ever) :/
Posted by: jessefarquhar - Aug-25-2020, 08:04 AM - Forum: General Coding Help - Replies (8)

Hey, I have just started reading 'Python for programers' and theres an example in the textbook that gets us to execute a script. But the command doesn..... More

Print this item

  Pls Help me make website using ip address
Posted by: idnpoker_sboku99 - Aug-25-2020, 07:42 AM - Forum: News and Discussions - Replies (2)

Pls Help me make website using ip address

sometimes i see website from search engine, example : 134.19.182.170/main/index.php
all page from this s..... More

Print this item

  File Name Parsing
Posted by: millpond - Aug-25-2020, 07:25 AM - Forum: General Coding Help - Replies (5)

After minths of putzing around with toy code and simple example scripts, I decided to get started on some real code I will actually use. Extending my ..... More

Print this item

  General coding
Posted by: Ellimann - Aug-25-2020, 04:00 AM - Forum: General Coding Help - Replies (2)

HI to all
I needto kwnow what this code below don't work in python.

def Add5(in)
out=in+5
return out
print(Add5(10))

HI t..... More

Print this item

  Images for file dupe finder
Posted by: darter - Aug-25-2020, 03:30 AM - Forum: GUI - Replies (2)

I can find dupes of image files in a linux filesystem and produce thumbnails with PIL. I feel I'm kinda done with the Python part of this and want t..... More

Print this item

  Appending some rows in a .csv file from another .csv file
Posted by: tester_V - Aug-25-2020, 02:07 AM - Forum: General Coding Help - Replies (1)

Hi,
I need to append some of the rows in a .csv file from another file. I have never did it before, I found some snippets online to do that.
I thoug..... More

Print this item

  Bitwise Slicing
Posted by: Peter_Truman - Aug-25-2020, 12:58 AM - Forum: General Coding Help - Replies (6)

Hi - New to Python so please forgive any mistakes

I want to know if there is a more elegant way of slicing a byte?

I have an 8 bit result from r..... More

Print this item

  Syntax error with def ?
Posted by: floppywalking - Aug-25-2020, 12:55 AM - Forum: General Coding Help - Replies (2)

Hello all,

I am in chapter 5 of Automate the Boring Stuff with Python and working on coding the guest list problem in the chapter. For reference, ..... More

Print this item

  Running scripts and location of saved interpreted user-defined classes and functions
Posted by: leodavinci1990 - Aug-24-2020, 10:35 PM - Forum: General Coding Help - Replies (3)

My general inception If the scripts containing user-defined functions and user-defined classes. And the Python shell is closed. These functions and cl..... More

Print this item

  Threading and appending arrays
Posted by: hairem - Aug-24-2020, 10:15 PM - Forum: General Coding Help - No Replies

I am trying to run a thread that will read in voltages while an adjustment is made over time to obtain an average voltage, but it doesn't look like th..... More

Print this item

  What does this error mean?
Posted by: ErnestTBass - Aug-24-2020, 05:48 PM - Forum: General Coding Help - Replies (18)

The code shown below produces the following error code on line 168.


[error]
File "C:\Users\Newport_j\Downloads\Formatting NFL data for doing dat..... More

Print this item

  Dictionaries and Variables?
Posted by: Milfredo - Aug-24-2020, 05:09 PM - Forum: General Coding Help - Replies (2)

I have watched about 6 videos and tried to find documentation concerning this to no avail. Is there a way to read a value from a list into a variable..... More

Print this item

  Announcing PyMADCAD for mechanical design
Posted by: jimy_byerley - Aug-24-2020, 03:37 PM - Forum: Code sharing - Replies (5)

I announce a new python module, dedicated to mechanical engineering: pymadcad

I know this purpose can be far from what ..... More

Print this item

  def Class
Posted by: trazom - Aug-24-2020, 03:35 PM - Forum: General Coding Help - Replies (4)

hi,

why is there sometimes an """_""" underscore in the definition of a Class , like this

[python]class C:
def __init__(self):
sel..... More

Print this item

  turtle calculate angles
Posted by: thruss - Aug-24-2020, 03:04 PM - Forum: General Coding Help - Replies (3)

Oh my this is so basic but....

I can create a 5 pointed star beautifully using a for loop. I can see different variations of star using while loop..... More

Print this item

  Run more than one window together with tkinter
Posted by: SmukasPlays - Aug-24-2020, 03:03 PM - Forum: GUI - Replies (1)

I'm doing a program that has loads of windows that do different functions. But I don't know how to run more than run window together. When I'm running..... More

Print this item

  Counting in a csv file
Posted by: standenman - Aug-24-2020, 02:57 PM - Forum: Data Science - Replies (4)

I have a csv file for which I would like to create a dictionary with "word" and "Count" within a column. So if I have Column "Name" with "Parkland Ho..... More

Print this item

  a complicated randomized function which I'm stuck on
Posted by: jojo77m - Aug-24-2020, 02:48 PM - Forum: General Coding Help - Replies (11)

Hi
I have a function that I can run at a specific time of the day, but I'd like to change it and I cannot get my head round the process.

I'd like ..... More

Print this item

  Analysing XML file
Posted by: rowan_bradley - Aug-24-2020, 02:40 PM - Forum: General Coding Help - Replies (1)

I am trying to analyse the following XML file, and ones like it:

<xml>
<exam xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xsi="http://www..... More

Print this item

  how to filter data frame dynamically with the columns
Posted by: psahay - Aug-24-2020, 01:10 PM - Forum: Data Science - No Replies

Hi every one I am learning python and am trying to filter a dataframe where I can create a dropdown for a column defined in dataframe and filter it d..... More

Print this item

  Need help for my code!
Posted by: saratha - Aug-24-2020, 12:48 PM - Forum: Homework - Replies (4)

Hey guys, I have a problem and I'm really confused of how to do it. Anyone know this?

Problem: print 100 random strings(all lowercase letters), eac..... More

Print this item

  Unexpected syntax error
Posted by: djwilson0495 - Aug-24-2020, 10:21 AM - Forum: General Coding Help - Replies (7)

I'm using the following code:

[python]
if score == 1 or score == 2: # if a weak password is created asks the user to try again
print("Thi..... More

Print this item

  storing conditions
Posted by: sureshSinghBisht - Aug-24-2020, 09:03 AM - Forum: General Coding Help - Replies (4)

I used following code for printing each word of a string in reveres order.
[python]
str=input("Enter a string : ")
i=0
j=0
k=0

# stored condi..... More

Print this item

  Don't understand error message
Posted by: Milfredo - Aug-24-2020, 08:48 AM - Forum: General Coding Help - Replies (2)

I had quite a bit of code written and it was working fine. Then I did something that threw the following error. But first I went back to the beginning..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 42 minutes ago Tuurbo46 deanhystad General Codin...
  [BeautifulSoup] A few que... 2 hours ago Winfried Winfried Web Scraping ...
  link variable to exc bloc... Today, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... Yesterday, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python Yesterday, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
Most views
  The best Prog... 579154
  Tutorial Requ... 511615
  Web Scraping ... 442105
  Newbie with P... 386189
  New Users Int... 378845
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12108
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
eastnoob Today
cruisesfares Today
SavingSquirrel199835 Yesterday
Astrobert Yesterday
DataScientist071 Yesterday

User Panel Messages

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