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,435
» Latest member: EdwinRup
» Forum threads: 38,562
» Forum posts: 174,729

Full Statistics

Online Users
There are currently 505 online users.
» 0 Member(s) | 495 Guest(s)
Bing, Yandex, Google, Baidu, Apple, Twitter

Latest Threads
500 Internal Server error...
Forum: Web Scraping & Web Development
Last Post: ppowell777
1 hour ago
» Replies: 0
» Views: 22
tkinter only storing last...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 8
» Views: 331
Text frame
Forum: Homework
Last Post: dnabtuh
3 hours ago
» Replies: 0
» Views: 31
Gomoku game problem
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:10 AM
» Replies: 1
» Views: 130
Question regarding Python
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 07:04 AM
» Replies: 1
» Views: 165
Brute Forcing Anagrams
Forum: General Coding Help
Last Post: MeganWillia
May-05-2025, 04:12 PM
» Replies: 13
» Views: 2,295
Picamera2 commands betwee...
Forum: General Coding Help
Last Post: deanhystad
May-05-2025, 02:15 PM
» Replies: 3
» Views: 363
How to space data on x ax...
Forum: General Coding Help
Last Post: m_kdch
May-05-2025, 12:55 PM
» Replies: 0
» Views: 123
MPEG DASH Package impleme...
Forum: General Coding Help
Last Post: pintailscratchy
May-05-2025, 08:34 AM
» Replies: 1
» Views: 706
Best way to pass data to ...
Forum: Game Development
Last Post: DumbleJum
May-05-2025, 07:48 AM
» Replies: 6
» Views: 4,561

 
  scikit-image for 32bit windows
Posted by: Andrey_82 - Apr-02-2024, 11:21 AM - Forum: News and Discussions - No Replies

Hello everyone,

I'm currently working on a project that heavily relies on the scikit-image package. I have an up-to-date Anaconda installation on a..... More

Print this item

  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: 140)
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: 130)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  500 Internal Server error... 1 hour ago ppowell777 ppowell777 Web Scraping ...
  tkinter only storing last... 1 hour ago bertschj1 deanhystad General Codin...
  Text frame 3 hours ago dnabtuh dnabtuh Homework
  Gomoku game problem Yesterday, 10:10 snl_9527 deanhystad General Codin...
  Question regarding Python Yesterday, 07:04 LPTtech Larz60+ General Codin...
  Brute Forcing Anagrams 05-05, 16:12 Anorak MeganWillia General Codin...
  Picamera2 commands betwee... 05-05, 14:15 GigiG deanhystad General Codin...
  How to space data on x ax... 05-05, 12:55 m_kdch m_kdch General Codin...
  MPEG DASH Package impleme... 05-05, 08:34 anantha_narayanan pintailscratchy General Codin...
  [PyGame] Best way to pass... 05-05, 07:48 Milosz DumbleJum Game Developm...
  [Windows] Change director... 05-04, 09:46 Winfried Gribouillis General Codin...
Most views
  The best Prog... 559470
  Tutorial Requ... 432452
  Web Scraping ... 424819
  Newbie with P... 354897
  Thread remain... 328319
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+ 12039
buran 8167
snippsat 7324
deanhystad 6815
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
EdwinRup Today
ppowell777 Yesterday
dnabtuh Yesterday
SandraErron Yesterday
Mustafa Yesterday

User Panel Messages

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