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,926
» Latest member: compuman145
» Forum threads: 38,719
» Forum posts: 175,492

Full Statistics

Online Users
There are currently 45 online users.
» 2 Member(s) | 37 Guest(s)
Bing, Google, AOL, Applebot, Gribouillis, CaptainNewb

Latest Threads
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
18 minutes ago
» Replies: 5
» Views: 2,503
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 812
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 508
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,802
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,729
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 409
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 479
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,550
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,233
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,440

 
  OBS Script Troubleshooting
Posted by: Jotatochips - Feb-10-2024, 06:18 PM - Forum: General Coding Help - No Replies

Over the past week I have been working on building a chatbot script for my twitch stream. I am by no means a programmer and utilized ChatGPT to get my..... More


Attached Files

Thumbnail(s)
   

.py   import twitchio.py (Size: 2.22 KB / Downloads: 194)
Print this item

  Best practice on using virtual environments in Python
Posted by: bytecrunch - Feb-10-2024, 02:20 PM - Forum: General Coding Help - Replies (6)

Hello everyone,

I am curious to know how you others use virtual environments in their daily Python life....Virtual environments are an important to..... More

Print this item

  Too much values to unpack
Posted by: actualpy - Feb-10-2024, 09:55 AM - Forum: General Coding Help - Replies (3)

So I'm trying to do a Space Invader-ish game, and I can't figure this out.
Says "Too much values to unpack (expected 3)"

Here's the code:
[python]
im..... More

Print this item

  CANtool + tkinter
Posted by: q_nerk - Feb-09-2024, 03:22 PM - Forum: General Coding Help - Replies (1)

Hello,
I'm doing a can logger/can translator and I have two issues:
1. GUI is showing only when I will terminate process (ctrl +c )
2. How to get ..... More

Print this item

  Size scraping issue
Posted by: scrapemasta - Feb-09-2024, 10:26 AM - Forum: Web Scraping & Web Development - No Replies

[python]from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import Select
from selenium.webdriver.support.ui import WebDr..... More

Print this item

Question [SOLVED] Tiny web server as standalone executable?
Posted by: Winfried - Feb-09-2024, 10:12 AM - Forum: General Coding Help - No Replies

Hello,

I need a basic, standalone web server with support for directory listing.

Windows' antivirus blocks Mongoose ("Trojan Win32 Wacatac.B!ml"..... More

Print this item

  launch processes from threads
Posted by: Skaperen - Feb-09-2024, 12:56 AM - Forum: News and Discussions - Replies (9)

