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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 41 Guest(s)
Bing, Google, Mojeek, AOL

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
8 hours ago
» Replies: 0
» Views: 26
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,463
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 116
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 45
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,021
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,289
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 327
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 169
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 230
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,124

 
  Help with beginner ML project
Posted by: PyFool - May-13-2020, 03:34 AM - Forum: Data Science - Replies (1)

I'm a hobbyist. I have a project in mind (a bit ambitious for me) for which I would like a little guidance. I have built a Mancala AI that is fairly g..... More

Print this item

  how to use getter as argument in function
Posted by: nanok66 - May-13-2020, 01:08 AM - Forum: General Coding Help - Replies (3)

Hi,

I am starting to become familiar with using getters and setters but I'm stumped on this example of using a getter within a function. The close..... More

Print this item

  Lunar Lander Text Game
Posted by: hendry1 - May-13-2020, 12:20 AM - Forum: Code sharing - Replies (1)

Making the classic Lunar Lander game... But with a twist! Instead of using pygame or other graphics, I went completely old-school! Hope you enjoy!

..... More

Print this item

  Problem with the printer function
Posted by: scratchmyhead - May-12-2020, 07:58 PM - Forum: GUI - Replies (4)

How can I print a variable to the local printer?

Print this item

  apply command on every list element
Posted by: flash77 - May-12-2020, 06:31 PM - Forum: GUI - Replies (7)

Hello,
I'm totally new in programming in python.

I'm planning to write a sudoku solver in python. I have a frame with 81 entries on it and I want ..... More

Print this item

  Event Detection clashing
Posted by: EvanS1 - May-12-2020, 06:19 PM - Forum: General Coding Help - No Replies

I have a small problem.

I have two bits of code that both work as expected individually but don't work together. Suggestions as to how to fix it p..... More

Print this item

  Load table from Oracle to MYSQL using python
Posted by: himupant94 - May-12-2020, 04:50 PM - Forum: General Coding Help - No Replies

Tried below code to load rows from Source(Oracle) to Target(MYSQL)

