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,614
» Latest member: Clement20
» Forum threads: 38,670
» Forum posts: 175,258

Full Statistics

Online Users
There are currently 197 online users.
» 2 Member(s) | 192 Guest(s)
Baidu, Bing, Google, fehmikonkur, lemonred

Latest Threads
veri kazıma
Forum: Web Scraping & Web Development
Last Post: fehmikonkur
Less than 1 minute ago
» Replies: 12
» Views: 427
I need a specialist in Et...
Forum: General Coding Help
Last Post: yukitsunoda
1 hour ago
» Replies: 0
» Views: 21
auto applying for jobs
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 2
» Views: 125
please help with image re...
Forum: General Coding Help
Last Post: magnus28
Yesterday, 03:14 PM
» Replies: 5
» Views: 184
passing value from tkinte...
Forum: GUI
Last Post: deanhystad
Yesterday, 12:39 PM
» Replies: 4
» Views: 156
Gmpy2 Newbie Working on P...
Forum: General Coding Help
Last Post: SofiaJone
Yesterday, 06:39 AM
» Replies: 8
» Views: 2,728
Create bot to automate op...
Forum: General Coding Help
Last Post: liberwicca
Jul-25-2025, 11:26 PM
» Replies: 1
» Views: 23,579
How to use a proxy when w...
Forum: Web Scraping & Web Development
Last Post: Jemercyli
Jul-25-2025, 04:02 PM
» Replies: 1
» Views: 3,102
Key Logger
Forum: Homework
Last Post: Novaboxxx
Jul-25-2025, 02:42 AM
» Replies: 0
» Views: 105
How to Create Swagger/Ope...
Forum: Web Scraping & Web Development
Last Post: amandaevans
Jul-24-2025, 05:47 PM
» Replies: 6
» Views: 6,465

 
  Line graph with two superimposed lines
Posted by: sawtooth500 - Apr-02-2024, 08:49 AM - Forum: General Coding Help - Replies (4)

Using matplotlib or another graphing library -

Let's say you have a dataframe with cols Time, A, and B.

Time is just seconds - let's say 1-60...... More

Print this item

  Python newb need help
Posted by: Fictile - Apr-02-2024, 02:33 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

You like 'em tattooed with that bad girl vibe? Done. Prefer 'em sweet and spicy next door types? Get ready to pop because these lad..... More

Print this item

  Variable Explorer in spyder
Posted by: driesdep - Apr-01-2024, 10:50 PM - Forum: General Coding Help - Replies (1)

Hello,

I don't know if there are many spyder users here: but i want to ask :
I have made a small program in python, but i don't understand, why th..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to Randomly Print a Quote From a Text File When User Types a Command on Main Menu
Posted by: BillKochman - Apr-01-2024, 09:53 PM - Forum: General Coding Help - Replies (12)

Hello. Just recently I put my BBS back online after nine years, and I am trying to write a python-based game -- for my BBS.

Before I continue, let ..... More

Print this item

Big Grin An easy task. Not for me though.
Posted by: The_One_Reborn - Apr-01-2024, 04:01 PM - Forum: Homework - Replies (1)

Greetings! I broke my head over this, please help Undecided

#Merge the pairs of elements together: [12, 34, 56]
nlist = [1, 2, 3, 4, 5, 6]

Print this item

  class definition and problem with a method
Posted by: HerrAyas - Apr-01-2024, 02:23 PM - Forum: General Coding Help - Replies (2)

Hi all,
I am trying to understand the correct usage of classes and methods (== functions inside the class definition?)
Below you see a class "Punkt"..... More

Print this item

  ndim array
Posted by: Sowmya - Apr-01-2024, 04:24 AM - Forum: Data Science - Replies (2)

Hi all

thrD = np.array([[1,2,3],[3,4,5],[1,-2,8]])

print(thrD.ndim)
Output

Output:
2
My doubts: What are dimens..... More

Print this item

  How to use async/await in Python
Posted by: pynerds - Apr-01-2024, 02:44 AM - Forum: Tutorial Requests and Submissions - No Replies

