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 53 online users.
» 1 Member(s) | 43 Guest(s)
Applebot, Bing, Facebook Dev, AOL, Gribouillis

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

 
  Can provide python tutoring and project help
Posted by: Zahiba_Siddiqui - Mar-18-2024, 04:36 PM - Forum: Jobs - Replies (2)

Hi
im a python dev and tutor having taught students of different levels so hold good experience . If you are looking for a tutor to learn python fro..... More

Print this item

  Help with simple code
Posted by: JacobSkinner - Mar-18-2024, 04:14 PM - Forum: General Coding Help - Replies (1)

I have a project where I have to provide a code that calculates the largest and smallest of three integer values given. I think that I have the code p..... More

Print this item

  Document on Django
Posted by: Sowmya - Mar-18-2024, 03:02 PM - Forum: Web Scraping & Web Development - No Replies

Hi all
Can anyone please help to share good document on Django?

Print this item

  User Interaction with Graph in GUI
Posted by: Marty23 - Mar-18-2024, 08:59 AM - Forum: GUI - Replies (1)

So I am relatively new to gui's in python, but I am trying to make an interactive graph, such that a user enters in 3 values in the boxes given, this ..... More

Print this item

  CRUD in Update operation in Django
Posted by: Sowmya - Mar-18-2024, 04:03 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi all
I am working on Django Update operation in CRUD . I used this code
[python]def update_receipe(request,id):
queryset = Receipe.objects.ge..... More

Print this item

  list.sort() returning None
Posted by: SmallCoder14 - Mar-17-2024, 10:52 PM - Forum: General Coding Help - Replies (8)

Hi,

So I'm trying to code a script that uses requests and bs4 to go to https://news.ycombinator.com/news, and print out the most number of upvotes...... More

Print this item

  I have this coding exercise to find how much money take Barrack Obama and Romney Mitt
Posted by: vasiliskarv - Mar-17-2024, 05:21 PM - Forum: Homework - Replies (1)

[python]import pandas as pd
import matplotlib.pyplot as plt
import matplotlib
from collections import defaultdict

matplotlib.style.use('ggplot')..... More

Print this item

  Request for Feedback: Python Website Accessibility
Posted by: jimmyande - Mar-17-2024, 03:24 AM - Forum: News and Discussions - Replies (2)

Dear Python Community,

I hope this message finds you well. As an advocate for inclusivity and accessibility in technology, I wanted to open a discuss..... More

Print this item

  Anyway to stop a thread and continue it?
Posted by: dimidgen - Mar-16-2024, 06:37 PM - Forum: General Coding Help - Replies (2)

Hi all,

I am using the threading module to run a while loop as a thread which scrapes stock information off of Yahoo Finance and appends it to a cs..... More

Print this item

Sad Selenium update broke python code
Posted by: genericusername12414 - Mar-16-2024, 05:45 PM - Forum: General Coding Help - Replies (1)

This simple scraping script worked perfectly a few years ago. Today it no longer works, I suspect updates to selenium may have broken old commands. An..... More

Print this item

  A Programmer Named Tim
Posted by: Angelical - Mar-16-2024, 04:32 PM - Forum: Board - Replies (3)

It says on my Account that I am, “A Programmer Named Tim” and I see many Accounts say that. Does anyone know what it means?

Print this item

Information Comparing cloud hosts for serverless functions (FaaS) for Python
Posted by: hmartin - Mar-16-2024, 04:30 PM - Forum: Web Scraping & Web Development - No Replies

I was going crazy trying to compare Python cloud function hosts and started taking notes ... hope this helps someone, feedback welcome! https://github..... More

Print this item

  kill python execution program
Posted by: lebossejames - Mar-16-2024, 11:16 AM - Forum: General Coding Help - No Replies

Dear,

I want to stop my python program by a bash script normally so i have these code:

[python]
from time import sleep
import sys
import os..... More

Print this item

  Bootstrap Django
Posted by: Sowmya - Mar-16-2024, 09:22 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all.
I want to add nav bar to my Django project. So I copied Html code from Bootstrap to my Django Html. It worked properly.
So, the Youtuber sai..... More


Attached Files

Thumbnail(s)
   
Print this item

  Undestanding asyncio (Solved)
Posted by: ebolisa - Mar-16-2024, 05:09 AM - Forum: General Coding Help - Replies (2)

Hi,
I've a test code below which connects to a AWS server but it doesn't loop every 10s.
What do I've to do so it loops? Also, I get a warning for l..... More

Print this item

  Two Python problems to solve
Posted by: djzsp - Mar-16-2024, 12:55 AM - Forum: Homework - Replies (1)

Solving 2 problems

Goodnight.
I have two problems and I would like help from my colleagues to resolve them. Are they:

Problem 1) Suppose someon..... More

Print this item

  FTP Download of Last File
Posted by: jland47 - Mar-15-2024, 03:24 PM - Forum: General Coding Help - Replies (4)

The goal of the script is to grab the last file on the ftp site and save it in a network folder. I am not familiar with debugging the code to see whe..... More

Print this item

  XML comparison
Posted by: Nik1811 - Mar-15-2024, 03:15 PM - Forum: General Coding Help - No Replies

Hi,

I need to compare two XML's. I have a baseline XML("B_XML.xml) for reference that I use to compare with every new generated XML(A_XML.xml).
I ..... More

Print this item

  directory not being created after os.mkdir()
Posted by: CAD79 - Mar-15-2024, 12:49 PM - Forum: General Coding Help - Replies (3)

