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,465
» Latest member: JeanChristophe
» Forum threads: 38,577
» Forum posts: 174,804

Full Statistics

Online Users
There are currently 745 online users.
» 0 Member(s) | 740 Guest(s)
Bing, Google, Applebot, Yandex

Latest Threads
tracking version during r...
Forum: News and Discussions
Last Post: Skaperen
2 hours ago
» Replies: 0
» Views: 33
Return a string or byte o...
Forum: General Coding Help
Last Post: snippsat
9 hours ago
» Replies: 5
» Views: 226
problems with netcdf if I...
Forum: General Coding Help
Last Post: Blaubart
11 hours ago
» Replies: 16
» Views: 1,048
class Blockage not projec...
Forum: General Coding Help
Last Post: Azdaghost
Yesterday, 01:09 PM
» Replies: 0
» Views: 58
Retired and Learning Pyth...
Forum: Code sharing
Last Post: BarbaraGonzalez
Yesterday, 09:04 AM
» Replies: 1
» Views: 335
Pip help
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 05:57 AM
» Replies: 4
» Views: 346
Paste text with caret alr...
Forum: General Coding Help
Last Post: armorerratic
Yesterday, 01:12 AM
» Replies: 2
» Views: 959
Library Management System
Forum: Homework
Last Post: deanhystad
May-13-2025, 01:56 AM
» Replies: 1
» Views: 174
smbus.SMBus i2c code whic...
Forum: General Coding Help
Last Post: NewbyTyro
May-12-2025, 03:51 PM
» Replies: 2
» Views: 295
Why are the PythonT symli...
Forum: News and Discussions
Last Post: gernophil
May-12-2025, 08:10 AM
» Replies: 0
» Views: 147

 
  .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

  Update label if there are no records in treeview
Posted by: TomasSanchexx - Aug-20-2023, 04:18 PM - Forum: GUI - Replies (1)

Hello good,

I am trying to add and subtract values from a treeview column.

So far so good, I show a label and it updates if I add another value ..... More

Print this item

  Matplotlib Version
Posted by: Aboutben - Aug-20-2023, 02:29 PM - Forum: General Coding Help - Replies (2)

I have written a Python code, and it's not working. It's likely due to the Matplotlib version. The following code should work with version 3.5, but it..... More

Print this item

  How to not open the context menu if a mouse gesture is executed?
Posted by: MicheliBarcello - Aug-20-2023, 01:00 PM - Forum: General Coding Help - Replies (2)

I have a program that is working, but it opens the context menu after simulating the commands. (That's because it's done with the right mouse button)...... More

Print this item

  [NEW CODER] TypeError: Object is not callable
Posted by: iwantyoursec - Aug-20-2023, 11:08 AM - Forum: General Coding Help - Replies (5)

Hello all,

I just started my Python journey a couple of days ago. I typed the following code exactly as shown in the book I'm reading, but it retur..... More


Attached Files

Thumbnail(s)
   
Print this item

  Why can't it extract the data from .txt well?
Posted by: Melcu54 - Aug-20-2023, 09:12 AM - Forum: General Coding Help - Replies (4)

Version 1. Very good. The dictionaries are compared, and the diacritics from the first dictionary are included in the output.

[python]
import tkin..... More

Print this item

  Reading a file name fron a folder on my desktop
Posted by: Fiona - Aug-19-2023, 07:34 PM - Forum: General Coding Help - Replies (4)

Hello.
Am currently learning python and Robotics,
uhm doing a simple process automation using selenium and python
kindly i need help on how i can re..... More

Print this item

  problem in using pyqrcode module to create QRcode
Posted by: akbarza - Aug-19-2023, 02:57 PM - Forum: General Coding Help - Replies (9)

hi
I wanted to create a QR code by Python using pyqrcode module.(I copied this code from elsewhere)
I entered the below code in idle in Python 3.11...... More

Print this item

  Copy List Not Copying
Posted by: BAbdulBaki - Aug-19-2023, 01:01 AM - Forum: General Coding Help - Replies (3)

This works:

A=[1]
B=A.copy()
print(B)
print(A)
print(B)
B.append(2)
print(B)
print(A)
print(B)
This does not:
[python]A=..... More

Print this item

  Help with chaos function
Posted by: dbrown8978 - Aug-18-2023, 11:14 PM - Forum: Homework - Replies (11)

Im taking a Intro to Programming Course for my Associate's in Computer Information Systems. The book im using is Python Programming, Intro to Computer..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  tracking version during r... 2 hours ago Skaperen Skaperen News and Disc...
  Return a string or byte o... 9 hours ago Calab snippsat General Codin...
  problems with netcdf if I... 11 hours ago Blaubart Blaubart General Codin...
  class Blockage not projec... Yesterday, 13:09 Azdaghost Azdaghost General Codin...
  Retired and Learning Pyth... Yesterday, 09:04 breacsealgaire BarbaraGonzalez Code sharing
  Pip help Yesterday, 05:57 meditek Larz60+ General Codin...
  Paste text with caret alr... Yesterday, 01:12 Wehaveall armorerratic General Codin...
  Library Management System 05-13, 01:56 annajoy deanhystad Homework
  smbus.SMBus i2c code whic... 05-12, 15:51 NewbyTyro NewbyTyro General Codin...
  Why are the PythonT symli... 05-12, 08:10 gernophil gernophil News and Disc...
  Send SMS from my phone nu... 05-11, 17:48 aster TheTechNexus General Codin...
Most views
  The best Prog... 563465
  Tutorial Requ... 448373
  Web Scraping ... 428482
  Newbie with P... 362578
  Thread remain... 335156
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12050
buran 8169
snippsat 7325
deanhystad 6826
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
JeanChristophe Yesterday
EZEKIELGRAPHICSMEDIA Yesterday
BarbaraGonzalez Yesterday
william224477 Yesterday
ellena Yesterday

User Panel Messages

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