How to use async/await in Python
In asynchronous programming[url=https://python-forum.io/thread-41877.html]..... More

Print this item

  store arbitrary Python objects in an SQLite database in sqlite3
Posted by: pynerds - Apr-01-2024, 02:16 AM - Forum: Code sharing - No Replies

The SQLite database only allows basic types such as numbers, texts and blobs.

In order to make an SQLite support objects of a particular type, we ..... More

Print this item

  Multiprocessing on python
Posted by: sawtooth500 - Apr-01-2024, 01:31 AM - Forum: Data Science - Replies (12)

Hello!


So I've created a script that does the data crunching that I want it to do, mostly using numpy and pandas things - in summary depending on..... More

Print this item

  a chess endgame problem, almost solved but not quite
Posted by: max22 - Mar-31-2024, 06:14 PM - Forum: General Coding Help - No Replies

I'm trying to create a code for **perfectly optimal chess endgame**.
By that I mean that the loosing player tries to delay the checkmate as long as p..... More

Print this item

  os.popen problem
Posted by: thefrog - Mar-31-2024, 02:56 PM - Forum: General Coding Help - Replies (1)

I'm trying to work on os.popen
When I try to do an ipconfig command, it gives me an error alert
Any other command for example ping 8.8.8.8 works gre..... More


Attached Files

Thumbnail(s)
   
Print this item

  Printing out incidence values for Class Object
Posted by: SquderDragon - Mar-31-2024, 12:16 PM - Forum: General Coding Help - Replies (3)

Hello all,

new coder here.

I wanted to start by creating a character generation code. I created the following code:-

[python]import random
..... More

Print this item

  Mediapipe. Not picking up second variable
Posted by: stevolution2024 - Mar-31-2024, 11:35 AM - Forum: General Coding Help - Replies (1)

Hello all
I am trying to piece together some Python code to track 2 faces. All going OK so far, considering first effort and I have no idea what I ..... More

Print this item

  Using a script to open multiple shells?
Posted by: SuchUmami - Mar-31-2024, 11:08 AM - Forum: General Coding Help - Replies (9)

I have several scripts that must be run in a shell. Currently I open the shell and copy/paste the script location into the shell to run them. The prob..... More

Print this item

  Cesar Cipher
Posted by: ForsakenDusk - Mar-31-2024, 09:30 AM - Forum: General Coding Help - Replies (5)

Hello everyone,

I am currently doing procedural programming exercices, and there are a lot of extra outputs I want to understand before switching t..... More

Print this item

  Deleting Windows temp folder
Posted by: Raysz - Mar-30-2024, 06:29 PM - Forum: General Coding Help - Replies (7)

I'm hoping somebody here can help me figure this out

Basically what I'm trying to do is delete everything in the Windows 10 temp folder
if there i..... More

Print this item

  Issue with uninstalling Python that is driving me crazy
Posted by: traxus - Mar-30-2024, 04:37 PM - Forum: General Coding Help - No Replies

Hello,

I had python 3.10.10 and 3.11.1 installed to use to run ai programs like stable diffusion and comfy ui. I wanted to do a complete reinstall ..... More


Attached Files

.txt   logger.txt (Size: 58.57 KB / Downloads: 171)
Print this item

Question Frog codility leap sort variant
Posted by: MoreMoney - Mar-30-2024, 03:36 PM - Forum: Homework - Replies (5)

Frog codility leap sort variant

[python]input_str = input("Enter Frogs: ") # User types 5 1 3 4 2 <enter>. Do not type the zero.
frog_list = [0]..... More

Print this item

  PyYAML read list of int
Posted by: zisco - Mar-30-2024, 09:21 AM - Forum: General Coding Help - Replies (2)

I'm using a config.yaml and want to read a list of integers in "week":
[python]{'worksheet_name': 'March 2024',
'week': [12, 13],
'name': 'John D..... More

Print this item

  collections.Counter()
Posted by: pynerds - Mar-29-2024, 05:52 PM - Forum: Code sharing - No Replies

The Counter() in the collection[url=https://python-forum.io/thread-41863.html]..... More

Print this item

  OCR question
Posted by: DPaul - Mar-29-2024, 08:03 AM - Forum: Bar - No Replies

OCR with tesseract does a very good job, we know that.
I use it to process various types of documents, some of them are just lists of people.
About a ..... More

Print this item

  reading a file like the unix tail -f command does
Posted by: Skaperen - Mar-29-2024, 07:48 AM - Forum: News and Discussions - Replies (2)

i want to have my script read a file that another process may or may not have written more to that file extending its size. in unix, the "tail -f" co..... More

Print this item

  write code that resides in parent directory
Posted by: franklin97355 - Mar-29-2024, 12:03 AM - Forum: General Coding Help - Replies (3)

New to Python and have a question on usage. I am using Linux. I have a Python 3.11 program that reads, parses, and writes an ics file that works if it..... More

Print this item

  encrypt data in json file help
Posted by: jacksfrustration - Mar-28-2024, 05:05 PM - Forum: General Coding Help - Replies (1)

Hello
I am trying to perfect my password manager app and one of the features i want to add is encrypting the json file so that only the user of the p..... More

Print this item

Question Variable not defined even though it is
Posted by: CoderMerv - Mar-28-2024, 07:03 AM - Forum: General Coding Help - Replies (3)

Hi! Just started my coding journey and I am immediately running into an error. I am currently reading the book "Python Crash Course: A Hands-on, Proje..... More

Print this item

  m3u8 using build-in browser downloader?
Posted by: kucingkembar - Mar-27-2024, 10:50 PM - Forum: Web Scraping & Web Development - Replies (3)

My PC is blocked from a video streamer site,
previously I could do this:
using selenium to extract the m3u8 file, Then using FFmpeg to download and ..... More

Print this item

  Numeric Enigma Machine
Posted by: idev - Mar-27-2024, 09:43 PM - Forum: General Coding Help - Replies (9)

I have come across Lockheed Martin's problem from the 2018 CodeQuest, a numeric Enigma machine:

   


I am wondering what the best way ..... More

Print this item

Bug argparse io issue
Posted by: pyDream - Mar-27-2024, 02:41 PM - Forum: General Coding Help - Replies (8)

Hi all, I'm quite new to Python, so please forgive me if this issue can be fixed with the debugger. I don't know how to debug packages installed from ..... More

Print this item

  How to parse and group hierarchical list items from an unindented string in Python?
Posted by: ann23fr - Mar-27-2024, 01:16 PM - Forum: Homework - Replies (2)

Problem Statement

  1. Given an unindented string as input, perform these steps:

    - Identify the list items at the hi..... More

Print this item

  Django "Unexpected Keyword Argument 'min_value'"
Posted by: AstralWeeks - Mar-27-2024, 04:56 AM - Forum: General Coding Help - No Replies

Hi All,

I'm currently learning the basic methods of DjangoRESTFramework. It's the first time I've learned how to make and use an API. I'm just play..... More

Print this item

  Not getting forum emails
Posted by: sawtooth500 - Mar-27-2024, 02:45 AM - Forum: Board - Replies (3)

So for each new thread I post, I choose 'Subscribe and receive email notification of new replies' - however I never get an email on reply. I checked m..... More

Print this item

  Elegant way to apply each element of an array to a dataframe?
Posted by: sawtooth500 - Mar-27-2024, 02:42 AM - Forum: General Coding Help - Replies (7)

So Dean was previously kind enough to tell me about vector operations on dataframes instead of iterating through each row using loops and has made my ..... More

Print this item

  I don't know what is wrong (Python and SQL connection)
Posted by: shereen - Mar-27-2024, 01:15 AM - Forum: General Coding Help - Replies (3)

every time i get that error : Exception in Tkinter callback
[error]Traceback (most recent call last):
File "C:\Users\Lenovo\AppData\Local\Programs..... More


Attached Files

.py   P1.py (Size: 15.99 KB / Downloads: 163)
Print this item

  tkinter logo
Posted by: menator01 - Mar-26-2024, 09:59 PM - Forum: Bar - Replies (3)

Does tkinter have a logo? I've searched and not found anything. Is it the word tkinter itself?

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  veri kazıma Less than 1 minute ago fehmikonkur fehmikonkur Web Scraping ...
  I need a specialist in Et... 1 hour ago yukitsunoda yukitsunoda General Codin...
  auto applying for jobs 6 hours ago alextony85 noisefloor General Codin...
  please help with image re... Yesterday, 15:14 magnus28 magnus28 General Codin...
  [Tkinter] passing value f... Yesterday, 12:39 iqbshaik deanhystad GUI
  Gmpy2 Newbie Working on P... Yesterday, 06:39 charlesrkiss SofiaJone General Codin...
  Create bot to automate op... 07-25, 23:26 JonatasCavalini liberwicca General Codin...
  How to use a proxy when w... 07-25, 16:02 swiftproxy Jemercyli Web Scraping ...
  Key Logger 07-25, 02:42 Novaboxxx Novaboxxx Homework
  How to Create Swagger/Ope... 07-24, 17:47 tlopezdh amandaevans Web Scraping ...
  Can I develop a live vide... 07-23, 07:08 mtrkhan MilesWeb Web Scraping ...
Most views
  The best Prog... 572844
  Tutorial Requ... 485991
  Web Scraping ... 437310
  Newbie with P... 380356
  Thread remain... 351475
Most reputation
buran 581
snippsat 507
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+ 12074
buran 8175
snippsat 7352
deanhystad 6865
metulburr 5153
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Clement20 Today
connieann Yesterday
SINDHUJA Yesterday
SofiaJone Yesterday
Hiddeninplainsite Yesterday

User Panel Messages

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