i am refactoring a program that dynamically runs many processes at the same time. these processes are other programs (often to download, upload, comp..... More

Print this item

  File loop curiously skipping files - FIXED
Posted by: mbk34 - Feb-08-2024, 09:53 PM - Forum: General Coding Help - Replies (10)

I'll admit I'm a beginner in python. I'm trying to write a small program to list all the media on my NAS device and write to an easy to read html file..... More

Print this item

  Adding spaces to digits
Posted by: deadkill02 - Feb-08-2024, 08:12 PM - Forum: Homework - Replies (5)

"""I am new to python and programming in general, currently learning at an institution, which is why def is not even seen in my code. I am very lost r..... More

Print this item

Question written RK solving same equation with different graphs
Posted by: acbshinn - Feb-08-2024, 07:52 PM - Forum: General Coding Help - Replies (1)

Hello all! I'm writing a simple Runge-Kutta solver and seem to be running into issues. [python]

import numpy as np
import matplotlib.pyplot as plt..... More

Print this item

  plotting based on the results of mathematical formulas
Posted by: Timur - Feb-08-2024, 07:12 PM - Forum: General Coding Help - Replies (1)

Good day to all! I'm asking for help. How to derive the graphical dependence of Rmin, Rmax from P1-Pmax with the following mathematical dependencies:..... More

Print this item

  Copy Paste excel files based on the first letters of the file name
Posted by: Viento - Feb-07-2024, 07:27 AM - Forum: General Coding Help - Replies (2)

Hi together,

I have been learning Python for just 2 months. So basicially I am still a beginner.
However, I am already trying to automate one of my..... More

Print this item

  Google Earth Engine Authorization
Posted by: Asmaalashin - Feb-06-2024, 08:40 PM - Forum: General Coding Help - No Replies

Hello everyone

I have created an account on google earth and created a new project and got the project id
then I am trying to
# Authenticate an..... More

Print this item

  Optimise multiply for loop in Python
Posted by: KenBCN - Feb-06-2024, 03:43 PM - Forum: General Coding Help - Replies (4)

Hi Folks, I have the following code, which works fine. However, as I am very new to Python, there is still space to improve. I would like you to sugge..... More

Print this item

  unbounded variable
Posted by: akbarza - Feb-06-2024, 12:34 PM - Forum: General Coding Help - Replies (3)

hi
in code:
[python]
'''
ref:https://www.bhavaniravi.com/python/advanced-python/unbound-variables-in-python
'''

def take_sum(a, b, c):
re..... More

Print this item

  Algorithm with graph
Posted by: nkiki - Feb-06-2024, 06:49 AM - Forum: Homework - Replies (1)

Detect a bottleneck of a graph, i.e., Min-Cut, using the Max-flow algorithm. In other words, the algorithm should find a set of edges F ⊆ E such that ..... More

Print this item

Question How to get a removable disc type in drive
Posted by: Daring_T - Feb-06-2024, 05:45 AM - Forum: General Coding Help - Replies (12)

I am currently working on a program to automate ripping and backing my collection of CDs, DVDs and Blue-rays. I am currently running into an issue whe..... More

Print this item

  Python Hash Sets Explained
Posted by: rob101 - Feb-05-2024, 11:17 PM - Forum: Tutorial Requests and Submissions - No Replies

Python Hash Sets Explained & Demonstrated - Computerphile is a YT video that I found real inter..... More

Print this item

  Push Button on website
Posted by: cg1980 - Feb-05-2024, 03:38 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello, I trying to do a script that open and push on a button automatically when run. As exemple I tried to open google.com and push on "google search..... More

Print this item

  Python Classes
Posted by: rob101 - Feb-05-2024, 03:27 PM - Forum: General Coding Help - Replies (4)

Although I've been coding with Python for a number of years now, I've never constructed a Class before. This is my first attempt.

[python]class R..... More

Print this item

  Connection LTspice-Python with PyLTSpice
Posted by: bartel90 - Feb-05-2024, 11:46 AM - Forum: General Coding Help - No Replies

Hello everybody,

Does anyone have experience with integrating LTspice circuitry into Python, i.e. primarily .asc files?

Does anyone happen to kn..... More

Print this item

  using > < for tuple , list,...
Posted by: akbarza - Feb-05-2024, 11:14 AM - Forum: General Coding Help - Replies (3)

hi
I saw on the net that in a test, two tuples were compared with the > sign.
how can I know that the > or < or ... is appli..... More

Print this item

  Help with screenshots for each 'div class'
Posted by: paunshotts - Feb-05-2024, 10:19 AM - Forum: Web Scraping & Web Development - No Replies

Hi,

I need some help please. I am very new to python and do not know what I am doing most of the time! I am currently using python to..... More

Print this item

  Parsing and summing time deltas (duration) onto bar + pie charts using pandas - - DRY
Posted by: Drone4four - Feb-04-2024, 11:41 AM - Forum: Data Science - Replies (2)

Greetings Pythonistas!

I am taking Colt Steele’s Udemy course on data an..... More


Attached Files

Thumbnail(s)
       
Print this item

Smile Python & MSGraph - Learning to Walk
Posted by: ITMan020324 - Feb-03-2024, 10:56 PM - Forum: General Coding Help - Replies (2)

Hello Pythoneers,

I am trying to create a console application where it will ask for AAD User email address, validate if exists and if it does not e..... More

Print this item

  Count image's colors very fast
Posted by: flash77 - Feb-03-2024, 06:30 PM - Forum: General Coding Help - Replies (18)

Dear community,

I found a code at stackoverflow which shall get the image's color count very fast.
https://stackoverflow.com/questions/71399313/co..... More

Print this item

  declaring a new dictionary
Posted by: dedagent0900 - Feb-03-2024, 02:10 PM - Forum: Homework - Replies (2)

The question: How would we declare a new dictionary named myDict with one key-value pair where the key is "one" with a value of the integer of 1? You ..... More

Print this item

  onedrivesdk
Posted by: bald4ever - Feb-03-2024, 12:13 PM - Forum: General Coding Help - No Replies

Hello there.

I am trying to write code that will take my Bard conversations and save them to a text file on my onedrive account. It was take futur..... More

Print this item

  limiting process which stay alive for later
Posted by: Skaperen - Feb-03-2024, 02:52 AM - Forum: News and Discussions - No Replies

there will be N separate processes running this code. these processes listen on a designated port that is different for each process. they listen fo..... More

Print this item

  how to pass a mongdb command to a module and execute it.
Posted by: cspower - Feb-03-2024, 01:09 AM - Forum: General Coding Help - No Replies

Resolved

Print this item

  Combining Spreadsheets
Posted by: Py3_14 - Feb-02-2024, 06:21 PM - Forum: General Coding Help - Replies (4)

Hello, everyone. I am new to Python and recently I tried to write a script inside the Python shell of my Windows 11 computer, in order to combine diff..... More

Print this item

  problem usage of static method
Posted by: akbarza - Feb-02-2024, 08:34 AM - Forum: General Coding Help - Replies (5)

hi
in the below code:
[python]'''
static method
https://builtin.com/software-engineering...python-cls
'''


class Math:
@staticm..... More

Print this item

  coma separator is printed on a new line for some reason
Posted by: tester_V - Feb-02-2024, 06:26 AM - Forum: General Coding Help - Replies (4)

Gentlemen!
Ladies if any?!

I have never seen it before, Confused I'm formatting a string, separating vars by a coma, and for some reason, the..... More

Print this item

  Matching Data - Help - Dictionary
Posted by: manuel174102 - Feb-01-2024, 10:21 PM - Forum: General Coding Help - Replies (1)

Hello everyone...

I need to match two huge excel datasets. As a simple example, they look like this:

DataSetA: There is random text, and then a..... More

Print this item

  Spyder console zoom in not working?
Posted by: Dionysis - Feb-01-2024, 09:48 PM - Forum: General Coding Help - Replies (2)

Hello!
Using Spyder 5.5.0 standalone on Windows 11 home 64 bit.
Somehow, only the shortcut Ctr+- is working on the console, i.e. the zoom out. The s..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Seeking feedback: dynamic... 18 minutes ago Bona2000 Bona2000 General Codin...
  Select Python comment (#)... Yesterday, 23:27 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...
  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...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
Most views
  The best Prog... 575658
  Tutorial Requ... 496769
  Web Scraping ... 439711
  Newbie with P... 383353
  New Users Int... 364661
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
compuman145 Today
DeadEyes Today
Fobertsmene Yesterday
jeremyn24503 Yesterday
homataheri Yesterday

User Panel Messages

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