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,925
» Latest member: adele12
» Forum threads: 38,720
» Forum posts: 175,492

Full Statistics

Online Users
There are currently 46 online users.
» 1 Member(s) | 35 Guest(s)
Bing, Google, AOL, AOL, Applebot, Twitter, adele12

Latest Threads
Is There a Difference Bet...
Forum: General Coding Help
Last Post: adele12
Less than 1 minute ago
» Replies: 0
» Views: 2
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
8 hours ago
» Replies: 6
» Views: 787
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 488
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,771
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,690
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 394
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 456
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,531
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,480
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,215

 
  PIL not recognised in subprocess
Posted by: bobtbown - Mar-05-2024, 04:32 AM - Forum: General Coding Help - Replies (2)

I have a script to show images using the the import "from PIL import Image, ImageTk" and it works fine when running the script by itself. I have Pill..... More

Print this item

  Matching string from a file
Posted by: tester_V - Mar-04-2024, 09:07 PM - Forum: General Coding Help - Replies (5)

Greetings!
I’d like to match strings in files, it seems simple but I’m failing to do this…
It has multiple white spaces before the word Start Time o..... More

Print this item

  Senior Full-stack Python Developer
Posted by: Nadiia_H - Mar-04-2024, 07:56 PM - Forum: Jobs - Replies (2)

Are you a talented senior developer looking for a remote job that lets you show your skills and get better compensation and career growth? Look no fur..... More

Print this item

  Embed Matplotlib Graph to Tkinter?
Posted by: dimidgen - Mar-04-2024, 07:40 PM - Forum: General Coding Help - No Replies

Hi all,

I am trying to animate stock prices from a csv file on a matplotlib graph and embed this onto tkinter. The issue is that I can't seem to ge..... More

Print this item

  ValueError: could not convert string to float: '' fron Entry Widget
Posted by: russellm44 - Mar-04-2024, 06:17 PM - Forum: GUI - Replies (5)

Hello,

I have a simple program that takes user input from a tkinter entry widget and then converts the user input to a float for processing.

I a..... More

Print this item

  socket library
Posted by: Kate - Mar-04-2024, 03:51 PM - Forum: General Coding Help - Replies (1)

I am new to python socket.py and while learning this library I got a question, answer to which I coundn't find in any resource.
I know that there is ..... More

Print this item

  print(0.1+0.2==0.3)
Posted by: akbarza - Mar-04-2024, 06:59 AM - Forum: General Coding Help - Replies (3)

hi
I saw in a quiz on Instagram that wanted the result of

 print(0.1+0.2==0.3)
.
it had 4 choices:
1)True
2)False
3) machine de..... More

Print this item

  mode()
Posted by: huey17 - Mar-04-2024, 05:53 AM - Forum: General Coding Help - Replies (1)

Hi, I am a newbie to Python.
Am trying to impute a categorical column with mode but failed. Not sure what is the problem :

