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,246
» Latest member: isla123456
» Forum threads: 38,779
» Forum posts: 175,813

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 41 Guest(s)
Bing, Google, Facebook, Facebook Dev

Latest Threads
New to python and coding
Forum: Homework
Last Post: Larz60+
2 hours ago
» Replies: 1
» Views: 28
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
2 hours ago
» Replies: 11
» Views: 221
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
2 hours ago
» Replies: 3
» Views: 85
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
7 hours ago
» Replies: 5
» Views: 215
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 80
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,597
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 169
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 164
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,708
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,403

 
  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 (3)

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

Question [SOLVED] Correct way to convert file from cp-1252 to utf-8?
Posted by: Winfried - Feb-26-2024, 02:28 PM - Forum: General Coding Help - Replies (8)

Hello,

In a directory, I have a bunch of HTML files that were written in cp-1252 (ie. Latin1) that I need to convert to utf-8.

The following doe..... More

Print this item

  Organization of project directories
Posted by: wotoko - Feb-26-2024, 02:03 PM - Forum: General Coding Help - Replies (3)

Hi everyone! How do you organize your code? I like to separate everything into directories, preferably in the form of a monorepo. Custom libraries, se..... More

Print this item

  Explanation of code
Posted by: ejKDE - Feb-26-2024, 10:16 AM - Forum: General Coding Help - Replies (4)

Here's an example of the code. I'd like to know what ctx is here. It's not passed anywhere to a function and i can't use get('formats')[::-1] w..... More

Print this item

  Scratch pad for writing forum threads / posts with markdown/markup
Posted by: Drone4four - Feb-25-2024, 07:32 PM - Forum: Bar - Replies (3)

What do you people use for drafting long forum threads / posts / Stack Overflow questions?

For years I’ve been using Google Docs which I realize is..... More

Print this item

  problem in using unittest
Posted by: akbarza - Feb-25-2024, 11:54 AM - Forum: General Coding Help - Replies (2)

hi
I have the two below codes:
[python]#one.py
def add(x,y):
return x+y

def subtract(x,y) :
return x-y

def multiply(x,y):..... More

Print this item

  Python trivial endgame engine is not working as expected
Posted by: max22 - Feb-24-2024, 04:41 PM - Forum: General Coding Help - No Replies

I have detected where roughly is a problem. It is in this function which gets processed for node "1" only, see the output section below: (I'm trying t..... More

Print this item

  Operation result class
Posted by: SirDonkey - Feb-24-2024, 04:14 PM - Forum: General Coding Help - Replies (6)

Hi,
I am pretty new to python and did some kind of return class which returns an outcome, user message and data when i call a method. I wonder if that..... More

Print this item

  fast MCTS in Python
Posted by: SteepeH - Feb-23-2024, 05:56 PM - Forum: General Coding Help - Replies (1)

Please recommend a fast and efficient implementation of Monte Carlo Tree Search (Python library or github project) for board games. What I found was s..... More

Print this item

  Decorators @ annotation
Posted by: drcl - Feb-23-2024, 04:25 PM - Forum: General Coding Help - Replies (3)

I'm not new to coding but new to Python. Decided to go through the CS50P course to get up to speed. Early on decorators were introduced which I thou..... More

Print this item

  Excel from SAP - dealing with formats and VBA
Posted by: MasterOfDestr - Feb-23-2024, 08:56 AM - Forum: General Coding Help - Replies (7)

Hello,

I'm working on automatizing one report using Python.
In general I have around 20 excel files (.xlsx and .xlms) that I filter base on some c..... More

Print this item

  Updating formulas in Excel - best solution
Posted by: MasterOfDestr - Feb-23-2024, 08:53 AM - Forum: General Coding Help - Replies (4)

Hello,

I'm working on automatizing one report using Python.
In general I have around 20 excel files (.xlsx and .xlms) that I filter base on some c..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 2 hours ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 2 hours ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 2 hours ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... 7 hours ago yutaozhou Gribouillis News and Disc...
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578784
  Tutorial Requ... 509644
  Web Scraping ... 441895
  Newbie with P... 385882
  New Users Int... 375708
Most reputation
buran 581
snippsat 510
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+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
isla123456 Today
vibrometro Today
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday

User Panel Messages

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