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,424
» Latest member: rwegdfcg
» Forum threads: 38,541
» Forum posts: 174,655

Full Statistics

Online Users
There are currently 490 online users.
» 3 Member(s) | 478 Guest(s)
Apple, Google, Yandex, Bing, Twitter, rwegdfcg, soumdtt, herry569

Latest Threads
How do I get my money out...
Forum: General Coding Help
Last Post: rwegdfcg
1 minute ago
» Replies: 0
» Views: 0
How to ask Smart Question...
Forum: Board
Last Post: rwegdfcg
5 minutes ago
» Replies: 3
» Views: 5,328
How to contact R𝗼𝗯𝗢𝗻𝗡𝗼𝗼𝗱?...
Forum: General Coding Help
Last Post: tanyongkim25654
42 minutes ago
» Replies: 0
» Views: 0
Get the string after a sp...
Forum: General Coding Help
Last Post: Gribouillis
46 minutes ago
» Replies: 2
» Views: 74
function arguments
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 1
» Views: 80
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
2 hours ago
» Replies: 1
» Views: 131
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Skaperen
9 hours ago
» Replies: 0
» Views: 67
how to delete thread
Forum: Board
Last Post: DeaD_EyE
Yesterday, 07:30 PM
» Replies: 4
» Views: 264
Atari Ping Pong Game
Forum: Code sharing
Last Post: deanhystad
Yesterday, 05:04 PM
» Replies: 1
» Views: 141
not running
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:08 PM
» Replies: 2
» Views: 243

 
  Albert is Hiring: Remote Engineering Leader (Profitable Fintech, Python, Americas)
Posted by: AlbertApp - Apr-17-2025, 04:45 PM - Forum: Jobs - No Replies

Hey Pythonistas πŸ‘‹

