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,566
» Latest member: SagarSwag
» Forum threads: 38,665
» Forum posts: 175,215

Full Statistics

Online Users
There are currently 266 online users.
» 0 Member(s) | 259 Guest(s)
Applebot, Yandex, Bing, Baidu, Google, Mojeek

Latest Threads
ASCII-Codec in Python3 [S...
Forum: General Coding Help
Last Post: SagarSwag
3 hours ago
» Replies: 5
» Views: 10,373
How scan all ips from mai...
Forum: Networking
Last Post: MaahirThomas
Yesterday, 07:09 PM
» Replies: 2
» Views: 387
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:10 PM
» Replies: 7
» Views: 396
Code stoped working
Forum: News and Discussions
Last Post: Axel_Erfurt
Yesterday, 01:16 PM
» Replies: 1
» Views: 88
Made my first Python prog...
Forum: Game Development
Last Post: Ricky1178
Jul-17-2025, 11:12 PM
» Replies: 8
» Views: 10,682
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
Jul-17-2025, 11:36 AM
» Replies: 2
» Views: 201
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 148
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,903
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 770
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,225

 
  DF value by Column... not sure what to call it
Posted by: tester_V - Aug-26-2023, 04:54 AM - Forum: General Coding Help - Replies (2)

I'm probably overstaying my welcome but I'd like to ask one more question.
Here is an Excel file:
Cars Sold, Employee Name,
Cadillac CTS, Bill Clin..... More

Print this item

  Cannot rename Columns in df
Posted by: tester_V - Aug-25-2023, 04:59 PM - Forum: General Coding Help - Replies (11)

Greetings!
I need to rename Columns in the Dataframe. I found if the name has a space my script is failing.
I tried a lot of examples from the Net a..... More

Print this item

  Vectorizing a quadruple for loop in python
Posted by: winash12 - Aug-25-2023, 02:18 PM - Forum: General Coding Help - Replies (13)

I have this quadruple for loop that I am looking to vectorize and I have provided a toy example to highlight the problem. This is taking a lot of comp..... More

Print this item

  capturing multiline output for number of parameters
Posted by: jss - Aug-25-2023, 01:34 PM - Forum: General Coding Help - Replies (3)

I am using ttp template to parse a data from command line

I followed the following link while writing below code:
https://python-forum.io/thread-4058..... More

Print this item

  QUIZ GUI Form_When admin panel is open, main quiz form is getting freeze
Posted by: Uday - Aug-25-2023, 12:47 PM - Forum: General Coding Help - Replies (4)

Hi Expert,

I have already created one QUIZ GUI application where user can select option and click on submit button to check the score. One ADMIN butt..... More


Attached Files

.py   import tkinter as tk.py (Size: 8.95 KB / Downloads: 264)
Print this item

  Wrapping c/c++ dll
Posted by: Oolongtea - Aug-25-2023, 12:14 PM - Forum: General Coding Help - Replies (2)

I have a piece of hardware with a C/C++ api in the form of a dll, but I'm unsure what the best option is to make that code useable with python.

I exp..... More

Print this item

  Help: Conversion of Electricity Data into Time Series Data
Posted by: SmallGuy - Aug-25-2023, 09:05 AM - Forum: Data Science - Replies (3)

I want to plot a power load curve with the electricity consumption data. I download a load profile from a EV charger. The data file is a excel contain..... More


Attached Files

Thumbnail(s)
       
Print this item

  txt to image
Posted by: DPaul - Aug-25-2023, 08:11 AM - Forum: Bar - Replies (2)

Hi,
Sometimes I am handed old files that I cannot OCR, but I can read them via a backdoor.
Simplified, I end up with a few 100.000 very small txt fi..... More

Print this item

Photo U-Net runs very slowly
Posted by: Bearpaw - Aug-25-2023, 07:05 AM - Forum: Data Science - No Replies

Hello everyone!

I have written a U-Net with TensorFlow (see attachment). With this I want to predict CT images from MR images. It's nothing fancy a..... More


Attached Files

.py   U-Net.py (Size: 2.98 KB / Downloads: 3)
Print this item

  .get() not retrieving value?
Posted by: Sedos101 - Aug-25-2023, 06:02 AM - Forum: General Coding Help - Replies (2)

Hi Everyone,

I have setup a combo box to store gradient values as such:
[python] gradient_value = ["0%","10%","15%","20%"]
gradient_dropd..... More

Print this item

  Errors if an xlsx file has blank rows in the beginning….
Posted by: tester_V - Aug-25-2023, 03:42 AM - Forum: Data Science - Replies (1)

Greetings!
This is my first try using Pandas.
The sniped below works file if the files(.XLSX) do not have blank lines in the beginning.
I thought b..... More

Print this item

  Is it possible to add a delay right after a request.get()
Posted by: cubangt - Aug-25-2023, 02:31 AM - Forum: General Coding Help - Replies (6)

I'm trying to build a scraper to get pricing and description from this site, just for the men's shoes.
When you visit the site normally via a browser..... More

Print this item

  Help with Python Script to generate SVG Dot Matrix Pattern for LED Light Guide
Posted by: iamrickm - Aug-24-2023, 11:21 PM - Forum: General Coding Help - Replies (2)

Hello, I'm a lighted sign designer and artist and I need to create a edge illuminated Light Guide panel for a piece of glass art that will hang in a l..... More

Print this item

  How to learn python to apply it in my work?
Posted by: DavyAnt - Aug-24-2023, 09:54 PM - Forum: News and Discussions - Replies (1)

Good afternoon!

Background:

I want to increase the speed of data processing, perform analysis, automate processes. All this to increase efficien..... More

Print this item

  invoking python in Terminal
Posted by: Euler - Aug-24-2023, 05:54 PM - Forum: General Coding Help - Replies (2)

I am new to python and I want to use the matlab2python converter to help me learn it. I installed Python 3.11.5 using the installer at:

https://www..... More

Print this item

  open python files in other drive
Posted by: akbarza - Aug-24-2023, 10:22 AM - Forum: General Coding Help - Replies (1)

hi
I open Python by searching python word in Windows search and then the Python is opened (python 3.11 window with dark blue color ). (Is this window..... More

Print this item

  determine parameter type in definition function
Posted by: akbarza - Aug-24-2023, 10:04 AM - Forum: General Coding Help - Replies (1)

hi
in address https://realpython.com/if-name-main-python/#
In the definition of the echo fun..... More

Print this item

  pyserial/serial "has no attribute 'Serial' "
Posted by: gowb0w - Aug-23-2023, 05:26 PM - Forum: General Coding Help - Replies (11)

Hi there ! glad to discover this forum.

first, i am a beginner, i want to learn Python etc.

i was typing this program :

[python]
import s..... More

Print this item

  [SOLVED] Looking for documentation on Reportlab's canvas.transform() function
Posted by: NeilUK - Aug-23-2023, 11:06 AM - Forum: General Coding Help - Replies (1)

I've looked 'reportlab-userguide_2022_v3_5.pdf', on page 16 under Changing Geometry, and there's no documentation beyond the mere mention of transform..... More

Print this item

Lightbulb freelance workload measurement using Blockchain technology
Posted by: Rob - Aug-23-2023, 09:35 AM - Forum: News and Discussions - Replies (3)

Hello fellow Pythonistas,

my name is Rob from Germany, I'm a Python beginner and new to this forum, so please excuse if I said something wrong.

..... More

Print this item

  Webscraping news articles by using selenium
Posted by: cate16 - Aug-23-2023, 09:21 AM - Forum: Web Scraping & Web Development - Replies (7)

Hello, I have to do webscraping of some articles from a website (pressreader).

My code is the following:

[python]
from selenium import webdriv..... More

Print this item

  Plot function
Posted by: Sedos101 - Aug-23-2023, 09:17 AM - Forum: General Coding Help - Replies (3)

Hi Everyone,
apologies my code is all over the place, however I am trying to bar chart plot the cycle time for each model selected. I want the chart ..... More

Print this item

  Anaconda 2.4.2: The JupyterLab 3.5.3 fails to run the python code of the Geographical
Posted by: jamalnuman - Aug-23-2023, 07:48 AM - Forum: General Coding Help - No Replies

Anaconda 2.4.2: The JupyterLab 3.5.3 fails to run the python code of the Geographically Weighted Regression (GWR),

I couldn’t figure out why the Th..... More

Print this item

  Microsof announced Pyhon in Excel
Posted by: buran - Aug-23-2023, 05:19 AM - Forum: News and Discussions - Replies (3)

https://techcommunity.microsoft.com/t5/e...-p/3893439

Print this item

  Webscraping with beautifulsoup
Posted by: cormanstan - Aug-23-2023, 12:04 AM - Forum: Web Scraping & Web Development - Replies (3)

hey everyone,

I've been working on a project and it's not working as intended. I hope someone here can help. I have a basic understanding of python..... More

Print this item

  TypeError: 'NoneType' object is not callable
Posted by: akbarza - Aug-22-2023, 08:27 PM - Forum: General Coding Help - Replies (4)

hi
when I ran the below code, I encountered with an error message. I searched the net and read some pages but I did not understand how to correct th..... More

Print this item

  ttp template
Posted by: jss - Aug-22-2023, 07:24 PM - Forum: General Coding Help - Replies (4)

I am using ttp template to parse a data from command line

This is my code
[python]
import json
from ttp import ttp
temp="""

System Info{{_st..... More

Print this item

  Sequential number for rows retrieved and storing the Primary UKey to the line number
Posted by: GYKR - Aug-22-2023, 09:07 AM - Forum: General Coding Help - Replies (2)

Hi Forum,

My first post and also very new to Python. I need some help, please!

At the moment, when I retrieve the data from my table, it display..... More

Print this item

  Python error on mentioned Arduino port name
Posted by: dghosal - Aug-22-2023, 08:41 AM - Forum: General Coding Help - Replies (5)

Hi,

I'm trying to formulate a python code for my Arduino Leonardo board to send high signal to the camera to acquire image only when it receives ma..... More

Print this item

  Formatting outputs created with .join command
Posted by: klairel - Aug-22-2023, 05:37 AM - Forum: General Coding Help - Replies (2)

I am doing a project on a Raspberry Pi Pico running Micro Python to which I am new at in terms of programming having never touch Python or any variant..... More

Print this item

  EEG stream data with mne and brainfolw
Posted by: PaulC - Aug-22-2023, 03:17 AM - Forum: General Coding Help - No Replies

Hello,
Sometimes, I like to just sit back and watch other viewers' tips and interactions with the models - it can be quite entertaining.
https://bbwc..... More

Print this item

  keep gui open if I use "quit"
Posted by: flash77 - Aug-21-2023, 08:43 PM - Forum: GUI - Replies (2)

Hi,

I have code with a gui...

I'm using "quit" to end the execution of my code if something occurs...

Using "quit" the gui closes too...

I..... More

Print this item

  what i would like to add to subprocess.Popen()
Posted by: Skaperen - Aug-21-2023, 08:07 PM - Forum: News and Discussions - Replies (8)

what i would like to add to subprocess.Popen():

something i often did when coding in C that is not convenient in Python is changin..... More

Print this item

  help with an exercise
Posted by: iiiik - Aug-21-2023, 02:33 PM - Forum: Homework - Replies (6)

I wanted to ask you about an exercise that tries to combine two columns in different excel sheets from python, that compares row by row if they are eq..... More

Print this item

  Help with conversion to exe
Posted by: MrJax - Aug-21-2023, 10:16 AM - Forum: General Coding Help - Replies (3)

Hello everyone,

I'm new to development. I tried coding a script that works perfectly fine using Python, but I need to convert it to an exe so that ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  ASCII-Codec in Python3 [S... 3 hours ago AlphaInc SagarSwag General Codin...
  How scan all ips from mai... Yesterday, 19:09 ramin_malek MaahirThomas Networking
  gpiozero buttons stop wor... Yesterday, 15:10 duckredbeard deanhystad General Codin...
  Code stoped working Yesterday, 13:16 OldMan57 Axel_Erfurt News and Disc...
  [PyGame] Made my first Py... 07-17, 23:12 andrerocha1998 Ricky1178 Game Developm...
  How to package code for d... 07-17, 11:36 mayukun snippsat General Codin...
  pip3 install certifi fail... 07-15, 08:52 rb9594 Pedroski55 General Codin...
  My first python game : Ti... 07-15, 07:45 ForsakenDusk walterliz Game Developm...
  A penny doubled every day... 07-15, 07:35 esoyboy walterliz Homework
  Exercise on reading a chu... 07-15, 07:31 Nit_Picker walterliz Homework
  While loop is terminating... 07-15, 07:29 jumpsworthnow walterliz Homework
Most views
  The best Prog... 572742
  Tutorial Requ... 485815
  Web Scraping ... 437191
  Newbie with P... 380176
  Thread remain... 351404
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+ 12072
buran 8174
snippsat 7353
deanhystad 6861
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SagarSwag Today
Valentino_lmao Today
OLaneled Today
johnstevens Yesterday
MaahirThomas Yesterday

User Panel Messages

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