Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,247
» Latest member: Kacper
» Forum threads: 38,779
» Forum posts: 175,813

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 42 Guest(s)
Google, Bing, AOL, Apple

Latest Threads
New to python and coding
Forum: Homework
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 48
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
8 hours ago
» Replies: 11
» Views: 254
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
9 hours ago
» Replies: 3
» Views: 94
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Today, 05:07 AM
» Replies: 5
» Views: 229
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 87
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,600
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 186
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 170
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,851
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,408

 
  Data Science Roadmap for Career Advancement
Posted by: shiv11 - Apr-04-2024, 08:27 AM - Forum: Data Science - Replies (5)

What are the key milestones and methods outlined in the Data Science Roadmap for anyone looking to succeed in this dynamic field? How can one successf..... More

Print this item

  the quest for a mutable string (more)
Posted by: Skaperen - Apr-04-2024, 04:01 AM - Forum: News and Discussions - No Replies

i've been thinking about making Python easier to handle mutable strings in the type of bytearray. this should be possible in the defini..... More

Print this item

  the quest for a mutable string (buffer)
Posted by: Skaperen - Apr-04-2024, 03:46 AM - Forum: News and Discussions - Replies (2)

so often i am taking some logic from some program not in Python and need to implement it in Python. so many of these programs are constructing string..... More

Print this item

  Advice needed on how to approach this problem...
Posted by: sawtooth500 - Apr-04-2024, 02:37 AM - Forum: General Coding Help - Replies (1)

I need advice on how to approach this problem.

I'm analyzing historical stock tick data. If I take a symbol, say AAPL, years worth of tick data wi..... More

Print this item

  Why is the copy method name in python list copy and not `__copy__`?
Posted by: YouHoGeon - Apr-04-2024, 12:58 AM - Forum: General Coding Help - Replies (2)

Why is the name of copy method in python list copy and not __copy__?

As a result, I confirmed that separate exception handling logic was written fo..... More

Print this item

  Problems passing arguments containing spaces to bash script and then on to python
Posted by: kaustin - Apr-03-2024, 03:38 PM - Forum: General Coding Help - Replies (6)

I am a definite newbie to python. I've written some pretty basic programs that use shell scripts to pass user supplied arguments to my python programs..... More


Attached Files

.txt   rep_employment_verification.txt (Size: 2.46 KB / Downloads: 205)
Print this item

  Bitwise Operations in numpy
Posted by: Sowmya - Apr-03-2024, 12:44 PM - Forum: Data Science - Replies (3)

Hi all
I am learning Numpy class they said bitwise operations but did not understand how the out put come like this

import numpy as np
a = np.arr..... More

Print this item

Question [Abandoned] Get the good type to pass to a transcriber model
Posted by: slain - Apr-03-2024, 12:42 PM - Forum: Data Science - Replies (11)

Hello,
I'm quite new to Python, and trying to get a working transcriber with Streamlit and HuggingFace models.

I have an hardware constraint, my s..... More

Print this item

  Minimize function with SciPy
Posted by: PierreLCV - Apr-03-2024, 09:29 AM - Forum: General Coding Help - Replies (3)

Hello everyone,
I'm currently trying to minimize a function using a Python algorithm. The function is a bit complicated and requires an FEA solver to..... More

Print this item

  Free hosting
Posted by: Sowmya - Apr-03-2024, 04:26 AM - Forum: Bar - Replies (1)

Hi all
I want to upload my Django project folders in Github. But I am unable to upload folders , I tried Git desktop also I did not get solution and..... More

Print this item

  How to get all items in SharePoint recycle bin by using sharepy library in Python?
Posted by: QuangHuynh - Apr-03-2024, 03:01 AM - Forum: General Coding Help - Replies (2)

I'm trying to retrieve all items from the recycle bin on SharePoint. Below is my code. Currently, I notice that I can only retrieve items deleted by t..... More

Print this item

  tkinter - Random Quote from internet
Posted by: menator01 - Apr-02-2024, 07:44 PM - Forum: Code sharing - No Replies

Gets random quote from internet

[python]
import requests
import json
import tkinter as tk



root = tk.Tk()
root.title('Random quote of the..... More

Print this item

  Calling methods and getting results out
Posted by: HerrAyas - Apr-02-2024, 02:25 PM - Forum: General Coding Help - Replies (4)

Hello again,
I know what I want. I know the algorithm. But I got confused writing my intention in python :(
There are cards, values, colours, comple..... More

Print this item

  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: 208)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 8 hours ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 8 hours ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 9 hours ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... Today, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
Most views
  The best Prog... 578796
  Tutorial Requ... 509721
  Web Scraping ... 441905
  Newbie with P... 385895
  New Users Int... 375851
Most reputation
buran 581
snippsat 510
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12105
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Kacper Today
isla123456 Today
vibrometro Today
thebigback Yesterday
dimitriwati Yesterday

User Panel Messages

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