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,932
» Latest member: XenonBlack
» Forum threads: 38,720
» Forum posts: 175,502

Full Statistics

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

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: deanhystad
1 hour ago
» Replies: 3
» Views: 889
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Today, 07:07 AM
» Replies: 1
» Views: 354
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,477
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,532
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 406
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 128
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,912
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,164
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 849
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-14-2025, 11:25 AM
» Replies: 7
» Views: 2,239

 
Question Online calendar for booking.
Posted by: SpongeB0B - Mar-13-2023, 04:43 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi everyone,

I have a small website ( Flask powered ❤️).
I would like that peoples could see my a..... More

Print this item

Photo PySimpleGUI FilesBrowse enable event to update value in combo
Posted by: SamLiu - Mar-13-2023, 11:13 AM - Forum: GUI - Replies (2)

Hi All,

I wanted to update combo value dynamically, when browse file.The executed procedure as below:

1)click Browse button, select what you wan..... More

Print this item

  Higher or lower game
Posted by: SEWII - Mar-13-2023, 05:42 AM - Forum: Homework - Replies (17)

Assist in coding to create higher or lower game.
Display the screen to enter users name and showing a welcome 'banner'
After the user enters there ..... More

Print this item

  Question about Jupyter Notebook and its use cases
Posted by: JanOlvegg - Mar-13-2023, 05:21 AM - Forum: News and Discussions - Replies (1)

I am wondering the use cases of Jupyter notebook. It's not an IDE, though the newest version Jupyter Lab can serve as that role. It feels more like a ..... More

Print this item

  Weird ProcessPoolExecutor initializer behavior
Posted by: davetapley - Mar-12-2023, 08:54 PM - Forum: General Coding Help - Replies (2)

In the snippet below I demonstrate how passing an instance method to ProcessPoolExecutor's initializer argument results in the assignment being 'lost'..... More

Print this item

  how can I find this by tag, instead of XPATH?
Posted by: hfakoor2 - Mar-12-2023, 08:42 PM - Forum: Web Scraping & Web Development - Replies (3)

here is what I'm looking for:
[Image: I0vHOiOm]

I want the events under the content list class;
I use this XPATH template, and l..... More

Print this item

Star Pyserial not reading serial.readline fast enough while using AccelStepper on Arduino
Posted by: MartyTinker - Mar-12-2023, 05:30 PM - Forum: General Coding Help - Replies (4)

Hello,
New on this forum. Thank you for taking the time to read this post.

I am writing some Python code in VS Code using Pyserial 3.5. along with..... More


Attached Files

Thumbnail(s)
   

.txt   Arduino_Code.txt (Size: 2.92 KB / Downloads: 280)
Print this item

  How to check multiple columns value within range
Posted by: SamLiu - Mar-12-2023, 10:52 AM - Forum: General Coding Help - Replies (2)

Hi all,

The demo is wanted check multiple columns within range(filter out of range row) and pick up other columns.

when chosen one column that c..... More

Print this item

  Scraping div tags with selenium, need help
Posted by: hfakoor2 - Mar-12-2023, 07:34 AM - Forum: Web Scraping & Web Development - Replies (1)

I do not know how to scrape
<div data-type="events"


here:
[Image: m4T0pH4]



here's part of the the outer HTML
<div data..... More

Print this item

  Help ~ coding with pywinauto
Posted by: NickNHartley - Mar-12-2023, 07:17 AM - Forum: General Coding Help - Replies (1)

hi

i would like automate the windows task using pywinauto for my VPN

i am getting an issue to detect the element properly and access the elemen..... More

Print this item

Big Grin OCR again
Posted by: DPaul - Mar-12-2023, 07:11 AM - Forum: Bar - No Replies

Hi,
I am refining , = making more efficient, my programs for
OCR-ing Prayer Cards. I do not know what PCs look like in your countries,
but imagine ..... More

Print this item

  Is there a good book with an end-to-end project?
Posted by: hfakoor2 - Mar-11-2023, 10:56 PM - Forum: News and Discussions - Replies (3)

