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,241
» Latest member: ColorTig
» Forum threads: 38,777
» Forum posts: 175,795

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 36 Guest(s)
Google, Bing, Mojeek, AOL

Latest Threads
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
5 hours ago
» Replies: 1
» Views: 38
Data Science
Forum: Data Science
Last Post: mamta25
6 hours ago
» Replies: 3
» Views: 2,574
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
Yesterday, 10:15 PM
» Replies: 1
» Views: 100
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 149
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 130
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 129
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,332
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,382
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 209

 
  Advice for Inventory System
Posted by: Extra - Feb-18-2022, 09:22 PM - Forum: General Coding Help - No Replies

Hello,

I'm looking to make an inventory system to keep track of my parts.

Here's some functions that I would like:
-An offline database (Sto..... More

Print this item

  OCR-Python from Multi TIFF to HOCR getting only Data from 1st Page of multiple TIFF
Posted by: JOE - Feb-18-2022, 03:18 PM - Forum: General Coding Help - No Replies

Hi,

I need your help with the code which can be replaced in the below one. Aim able to run the file with the output to hocr output.
But, [b]my req..... More

Print this item

  matrix number assignement to the random indices
Posted by: juniorcoder - Feb-18-2022, 02:06 PM - Forum: General Coding Help - Replies (4)

Hello guys,
I need a help with my python code and tell me what is wrong here.
[python]
tum=[]
for i in range(400):
tum.append(i)
..... More

Print this item

  decimal comma
Posted by: DPaul - Feb-18-2022, 01:49 PM - Forum: General Coding Help - Replies (9)

Hi , I need to convert "5,8" to a float = 5.8
Reading on this subject proposes 3 solutions
- Adapt the locale
- Do a replace (',','.') (if no 1000 ..... More

Print this item

  Setup Portable Python on Windows for script starts with double clicks?
Posted by: pstein - Feb-18-2022, 01:29 PM - Forum: General Coding Help - No Replies

I want to install (only) Portable Python (on Windows) or even use it from USB flash drive.

For this I just want to unpack this Portable Python pack..... More

Print this item

  Init an indefinite number of class
Posted by: MathisDELAGE - Feb-18-2022, 01:20 PM - Forum: General Coding Help - Replies (9)

Hello world,
I need your help for my new game project.
I want to use x(the number of player) time my class Player.
I think do that but it's not opt..... More

Print this item

  Nested conditionals vs conditionals connected by operators
Posted by: dboxall123 - Feb-18-2022, 01:04 PM - Forum: General Coding Help - Replies (8)

The following code is a short extract from a game I'm making, called tablut, also known as vikin..... More

Print this item

  Hiring Expert Python Developer (Remote) For USA based Client
Posted by: Naheed - Feb-18-2022, 12:08 PM - Forum: Jobs - Replies (2)

We are looking for a talented resource for one of our client based in USA.

Title: Python Developer
Location: Remote
Duration: F..... More

Print this item

  Make the code shorter
Posted by: quest - Feb-18-2022, 03:54 AM - Forum: General Coding Help - Replies (2)

I have 4 matrix which is shape 2*2 and pi,px,py and pz are my coefficient. and according to the input from the use, I am trying to calculate my matrix..... More

Print this item

  American Adolescent language in python.
Posted by: Deo - Feb-18-2022, 02:23 AM - Forum: Homework - Replies (2)

Basically I have to write a python program to translate the english sentence entered by the user into the "American Adolescent" language by inserting ..... More


Attached Files

Thumbnail(s)
   
Print this item

  .py to .exe question using PyInstaller
Posted by: hammer - Feb-18-2022, 01:59 AM - Forum: General Coding Help - Replies (5)

Does PyInstaller allow the inclusion of the Data Base i am using for deployment purposes, or should i just include a copy of the DB in the same fold..... More

Print this item

  Send a requests to a magnet links shortener which doesn't have APIs
Posted by: Ascalon - Feb-18-2022, 12:23 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi, there is this website where you enter a torrent magnet link and you get a short url redirecting to the magnet link.
I'd like to do the procedure ..... More

Print this item

  Raspberry Pi - 'Bullseye' broke Pygame
Posted by: fmr300 - Feb-18-2022, 12:02 AM - Forum: News and Discussions - No Replies

I've been using Pi's OS, "Buster", which includes Python 3.7.3 and Pygame 1.9.4 and have had no problems.

Just tried the latest Pi OS-release, "Bul..... More

Print this item

  featuretools error
Posted by: Led_Zeppelin - Feb-17-2022, 09:26 PM - Forum: General Coding Help - Replies (3)

I am trying to use the module featuretools. It was easy to install. However, when I run my program, I get an error.

I get the error:
[error]
ttri..... More

Print this item

  Problems with my loop
Posted by: python_student - Feb-17-2022, 08:27 PM - Forum: General Coding Help - Replies (3)

I am using pandas to read data from SQL with some specific chunksize and loading it into postgres.
I am reading a files that contain the script to in..... More

Print this item

  using function in np.where
Posted by: glidecode - Feb-17-2022, 06:48 PM - Forum: General Coding Help - Replies (6)

I'm using np.where and trying to reference a function call instead of putting in a static value, something like:
np.where(condition,function(arg1,arg..... More

Print this item

  My python learning app
Posted by: eshqol - Feb-17-2022, 06:00 PM - Forum: News and Discussions - No Replies

Hello,
I recently published an app that I built for google play,
I would like to reviews from you about the app and [b]suggestions of improve..... More

Print this item

  Make my py script work only on 1 compter
Posted by: tomtom - Feb-17-2022, 12:54 PM - Forum: General Coding Help - Replies (14)

I want my py program to work only on one specific computer.
My aim is to get a unique ID of any computer of any OS once my program is first lauch on ..... More

Print this item

  Error with Anaconda - collectToPython
Posted by: eusoucristiano - Feb-17-2022, 12:18 PM - Forum: Data Science - No Replies

Hi guys!

I create a spark dataframe:

[font=Courier New]schema = StructType([
StructField("escolaridade", StringType(), False),
StructF..... More

Print this item

  Python3 requests.models.Response
Posted by: ogautier - Feb-17-2022, 04:12 AM - Forum: General Coding Help - Replies (4)

Hello, I'm trying to get information from every individual tag key like symbol, pair, markPrice, IndexPice, bid and so on. Does anybody can help me to..... More

Print this item

  why my list changes to a string as I move to another window in tkinter?
Posted by: pymn - Feb-17-2022, 04:11 AM - Forum: GUI - Replies (4)

Hello, I am learning how to work around moving in pages in tkinter. I asked a question a few days ago about that here: https://python-forum.io/thread-..... More

Print this item

  I want to run this loop but it skips all the condition
Posted by: vensilver - Feb-17-2022, 03:38 AM - Forum: General Coding Help - Replies (5)

I want to run this loop but it skips all the conditions and always runs n==1.
At the start of the code, I want it to run n==0 and get the data from t..... More

Print this item

  resetting an iterator to full
Posted by: Skaperen - Feb-17-2022, 01:32 AM - Forum: General Coding Help - Replies (7)

if you iterate a list twice, the 2nd time has all the data from the beginning. but what if you have a case where the data can be figured out as an it..... More

Print this item

  Rename part of filename in multiple files
Posted by: atomxkai - Feb-17-2022, 12:14 AM - Forum: General Coding Help - Replies (7)

Hello, I'm trying to replace part of a text in a filename for multiple files. But it is not working. Your help is greatly appreciated.

Example:

..... More

Print this item

  can someone test the code for me
Posted by: kucingkembar - Feb-16-2022, 07:42 PM - Forum: General Coding Help - Replies (4)

hi, I have this code;

[python]
try:
import translators
except:
import subprocess#for window 10
subprocess.call("pip in..... More

Print this item

  how to extract tiff images from the subfolder into. hocr format in another similar su
Posted by: JOE - Feb-16-2022, 06:28 PM - Forum: General Coding Help - No Replies

HI,
I am working on a project to OCR text from tiff images, the below code works fine on individual images, but I am looking for a solution where I c..... More

Print this item

  Max recursion depth.... Error
Posted by: MeloB - Feb-16-2022, 04:58 PM - Forum: General Coding Help - Replies (2)

Hi All,

brand new to Python so appreciate the help. I am trying to add a new column, which should be calculated as the mean of 'math score' grouped..... More


Attached Files

.csv   StudentsGrades.csv (Size: 791 bytes / Downloads: 319)
Print this item

  Errors when trying to disable tkinter checkbutton
Posted by: rrick_88 - Feb-16-2022, 02:42 PM - Forum: General Coding Help - Replies (7)

[python] Hello,

I am having an issue disabling a tkinter checkbutton. I am able to get the value, but when trying to disable it I keep getti..... More

Print this item

  user interface Button not working
Posted by: Frankduc - Feb-16-2022, 02:07 PM - Forum: General Coding Help - Replies (4)

Hello,

Cant understand why i get this error message. Anyone can give me an explaination?

[python]from tkinter import *

def inverser():
mot = st..... More

Print this item

  ConfigParser(dict_type=) not behaving as expected
Posted by: malonn - Feb-16-2022, 01:21 PM - Forum: General Coding Help - Replies (5)

I am using the configparser module. I am having trouble understanding the

ConfigParser(dict_type=)
method. My code:
[python]class ..... More

Print this item

  Real time database
Posted by: satyanarayana - Feb-16-2022, 07:41 AM - Forum: General Coding Help - Replies (3)

Hi friends,

I am new to python how to develop real time database to store data . For example like firebase database storage.

In python how can..... More

Print this item

  extract javascript links
Posted by: Larz60+ - Feb-16-2022, 02:56 AM - Forum: Web Scraping & Web Development - No Replies

Using selenium, I navigate to a results page which contains javascript links to additional results.
The html looks like:
[output]
<tbody><tr>..... More

Print this item

Sad Iterate randint() multiple times when calling a function
Posted by: Jake123 - Feb-15-2022, 10:38 PM - Forum: General Coding Help - Replies (2)

When I call the stars() function, it only iterates the randint() function once and not every time the while loop is ran. I am unsure on how to make it..... More

Print this item

  Post Python to HTML/CSS
Posted by: Extra - Feb-15-2022, 09:15 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello,

I'm trying to build a GUI for a python script I have using HTML/CSS, and I'm wondering if it's possible to link python to my HTML page.
Fo..... More

Print this item

  kwargs question
Posted by: Jeff_t - Feb-15-2022, 07:25 PM - Forum: General Coding Help - Replies (8)

Hi, I am really new to python and wishing I had gotten into it a lot earlier than I did. I have advanced considerably with my learning and have been u..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] print two differe... 5 hours ago Reema Gribouillis General Codin...
  Data Science 6 hours ago Oshadha mamta25 Data Science
  [Tkinter] I’m building a ... Yesterday, 22:15 tsgiannis woooee GUI
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
Most views
  The best Prog... 578730
  Tutorial Requ... 509426
  Web Scraping ... 441869
  Newbie with P... 385829
  New Users Int... 375332
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ColorTig Today
AcoolPurpleOne1863 Today
racingsubby Today
Reema Today
lary_p Yesterday

User Panel Messages

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