We (www.albert.com) are a profitable remote fintech company helping users take control of their finances with smart automation (b..... More

Print this item

  A general introduction to deep learning
Posted by: tvali - Apr-15-2025, 05:10 PM - Forum: Tutorials - No Replies

I wrote a simpler and more intuitive intro to DL:
- https://github.com/tambetvali/LaegnaAIBasics

This is my idea that programmers should do better..... More

Print this item

  Why my graph is blocked at 4.2 bars whithout use the valve on my modelisation ?
Posted by: tudy62 - Apr-15-2025, 08:32 AM - Forum: General Coding Help - Replies (2)

Hello, i want to make a modelisation of hydrogen liquid transformation in gas by change of temperature and pressure, augmentation by change of differe..... More


Attached Files

.xlsx   Book1.xlsx (Size: 9.71 KB / Downloads: 25)
Print this item

  Disable blocking on ChromeDriver
Posted by: kellanphil - Apr-15-2025, 02:47 AM - Forum: General Coding Help - No Replies

I’m trying to run the β€œchromedriver” command on python (selenium). I have the chrome.exe in a folder that I can successfully path on Python, but I can..... More

Print this item

  TLS socket communication use ECDSA -secp384r1 certificate/key problem.
Posted by: water - Apr-13-2025, 04:14 PM - Forum: Networking - Replies (2)

client side:
[python]
import socket, ssl

context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
context.verify_mode = ssl.CERT_REQUIRED
context.load..... More

Print this item

  Integer Factorization Tool
Posted by: fosuwxb - Apr-13-2025, 02:51 PM - Forum: Code sharing - No Replies

Integer Factorization Tool
We construct a data set that can compute a certain number of integers to compute the greatest common divisor of the..... More


Attached Files

.py   factor_finder.py (Size: 28.66 KB / Downloads: 1)
.py   point_generator.py (Size: 8.61 KB / Downloads: 1)
Print this item

  image does not show with pillow
Posted by: Mohamad_afeff_nasser - Apr-13-2025, 06:29 AM - Forum: General Coding Help - Replies (5)

hi everone
? why the image does not show with pillow in python


Attached Files

Thumbnail(s)
   
Print this item

  Virtual Environment LAN question
Posted by: VTdrummer75 - Apr-12-2025, 06:29 PM - Forum: Networking - No Replies

Hi,

I've been trying to figure out why my python sample website is not accessible from another device on my LAN. I'm pretty new to python and Venv..... More

Print this item

Question [SOLVED] [Beautiful Soup] Move line to top in HTML head?
Posted by: Winfried - Apr-12-2025, 03:14 PM - Forum: General Coding Help - No Replies

Hello,

I need to loop through HTML files, and make use the charset line is the very first item in the header so the title is correctly displayed.
..... More

Print this item

  csrss.exe using 50% of my gpu
Posted by: Darcia - Apr-12-2025, 09:23 AM - Forum: Game Development - Replies (2)

Hello !
I'm pretty new in Python and pygame.
I don't know why a csrss.exe is using 50% of my gpu each time i'm running it.
I juste draw 5 rectangle..... More

Print this item

  Python GDB scripts for Fedora41
Posted by: voidtrance - Apr-11-2025, 05:55 PM - Forum: General Coding Help - Replies (3)

Hi, this might be a long shot and may not fall in the python coding help category exactly but I can't find any other information about it.

I am try..... More

Print this item

  Accessing method attributes of python class
Posted by: Abedin - Apr-11-2025, 04:37 AM - Forum: General Coding Help - Replies (6)

Hello,

I am pretty new to python and OOP, so please don't be too harsh on my question Smile
I have the following code:

[python]
class fr..... More

Print this item

  Appending sys.path not working with spyder
Posted by: Larz60+ - Apr-10-2025, 10:43 PM - Forum: General Coding Help - Replies (2)

After many years of using VSCode, I am experimenting with using Spyder as my IDE, fed up with VSCode telemetry which occurs even though 'turned off'...... More

Print this item

  Basic list question
Posted by: sanora600 - Apr-10-2025, 02:31 PM - Forum: General Coding Help - Replies (2)

[python]>>> mylist = ['apple', 'banana', 'cherry']
>>> mylist[1:2] = ['kiwi', 'mango'] ## this translate to mylist[1] = ['kiwi', 'mango'] , so does t..... More

Print this item

  course for Python and Python certification
Posted by: anjali - Apr-09-2025, 04:35 PM - Forum: News and Discussions - Replies (1)

Hello,
As I am new bee, could someone suggest course for Python and Python certification?

Thanks,
Anjali

Print this item

  GUI created in Tkinter does NOT show up
Posted by: RCasanuevaU - Apr-09-2025, 04:04 PM - Forum: GUI - Replies (3)

Hello, I've just joined this forum and and I hope I can be usefull in the near future. I have always been autodidact in the programming area, starting..... More

Print this item

  Did you know that map() accepts more than one iterable?
Posted by: DeaD_EyE - Apr-09-2025, 11:47 AM - Forum: General Coding Help - Replies (2)

I read the changelog of Python 3.14-dev: https://docs.python.org/3.14/whatsnew/3....ge-changes and fond something interesting:

[qu..... More

Print this item

  Configuring Python 3.13.3 for apple silicon
Posted by: pythonnewbie62 - Apr-09-2025, 10:36 AM - Forum: General Coding Help - No Replies

How do I configure Python 3.13.3 for Apple Silicon and Pycharm CE 24.3.5. I have just acquired a new Mac Book Pro.

Print this item

  Does anyone else get overwhelmed choosing what to learn next?
Posted by: EricFletcher - Apr-09-2025, 05:45 AM - Forum: News and Discussions - Replies (1)

Hey everyone,

I’ve been learning Python for a few weeks now, and while I enjoy it, I keep feeling overwhelmed with all the directions I could goβ€”we..... More

Print this item

  Why does datetime.strptime() not work in this situation
Posted by: Monomial - Apr-08-2025, 05:52 PM - Forum: General Coding Help - Replies (2)

I am relatively new to Python, and I am encountering a very strange issue. This is on python3.8. This really seems like a bug in python to me, but I a..... More

Print this item

  Python class members based on a type value
Posted by: voidtrance - Apr-07-2025, 04:31 PM - Forum: General Coding Help - Replies (7)

Hi, I am curios whether it is possible to have a class define specific members based on a "type". I want to implement something like this:

[code]
..... More

Print this item

  'Un-compiling' an .exe ?
Posted by: Stephen_8069 - Apr-07-2025, 07:51 AM - Forum: General Coding Help - Replies (1)

I'm a complete NOOB with regard to python so naming might be a bit off so don't shout at me.

I'm running NETBOX (an IPAM app), and someone has writ..... More

Print this item

  How to stop system tray Icons from grouping together
Posted by: phpjunkie - Apr-07-2025, 05:47 AM - Forum: General Coding Help - No Replies

I have a couple different projects that I am using pystray for, and these icons are grouping together when moving them in the system tray.

I've fou..... More

Print this item

  Pygame Tutorials Part 3 Image Handling
Posted by: ElsieB - Apr-06-2025, 09:52 PM - Forum: Game Development - Replies (3)

Hi, I've recently started the Tutorials and am picking up some great tips. However, I'm getting an error message with the keys event:

[error]Trace..... More

Print this item

  ModuleNotFoundError: No module named 'tkcalendar', Thonny, Windows 10
Posted by: Edward_ - Apr-06-2025, 05:03 PM - Forum: General Coding Help - Replies (4)

I'm trying to learn to use the tkCalendar but getting a "ModuleNotFoundError: No module named 'tkcalendar'".
I have installed it properly I believe, u..... More

Print this item

  Has Anyone Used or Is Currently Using SunnyNet? Looking for Feedback!
Posted by: bernadino - Apr-05-2025, 12:29 AM - Forum: General Coding Help - Replies (3)

Hi everyone,

I’m really new to Python and trying to use SunnyNet in my project, but I’m having trouble getting it set up. I can’t seem to find it o..... More

Print this item

  QTableWidget - Retrieve content from a cell
Posted by: Ninja2112 - Apr-04-2025, 06:41 PM - Forum: GUI - Replies (7)

Hi, guys...

I have a qtablewidget with 3 columns that shows registers from my database.
Each row has a checkbox in the 3rd column.
Im trying to r..... More

Print this item

Big Grin web scrapping
Posted by: MeJustMeLol2020 - Apr-04-2025, 03:39 PM - Forum: Code sharing - No Replies

hello everyone . i m happy to program python again , this project supported by AI but i think it s usefull


github link : https://github.c..... More


Attached Files

.py   test2.py (Size: 27.42 KB / Downloads: 2)
Print this item

Smile Guido reinstated himself as Python’s BDFL. Maybe...
Posted by: buran - Apr-03-2025, 01:51 PM - Forum: Bar - Replies (2)

https://youtu.be/wgxBHuUOmjA



[quote='Python Software Foundation (PSF)']
BREAKING! Guido van Rossum, the legendary cre..... More

Print this item

  Identifying Valid and Invalid Phone Contact
Posted by: KiranKandavalli - Apr-03-2025, 12:02 PM - Forum: General Coding Help - Replies (3)

Team,

We have three columns in a table (Mobile Number, Home Phone Number, Business Phone Number).

I am writing a Python script to identify the..... More

Print this item

  Python Crash Course - Skip Chapters?
Posted by: fries29 - Apr-02-2025, 08:03 PM - Forum: News and Discussions - No Replies

Hello everyone,

I have embarked on my journey to learn Python for quite some time and have really felt like I am learning how to use Python now.. ..... More

Print this item

  pyperclip stopped working
Posted by: OAP - Apr-02-2025, 07:13 PM - Forum: General Coding Help - Replies (8)

I have been using pyperclip for some time, using Python 3.6.9 on Ubuntu 18.04 LTS. I have now moved to Python 3.12.3 on Ubuntu 24.04 LTS, and pypercl..... More

Print this item

  wxpython install on Linux Mint
Posted by: Larz60+ - Apr-02-2025, 06:18 PM - Forum: News and Discussions - Replies (1)

I can't count the number of times that I needed to install wxpython for a project.
Quite often, this led to a lot of frustration, sometimes to the po..... More

Print this item

  pandas.json_normalize question
Posted by: elsvieta - Apr-02-2025, 05:49 PM - Forum: Data Science - Replies (6)

hi all,
I just wrote my hello world program in Python and I need some guidance for reading a somewhat complex json file for uploading it to a Sql Ser..... More

Print this item

  Copying Data from Multiple XLS Files to a Cumulative Master File
Posted by: Martijn - Apr-01-2025, 06:50 PM - Forum: Data Science - Replies (3)

I'm facing a challenge with the following: I have weekly files of sports results that I want to consolidate into a master file each week. The source i..... More


Attached Files

.xls   wed_cumula (4).xls (Size: 27.5 KB / Downloads: 2)
.xls   wed_cumula (3).xls (Size: 28 KB / Downloads: 1)
.xls   wed_cumula (2).xls (Size: 24 KB / Downloads: 2)
.txt   Python Code.txt (Size: 2.99 KB / Downloads: 3)
.xlsx   BNXT_202425.xlsx (Size: 15.41 KB / Downloads: 1)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How do I get my money out... β–Ό 1 minute ago rwegdfcg rwegdfcg General Codin...
  How to ask Smart Question... β–Ό 5 minutes ago metulburr rwegdfcg Board
  How to contact R𝗼𝗯𝗢𝗻𝗡𝗼𝗼𝗱?... β–Ό 42 minutes ago tanyongkim25654 tanyongkim25654 General Codin...
  Get the string after a sp... β–Ό 46 minutes ago JanJan Gribouillis General Codin...
  function arguments β–Ό 1 hour ago Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... β–Ό 2 hours ago Winfried Winfried General Codin...
  where should DEFAULT_CIPH... β–Ό 9 hours ago Skaperen Skaperen General Codin...
  how to delete thread β–Ό Yesterday, 19:30 Azdaghost DeaD_EyE Board
  Atari Ping Pong Game β–Ό Yesterday, 17:04 Azdaghost deanhystad Code sharing
  not running β–Ό Yesterday, 16:08 Azdaghost deanhystad General Codin...
  [split] How to continue c... β–Ό Yesterday, 16:02 pythonnewbie62 deanhystad General Codin...
Most views
  The best Prog... 557108
  Tutorial Requ... 423445
  Web Scraping ... 422639
  Newbie with P... 350415
  Thread remain... 324471
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12033
buran 8164
snippsat 7320
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
rwegdfcg Today
herry569 Today
tanyongkim25654 Today
jennysmith Today
lesucphilippee Today

User Panel Messages

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