Hi all,

I hope this post is not beyond the questions guideline.
I'm currently learning Python, and I would like a book which goes from a project b..... More

Print this item

  snscrape
Posted by: pythonical - Mar-11-2023, 10:40 PM - Forum: General Coding Help - No Replies

I'm new to Python. I am trying the snscrape method to scan tweets and save them in tabular format. The code I found from a site works. Here my code: ..... More

Print this item

  [SOLVED] [BeautifulSoup] Why attribute not found?
Posted by: Winfried - Mar-11-2023, 07:33 PM - Forum: General Coding Help - No Replies

Hello,

I can't figure out why BS can't find the (first) element that holds the "latitude" attribute:

[python]for item in glob.glob("index.*"):
..... More

Print this item

  [split] new to python hello world code gives errors
Posted by: giobastidas1970 - Mar-10-2023, 10:44 PM - Forum: Homework - Replies (1)

Hola estoy comenzando con este programa de python llevo 2 dias tratando de colocar el primer hola mundo y todo me sale error, de verdad no entiendo y ..... More

Print this item

  pygame-manu : using controller buttons to move around menu
Posted by: mlw19mlw91 - Mar-10-2023, 10:07 PM - Forum: Game Development - Replies (2)

I'm using pygame-menu and I want to use buttons on my controller to navigate it. I can't figure it out at all. There's no example available online. ..... More

Print this item

  2D-Cube-Tic-Tac-Toe
Posted by: freethrownucleus - Mar-10-2023, 07:03 PM - Forum: Game Development - Replies (2)

Could someone help me with the next, please?
This is the cube model that I've got right now: https://gofile.io/d/RxqDYR .
I would like to change it to..... More

Print this item

Question How to append integers from file to list?
Posted by: Milan - Mar-10-2023, 02:36 PM - Forum: General Coding Help - Replies (8)

Hello team,

I would like to make a list with the numbers from this file:
.txt   message.txt (Size: 86 bytes / Downloads: 222)

I can't seem to find anything online, tried these two..... More

Print this item

  Hash cracker
Posted by: Milan - Mar-09-2023, 08:38 PM - Forum: Code sharing - Replies (1)

Hello team,

I posted a question on General Coding Help, but eventually figured it out by myself.

Tbh I tweaked the code from this link https://m..... More

Print this item

  [SOLVED] How to crack hash with hashlib
Posted by: Milan - Mar-09-2023, 07:15 PM - Forum: General Coding Help - No Replies

Hello team,

Could someone please shed some light on how to crack SHA3-512 hashes using hashlib or any other way?

What I have so far:

[python]..... More

Print this item

  appending to a bytearray
Posted by: Skaperen - Mar-09-2023, 06:45 PM - Forum: General Coding Help - Replies (21)

i cannot find a way to append a bytes string to a bytearray other than += operator. is that the way it has to be done? bytearray.append() giv..... More

Print this item

  [Hiring] Sr. Cloud Software Engineer at Radformation Salary 150-180K USD
Posted by: djangojobs.net - Mar-09-2023, 06:32 PM - Forum: Jobs - No Replies

Quick Apply link
djangojobs.net/jobs/1177/sr-cloud-software-engineer-radformation/

Hiring +++ Salary $150,000 to $180,000
Sr. Cloud Software Engi..... More

Print this item

  Grouping Data based on 30% bracket
Posted by: purnima1 - Mar-09-2023, 05:42 PM - Forum: General Coding Help - Replies (4)

I want to one group where all values are with 30% of each other.

working code is follows :

[python]
from itertools import combinations

def ..... More

Print this item

  associating members in a list to more than one features
Posted by: rezagholi - Mar-09-2023, 03:33 PM - Forum: General Coding Help - No Replies

Hi all,
I want to associate a list of 4 members with another list with the same number of members, but each member of the second list has three sub-m..... More


Attached Files

.py   q1.py (Size: 958 bytes / Downloads: 214)
Print this item

Question Application desktop toolbar with PyQt6
Posted by: bunz - Mar-09-2023, 11:33 AM - Forum: GUI - Replies (4)