data.loc[(data.horsepow..... More

Print this item

  Hi people !
Posted by: astral_travel - Mar-03-2024, 04:38 PM - Forum: Bar - Replies (3)

i'm back to learning python,

how are you ?

Print this item

  problem with memory_graph module
Posted by: akbarza - Mar-03-2024, 02:25 PM - Forum: General Coding Help - Replies (5)

hi
code:
[python]# from:https://pypi.org/project/memory-graph/
'''
custom copy method
We can write our own custom copy function or method in case..... More

Print this item

  confusion on importing modules
Posted by: carter187 - Mar-03-2024, 12:27 PM - Forum: General Coding Help - Replies (4)

Hello,

I want to build a simple web browser following along this https://browser.engineering/http.html and have created a directory like this:

[..... More

Print this item

  CTkScrollableDropdown error: bad window path name ".!ctkscrollabledropdown"
Posted by: CopperGenie - Mar-03-2024, 03:20 AM - Forum: GUI - Replies (1)

Hello! I'm using tkinter, customtkinter (ctk), and CTkScrollableDropdown (ctksd). This la..... More

Print this item

Question I’m trying to create a Power BI Matplotlib quadrant chart and I’m a little stumped.
Posted by: Nidwolff - Mar-03-2024, 01:41 AM - Forum: Data Science - Replies (1)

Hey guys!

So I’ve started experimenting with coding since around three weeks ago, exclusively using Python and I’ve been somewhat able to Frankenstei..... More

Print this item

  Python openyxl not updating Excel file
Posted by: MrBean12 - Mar-03-2024, 12:00 AM - Forum: General Coding Help - Replies (1)

I am at wit's end trying to debug this program. Problem is, it does not update my Excel file. Cry Sad

[python]
def GetExistingOrders(s..... More

Print this item

Exclamation Json API
Posted by: JayPy - Mar-02-2024, 08:25 PM - Forum: General Coding Help - Replies (4)

Hi All,
I have written the following code to generate json file from oracle database, and the file doesn't have the Keys(Columns) only values printin..... More

Print this item

  Saving a manytomany form
Posted by: polaije - Mar-02-2024, 06:10 PM - Forum: General Coding Help - Replies (2)

I have in my models two tables Article and Client, the relation is ManyToMany in client :
[python] articles = models.ManyToManyField(Article, throug..... More

Print this item

  problem with nosetests in run
Posted by: akbarza - Mar-02-2024, 12:05 PM - Forum: General Coding Help - Replies (2)

hi
we have below codes:
[python]# finctions.py
def add(a,b):
return a+b
def subtract(a,b):
return a-b
def multiply(a,b):
return a*..... More

Print this item

  Re Try loop for "net use..." failures
Posted by: tester_V - Mar-01-2024, 11:08 PM - Forum: General Coding Help - Replies (10)

Greetings to you all!
I’m trying to get some files from the remote hosts.
I’m using a ‘net use’ string for mapping drives and getting files.
Some o..... More

Print this item

  python web scrapping
Posted by: mg24 - Mar-01-2024, 12:49 PM - Forum: Web Scraping & Web Development - Replies (1)

from this URL.
Using python selenium I want to take screenshot all charts.

https://www.tiaa.org/public/investment-p.../profile?t..... More

Print this item

  Preprocessing an OBJ file, what is the best way to?
Posted by: KeithSloan - Mar-01-2024, 11:38 AM - Forum: General Coding Help - Replies (7)

I would like to preprocess some very large OBJ file see https://en.wikipedia.org/wiki/Wavefront_.obj_file.

In python I would like to preprocess the..... More

Print this item

  [Numpy] Load date/time from .txt to 'datetime64' type.
Posted by: water - Mar-01-2024, 08:54 AM - Forum: Data Science - Replies (4)

I have date/time data in .txt file likes below format:
[python]
2024-2-27, 0:0:0
2024-2-27, 3:7:2
2024-2-27, 4:11:3
2024-2-27, 6:3:5
2024-2-27, ..... More

Print this item

  Python django view error
Posted by: ZeeKolachi - Mar-01-2024, 04:57 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, Dear Members,
I am a new learner of Python, and during the Django library, the error has occurred while importing the views command, so, no (pyth..... More


Attached Files

Thumbnail(s)
           
Print this item

  (CLOSED) CTkScrollableDropdown error: bad window path name ".!ctkscrollabledropdown"
Posted by: CopperGenie - Feb-29-2024, 10:05 PM - Forum: GUI - Replies (4)

(POST CLOSED)

Hello! I'm using tkinter, customtkinter (ctk), and CTkScrollableDropdown..... More

Print this item

  DF.groupby(col).min works, mean gets a "not implemented" error
Posted by: samgardner5 - Feb-29-2024, 04:20 PM - Forum: General Coding Help - Replies (3)

I'm running through some data visualization tutorials, and find in my installation of Anaconda on Windows and pandas the mean function doesn't seem to..... More

Print this item

  list and operator *
Posted by: akbarza - Feb-29-2024, 08:01 AM - Forum: General Coding Help - Replies (1)

hi
I saw the below snippet cod in a quiz on the net:

my_list=[1,2,3]
print(my_list*3)
print(3*my_list)
in that quiz, the output..... More

Print this item

  drawing a table with the status of tasks in each thread
Posted by: pyfoo - Feb-29-2024, 07:55 AM - Forum: General Coding Help - Replies (3)

Hi all!

I have no formal training but I get scripts working by searching the net and reading.

I am attempting to run a threaded script using `co..... More

Print this item

  [closed] "checked" variable (attribute?) origin?
Posted by: paul18fr - Feb-28-2024, 01:08 PM - Forum: GUI - Replies (4)

Hi

I've found this small snippet, and in the the_button_was_toggled method, i do not understand from where the [inline]checked[/in..... More

Print this item

  Algorithm for extracting comments from Python source code
Posted by: Pavel1982 - Feb-28-2024, 10:15 AM - Forum: General Coding Help - Replies (7)

I never worked with Python before, but now there is a task. There are several Python projects and I need to extract comments from the source code of t..... More

Print this item

  Installation module 'pyproj'
Posted by: QuentinR - Feb-28-2024, 09:35 AM - Forum: General Coding Help - Replies (1)

Hello everybody,

I have an issue with the module 'pyproj'. I installed it with the command prompt.

C:\------------------\Local\Programs\Python\P..... More

Print this item

  question of using not in if statement and ..
Posted by: akbarza - Feb-28-2024, 08:22 AM - Forum: General Coding Help - Replies (3)

hi
in the below code:
[python]"""
This is the "example" module.

The example module supplies one function, factorial(). For example,

>>> fact..... More

Print this item

  problem in output of a snippet code
Posted by: akbarza - Feb-28-2024, 07:57 AM - Forum: General Coding Help - Replies (2)

hi
assume the below snippet code(the code address is in the docstring of the code) :
[python] '''
from:https://www.knowledgehut.com/blog/programm..... More

Print this item

  mute spotify by the mixer of volume
Posted by: garze23 - Feb-27-2024, 05:42 PM - Forum: General Coding Help - No Replies

Hello,

I managed to make a script in python to mute spotify, but as I use Voicemetter, the sound from my application comes out of the VAIO3's virtu..... More

Print this item

Lightbulb Brute Force method for solving equation - help needed
Posted by: MariuszDyrkacz - Feb-27-2024, 01:32 PM - Forum: News and Discussions - Replies (2)

Hello,

Could anybody check if is possible to solve below equations by Brute Force method using Phyton? Unfortunately standard arithmetic or determi..... More

Print this item

  Need help opening pages when web scraping
Posted by: templeowls - Feb-26-2024, 08:16 PM - Forum: Web Scraping & Web Development - Replies (1)

I have the below code which scrapes this page: https://www.eeoc.gov/newsroom/search.

It works well but I also want it to open each url and scrape t..... More

Print this item

  Fred Economic Data API
Posted by: warrior42 - Feb-26-2024, 06:03 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I was hoping to get a hand in setting up the Fred Economic Data API. I'm relatively new at using Python so I will need a basic understandin..... More


Attached Files

Thumbnail(s)
       
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Is There a Difference Bet... Less than 1 minute ago adele12 adele12 General Codin...
  Select Python comment (#)... 8 hours ago SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
Most views
  The best Prog... 575643
  Tutorial Requ... 496736
  Web Scraping ... 439703
  Newbie with P... 383335
  New Users Int... 364591
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 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
adele12 Today
Fobertsmene Yesterday
jeremyn24503 Yesterday
homataheri Yesterday
Dev Yesterday

User Panel Messages

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