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,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,551

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
19 minutes ago
» Replies: 7
» Views: 352
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,793
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 657
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,193
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,753
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 646
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,140
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,123
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,409
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,970

 
  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

  Disable entry field and still see value
Posted by: scratchmyhead - May-11-2020, 07:09 PM - Forum: GUI - Replies (5)

Is there a way to disable an entry field and yet still see the value in it? For Tkinter.

Print this item

  Build Python RPM
Posted by: pvbadiger05b - May-11-2020, 06:50 PM - Forum: General Coding Help - No Replies

Hi,

I am trying to build RPM distribution for Python 3.6.9. I am not sure how to build one? Can someone help me with any documentation?

thanks..... More

Print this item

  Format phonenumbers - regular expressions
Posted by: Viking - May-11-2020, 06:40 PM - Forum: General Coding Help - Replies (2)

Hi,

I am trying to format a list of phonenumbers.

I want to move through the list and do the same operation on each number, I have figured ou..... More

Print this item

  Get Python json data i n SQL Server
Posted by: Djin - May-11-2020, 06:26 PM - Forum: General Coding Help - Replies (1)

Greetings,

I am very new to Python and am looking for help to get a json document inserted into SQL so I can parse it. This will be an ongoing proc..... More

Print this item

  libhdf5 library error (opencv-contrib)
Posted by: 1979gian - May-11-2020, 06:06 PM - Forum: General Coding Help - No Replies

Hello everyone I just bought a RaspberryPI4 and I'm a beginner.

I'm using Python3.7 and I installed :
sudo pi3 opencv-contrib-python 3.4.4.19 for ..... More

Print this item

  Extracting CSV from Excel file
Posted by: 3_14ThonUser - May-11-2020, 05:13 PM - Forum: General Coding Help - Replies (5)

Hello, I was curious if anyone knew how or could point me to some tutorials that could help me with a project. I have some excel files that have pivot..... More

Print this item

  Return Frame as well as JSON response using same API in Flask Python Ask
Posted by: jenkins43 - May-11-2020, 04:58 PM - Forum: Web Scraping & Web Development - No Replies

Using mentioned below code I am trying to return video feed as well as some JSON data in response which will help me further in displaying the data in..... More

Print this item

  Pandas: .(head) Can I specify a range in head?
Posted by: eeps24 - May-11-2020, 03:19 PM - Forum: General Coding Help - Replies (6)

In pandas, is it possible to specify a range in head? for example say I want to view rows 10-20, is there something where I can do...

[b].head(10-2..... More

Print this item

  How to allow user input only if certain requirements are met
Posted by: vininhosts - May-11-2020, 02:35 PM - Forum: General Coding Help - Replies (3)

Im quite new to python. Sorry if I am too dumb.

I've been trying to build an agenda for a school, where classes can be scheduled only if other clas..... More

Print this item

  Converting Entry field value to integer in tkinter
Posted by: scratchmyhead - May-11-2020, 02:14 PM - Forum: GUI - Replies (2)

When I try to convert an entry field value to an integer, I get an error like: 'Invalid literal for int'. How can I convert an entry filed to an int..... More


Attached Files

Thumbnail(s)
   
Print this item

  Differentiate and Integrate A Given Function
Posted by: wildmommy666 - May-11-2020, 02:06 PM - Forum: Homework - Replies (2)

Hello, I need your helping hands for our course project. Our lecturer requested us to differentiate and integrate a function entered. The hardest part..... More

Print this item

  Getting an error while using input function
Posted by: dcsethia - May-11-2020, 01:55 PM - Forum: General Coding Help - Replies (5)

[python]color = input("enter a color: ")
plural_noun = input("Enter a plural noun : ")
celebrity = input("Enter a celebrity: ")

print("roses are ..... More

Print this item

  Split string with multiple delimiters and keep the string in "groups"
Posted by: DreamingInsanity - May-11-2020, 01:53 PM - Forum: General Coding Help - Replies (4)

Putting a title on this was hard so hopefully I can do a better job of explaining it here.

Let's say I had a string like this: [icode].nnddd9999999..... More

Print this item

  Forum server problems
Posted by: snippsat - May-11-2020, 12:34 PM - Forum: Board - No Replies

We has some problems on server,so have restored a backup.
This mean that we lost Thread/post for about 10-hours back.

We have now also upgraded se..... More

Print this item

  What is least dataset for Learning using CNN?
Posted by: lokoprof - May-11-2020, 12:25 PM - Forum: Data Science - Replies (2)

What is the least smallest sample that can be learned using CNN for a research? I have 60 datasets of large images (20, 20, 20) for three classes.

Print this item

  web scraping extract particular Div section
Posted by: AjayBachu - May-11-2020, 12:13 PM - Forum: Web Scraping & Web Development - Replies (7)

In my html code I have Div section, and multiple Div sections have the same class name.


<div class="_2GiuhO">Spe..... More

Print this item

  Interactive Menu, String Search?
Posted by: maggotspawn - May-10-2020, 11:07 PM - Forum: General Coding Help - Replies (3)

Hi everyone, I'm just starting my journey with Python.
Here is something I'm working on today. It is an interactive restaurant menu.
I'm able to get..... More

Print this item

  which itertools method
Posted by: Skaperen - May-10-2020, 10:29 PM - Forum: News and Discussions - Replies (2)

i have been looking for a method that can generate (an iterator) all possible combinations of a given sequence in any order. for example for AB i wan..... More

Print this item

  Just a simple vshare.io api script
Posted by: Aqua22 - May-10-2020, 09:36 PM - Forum: Code sharing - Replies (5)

Hello there!

Today i wrote a simple python script that uses vshare's api to upload to there platfrom.
If you want to try it out here is a link to ..... More

Print this item

  How to make message box error stay on top of window
Posted by: scratchmyhead - May-10-2020, 08:54 PM - Forum: GUI - Replies (1)

I have a program and when the error message pops up, it needs to stay on top of the current window. But when the error box pops up, the window minimiz..... More

Print this item

  combining flask webserver and another applicaiton
Posted by: maciejMatthias - May-10-2020, 06:28 PM - Forum: Web Scraping & Web Development - Replies (3)

I have an application that runs a dehumidifier, through a loop in main(). I have a flask web server to provide a web interface for the dehumidifier. ..... More

Print this item

  Trying to implement Best of 3 logic in rock paper scissors game
Posted by: ShAhCh - May-10-2020, 02:53 PM - Forum: General Coding Help - Replies (5)

Hi

I've written a rock paper scissors game now want to code in 'Best of 3' logic. Right now, it plays 3 times and then exits.

Any advice will be..... More

Print this item

  How to compare two variables correctly in tkinter
Posted by: scratchmyhead - May-10-2020, 01:58 PM - Forum: GUI - Replies (2)

I have a program for a motel. Basically the user enters a room number and then the program is supposed to check to see if the room number had already ..... More

Print this item

  The Python Launcher and Macintosh
Posted by: OldSubSailor - May-10-2020, 01:40 PM - Forum: Bar - Replies (2)

I may have missed something and want to ask here before I get myself into trouble by creating a bug report.
I am a user and not a coder and I don't u..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 19 minutes ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577284
  Tutorial Requ... 500420
  Web Scraping ... 440963
  Newbie with P... 384993
  New Users Int... 369380
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 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday
Edzed4431 09-27

User Panel Messages

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