Has someone here ever worked with SHAppBarMessage? I'm trying to create a top bar that can always stay on the desktop having it's own reserved space b..... More

Print this item

  Control NeoPixel LED Strip connected to an Arduino from a RPI
Posted by: kobo3 - Mar-09-2023, 10:18 AM - Forum: News and Discussions - Replies (4)

Hello,

I have a NeoPixel LED Stripe WS2812 connected to an Arduino, and I would like to control the LED stripe from my RPI via pyFirmata. The RPI c..... More

Print this item

  Confused over Conda Package manager vs PIP
Posted by: JanOlvegg - Mar-08-2023, 07:55 PM - Forum: General Coding Help - Replies (3)

Both Conda and PIP appears to be package manager. From what I can read so far, PIP Is specific to Python but Conda is more language agnostic. Is there..... More

Print this item

  Split Bytearray into separate Files by Hex delimter
Posted by: lastyle - Mar-08-2023, 06:48 PM - Forum: General Coding Help - Replies (5)

Hi all

i am loading a file into a byte aray with

f = open("myfile.seq", 'rb')
while True:
binarycontent = f.read(-1)
if not binarycont..... More

Print this item

  How to read Wikimedia multistream XML?
Posted by: AndrzejB - Mar-08-2023, 05:22 PM - Forum: General Coding Help - Replies (1)

I can read XML using Dom whole in memory or Sax using events?
Wikimedia XML are large but fortunately have indices. I prefer read about 0.5 MB chunk ..... More

Print this item

  Armachat coding problem
Posted by: gad969 - Mar-08-2023, 12:08 PM - Forum: General Coding Help - Replies (4)

Hello guys!
I built Armachat from the link below
https://github.com/bobricius/Armachat-circuitpython
https://hackaday.io/project/183657-armachat-p..... More

Print this item

  Another one
Posted by: the_jl_zone - Mar-07-2023, 08:01 PM - Forum: General Coding Help - Replies (2)

I had another problem.

[python]
SENTINEL = 0

#Function uses modulus equation to determine if number is even or not
def is_even(num):
if n..... More

Print this item

  Import Modules
Posted by: TheBunyip - Mar-07-2023, 04:04 PM - Forum: General Coding Help - Replies (4)

How can I find what arguments to pass to imported modules?

Print this item

  Non-greedy regex
Posted by: WJSwan - Mar-07-2023, 07:57 AM - Forum: General Coding Help - Replies (1)

I am struggling to correctly set up a non-greedy regex to correct the following:

<a href=’tw://bible.*?id=1.2.7>Gen 2:7; <a href=’tw://bible.*?id=1..... More

Print this item

  When does Python need to use a compiler?
Posted by: JanOlvegg - Mar-06-2023, 10:52 PM - Forum: General Coding Help - Replies (5)

Recently, I attempted to install chromadb using pip and got an error that MS Visual Studio C++ is needed. This raised concern that this could be an i..... More

Print this item

  Another Error message.
Posted by: the_jl_zone - Mar-06-2023, 09:50 PM - Forum: General Coding Help - Replies (2)

This one is from an assignment using graphics.

[python]
POOL_BALL_RADIUS = 40
FONT_TYPE = "30pt Arial"


# Write your function here that draws..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 1 hour ago RonR deanhystad GUI
  Another app idea - intera... Today, 07:07 decuser Lenowell News and Disc...
  403 Error Yesterday, 20:58 CaptainNewb snippsat Web Scraping ...
  real community Yesterday, 20:16 decuser decuser News and Disc...
  variable changing types f... Yesterday, 18:45 Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
  Python Installation issue 09-14, 11:16 RFHill Dev News and Disc...
Most views
  The best Prog... 575828
  Tutorial Requ... 497125
  Web Scraping ... 439836
  Newbie with P... 383540
  New Users Int... 365456
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 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
XenonBlack Today
tobey12 Today
Lenowell Today
luisshulez6883 Yesterday
KennedyRichadGuerra Yesterday

User Panel Messages

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