I'm creating an application that will parse text files into a different text file and create an excel spreadsheet from the new text file it has create..... More

Print this item

  MCU reboots after opening Serial port when ran from Raspberry PI
Posted by: zazas321 - Mar-15-2024, 09:25 AM - Forum: General Coding Help - Replies (3)

Hello. I am running the following via the Raspberry PI :
[code]
serialPort = serial.Serial()
serialPort.baudrate = 115200
serialPort.b..... More

Print this item

  class and runtime
Posted by: akbarza - Mar-15-2024, 08:02 AM - Forum: General Coding Help - Replies (4)

hi
in address:https://docs.python.org/3/tutorial/classes.html
is written: [quote]As is tr..... More

Print this item

  remove gilberishs from a "string"
Posted by: kucingkembar - Mar-15-2024, 07:24 AM - Forum: General Coding Help - Replies (2)

sorry for my bad English,
I got stuck on this problem from 2 day ago,
i tried to extract all of the dialogues from the PS1 game
this is the parts ..... More

Print this item

  Django CSS
Posted by: Sowmya - Mar-15-2024, 05:45 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all.
I downloaded a free website template from travello website. In html file I am configuring CSS , I used {% load static %} at beginning of inde..... More


Attached Files

Thumbnail(s)
   
Print this item

  append str to list in dataclass
Posted by: flash77 - Mar-14-2024, 03:41 PM - Forum: General Coding Help - Replies (6)

Dear community,

I'm trying to append str to a list, which is in a dataclass.
I'm totally new to dataclasses.
I used to use a textfile for storing..... More

Print this item

  TypeError: unhashable type: 'Series'
Posted by: bongielondympofu - Mar-14-2024, 02:00 PM - Forum: Data Science - Replies (2)

I get the TypeError: unhashable type: 'Series' when running the code. The dataset does have a column called 'Date' The code is below
[python]
import..... More


Attached Files

Thumbnail(s)
   
Print this item

  Python Django
Posted by: Sowmya - Mar-14-2024, 12:26 PM - Forum: General Coding Help - Replies (4)

Hello all.
I am using Visual Studio Code 3.11.8 for python coding practice. Whenever I am trying to import module in python , I am getting Import co..... More


Attached Files

Thumbnail(s)
   
Print this item

  ChromeDriver breaking Python script
Posted by: genericusername12414 - Mar-14-2024, 04:03 AM - Forum: General Coding Help - Replies (1)

Have an old script im trying to run. It uses "chromedriver.exe" to run. Every once in a while when chrome updates it breaks the app and id have to go ..... More

Print this item

  File is not being created with 'w' argument
Posted by: CAD79 - Mar-13-2024, 08:04 AM - Forum: General Coding Help - Replies (3)

I am trying to create a small program to parse a text file that outputs data from a datalogger, but from what I have looked up online, using 'w' as an..... More

Print this item

Sad "Disabled" Buttons Still Clickable.
Posted by: Nd4SpdSe - Mar-12-2024, 06:46 PM - Forum: General Coding Help - Replies (6)

Hello. I've never been good a programming, and I know I'm trying to run before learning to walk, but it's kind of how I work by learning when I have a..... More

Print this item

  Saving file to html or pdf stopped working in PyQt6
Posted by: ejKDE - Mar-12-2024, 02:25 PM - Forum: GUI - Replies (4)

I'm currently trying to port PyQt5 to PyQt6 piece by piece. Functions that use html whether to save as html or pdf don't work and i couldn't find any ..... More

Print this item

  WebElements of an HTML page
Posted by: Nik1811 - Mar-12-2024, 12:39 PM - Forum: General Coding Help - Replies (2)

Hi! I'm new to Python programming and trying to create a POC for my project.

Goal:
1) Find all elements on the webpage(present inside and outside ..... More

Print this item

  break print_format lengthy line
Posted by: akbarza - Mar-12-2024, 11:24 AM - Forum: General Coding Help - Replies (4)

hi
in the below snippet code :

[python]info1={'name':'ali', 'classroom':3}
info2={'name':'mohammad','classroom':2}
print('{0[name]} is in class..... More

Print this item

  Interaction between Matplotlib window, Python prompt and TKinter window
Posted by: NorbertMoussy - Mar-11-2024, 04:14 PM - Forum: GUI - Replies (3)

Hi,
I would like to have a Maplotlib window with a graph and interacting with normal instruction from the kernel. In parallel, I would like to have a..... More


Attached Files

.py   Tkinter_talking_Mpl.py (Size: 1.75 KB / Downloads: 217)
Print this item

  Text parsing
Posted by: Arik - Mar-11-2024, 03:54 AM - Forum: General Coding Help - Replies (5)

Hello!

I parse emails with receipts to collect a database using Python.
Idea is to concatenate line starting with "&" or lowercase alphabet letter..... More

Print this item

  Why can I not see the code correctly in Python IDLE.?
Posted by: Trump - Mar-10-2024, 11:53 PM - Forum: General Coding Help - Replies (8)

I am using Python IDLE 2.7.18.4 on Windows 10. I copied a code from a pdf in my editor and made it as comments. The code look like this in my editor:..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 4 hours ago lary_p Larz60+ Homework
  [Tkinter] I’m building a ... 4 hours ago tsgiannis tsgiannis GUI
  Help with Serial.write in... 4 hours ago racingsubby Larz60+ General Codin...
  Backward compatibility qu... 9 hours ago 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... 578789
  Tutorial Requ... 509668
  Web Scraping ... 441900
  Newbie with P... 385890
  New Users Int... 375761
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
python 6
metulburr 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