[b]for row in source_cursor:
target_cursor.execute("INSERT INTO JOB (SU..... More

Print this item

  ROC graph help
Posted by: Afrodizzyjack - May-12-2020, 03:38 PM - Forum: Data Science - Replies (1)

Hello all,

is anybody familiar with ROC graphs? I have 4 different SSD mobilenet v3 models made and I need to evaluate which is the best. I have re..... More

Print this item

  SamBot
Posted by: Zirizo - May-12-2020, 12:22 PM - Forum: Code Review - Replies (2)

I'm completely brand new to Python and I've been learning on a cool course. I will put what I learn into this project i'm working on named SamBot. It'..... More

Print this item

  help me to find turtle codes for those patterns
Posted by: hammza - May-12-2020, 12:14 PM - Forum: News and Discussions - No Replies

hi every one

can some one help me to find turtle codes for those patterns


Attached Files

Thumbnail(s)
       
Print this item

  Find index value in List
Posted by: Martin2998 - May-12-2020, 11:45 AM - Forum: General Coding Help - Replies (3)

hi,

is there any good ways to find the location of a value in a list that consist of multiple brackets?

so for example:
[python]test = ["54", "..... More

Print this item

  Help Fixing Code
Posted by: kianwalters05 - May-12-2020, 11:21 AM - Forum: General Coding Help - Replies (5)

I'm doing a cybersecurity course and one of the levels requires editing a python script to brute force a .zip file. I edited some very easy errors lik..... More

Print this item

  Detect event by motion/image - Help
Posted by: Zarqua - May-12-2020, 10:38 AM - Forum: General Coding Help - No Replies

Hi.

Im trying to manipulate a event happening in a game. The event is a fishing script, where a vertical line slides from side to side and my goal ..... More

Print this item

  Updating box with Drop Down selection
Posted by: RCC99 - May-12-2020, 10:25 AM - Forum: GUI - Replies (3)

Hi all,

I am fairly new to using Tkinter and ive created a drop down list but what i want to do if a user selects a destination for the text box to..... More

Print this item

  [FLASK] checkbox onclick event
Posted by: Mad0ck - May-12-2020, 09:51 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

Im new to this forum, and already asking my first question ....


I googled a lot, but didnt found a clear answer for that.

Is it (som..... More

Print this item

  Sort on basis of (name,age,score)
Posted by: pyzyx3qwerty - May-12-2020, 09:49 AM - Forum: Homework - Replies (9)

You are required to write a program to sort the (name, age, height) tuples by ascending order where name is string, age and height are numbers. The tu..... More

Print this item

  How to implement the if statement properly
Posted by: scratchmyhead - May-12-2020, 09:21 AM - Forum: GUI - No Replies

I have a snip of code listed here. Basically is a database containing motel room numbers. There are 5 rooms in the data base. Some are dirty and some ..... More

Print this item

  Expose chrome extension buttons to Python
Posted by: robertjaxe - May-12-2020, 06:56 AM - Forum: Web Scraping & Web Development - Replies (2)

Does anybody knows how to expose chrome extension button and functionality to python code?

I have a PID of active chrome window and need to activat..... More

Print this item

  Fixing a code error
Posted by: Twoshawns - May-12-2020, 06:23 AM - Forum: General Coding Help - Replies (5)

I am currently trying to practice python So I tried making a Rock paper scissors game where the player is against a computer but I don't understand ho..... More

Print this item

  How to use place holders in tkinter sqlite
Posted by: scratchmyhead - May-12-2020, 04:58 AM - Forum: GUI - Replies (1)

I have a program with a sqlite database and I'm trying to update a record by using place holders. I'm not sure why but I'm getting the following error..... More

Print this item

  Messagebox with playsound
Posted by: khandelwalbhanu - May-12-2020, 04:38 AM - Forum: GUI - Replies (6)

I am trying to play sound(recorded sound of message in message box) with message box.

playsound('myrecord.wav')
messagebox.askquestion('Informatio..... More

Print this item

  Matplotlib String on y axe
Posted by: chakib - May-12-2020, 04:13 AM - Forum: General Coding Help - No Replies

Hello everyone,

I'm having some issue with this sample code using histogram & matplotlib, i can't display a bar for the first value [b]Satisfaisant..... More

Print this item

  Help in designing a timestamp finder for chapter-less TV shows
Posted by: Daring_T - May-12-2020, 01:05 AM - Forum: General Coding Help - Replies (1)

Hi! Darin_T here,
I have older TV shows that don`t have any chapter files and its hard manually finding the timestamps after episode and episode a..... More

Print this item

  combining words and files
Posted by: gimigimi - May-12-2020, 12:55 AM - Forum: Homework - Replies (1)

Hi,

I was wondering if someone could help me here as I could not find anything online and i am not an expert on python nor any programming, i just ..... More

Print this item

  Pygame clicker game
Posted by: CrazyMakes - May-12-2020, 12:49 AM - Forum: Code sharing - Replies (2)

This game is Clicky Clicks it's just gone into beta still has lots of problems and bugs but I am going to take a break from programming it for a bit a..... More

Print this item

  New to python! Loops
Posted by: Seeley307 - May-12-2020, 12:38 AM - Forum: Homework - Replies (3)

So I have been given a problem asking for the BMI of each person in the list using a loop. There are 6 sublists within the list we will call person_da..... More

Print this item

  invalid literal for int() with base 10: '# NRECS: 1096\n'
Posted by: Baloch - May-11-2020, 11:58 PM - Forum: General Coding Help - Replies (8)

Hi all,

I am kinda new to Python, and would really appreciate some help with the following code. The purpose is to take individual variable data fr..... More

Print this item

  Python Newbie
Posted by: MartyH - May-11-2020, 11:41 PM - Forum: GUI - Replies (6)

Hi guys,

I hope you can helpppppp.....

I have a program which is supposed to get the new values of 9 variables.

It initializes [init()] by ar..... More

Print this item

  how to cancel scheduler module event
Posted by: nanok66 - May-11-2020, 10:31 PM - Forum: General Coding Help - No Replies

Hi,

I am stuck trying to figure out how to cancel an event that was created using the scheduler module. Here are the scheduler docs:
https://do..... More

Print this item

  changing code to work on a batch of images within a folder
Posted by: Afrodizzyjack - May-11-2020, 09:14 PM - Forum: General Coding Help - Replies (2)

Hello all,

I am currently using the code below to use a trained image classifier model to identify an image. while this all works fine it currently..... More

Print this item

  calculation
Posted by: astral_travel - May-11-2020, 09:10 PM - Forum: General Coding Help - Replies (13)

I want to make a script/program that makes the following:

enter end price,
enter starting price
enter number of years

and calculate - what is the av..... More

Print this item

  F-score and Recall values Greater Than 1
Posted by: Hani - May-11-2020, 08:36 PM - Forum: Data Science - Replies (5)

Recall and F1-Measure values are greater than 1.
Recall = 2.54
F-measure = 1.31

Anyone can help?

Print this item

  with statement odd feature
Posted by: Skaperen - May-11-2020, 08:13 PM - Forum: News and Discussions - Replies (4)

an editing error exposed this to me which i did not find in the reference manual. on a with statement i omitted the "with_item", that is, the ..... More

Print this item

  How to set the calendar widget to current date
Posted by: scratchmyhead - May-11-2020, 08:09 PM - Forum: GUI - Replies (4)

I have a calendar widget in my program that I copied from google. It works fine but how do I set it to current date each time the calendar is opened? ..... More

Print this item

  Read excel file to determine the rules
Posted by: abc12345 - May-11-2020, 07:53 PM - Forum: General Coding Help - Replies (4)

Hi All,

I have an excel file with user defined business rules as below,

Column_Name Operator Column_Value1 Column_Value2 Operand RuleI..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... 8 hours ago MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
Most views
  The best Prog... 579213
  Tutorial Requ... 511992
  Web Scraping ... 442155
  Newbie with P... 386272
  New Users Int... 379285
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20
shipa1autotransport 11-20

User Panel Messages

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