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,244
» Latest member: thebigback
» Forum threads: 38,778
» Forum posts: 175,804

Full Statistics

Online Users
There are currently 49 online users.
» 1 Member(s) | 43 Guest(s)
Bing, Google, AOL, Apple, Gribouillis

Latest Threads
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
5 hours ago
» Replies: 2
» Views: 52
Backward compatibility qu...
Forum: News and Discussions
Last Post: yutaozhou
7 hours ago
» Replies: 4
» Views: 170
I’m building a Python Dat...
Forum: GUI
Last Post: Gribouillis
9 hours ago
» Replies: 6
» Views: 167
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 72
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,588
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 163
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 153
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,561
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,392
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,591

 
  beautifulsoup
Posted by: izan - Dec-25-2021, 02:26 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi!
I've written a programme that use BeautifulSoup. It uses urllib to read the HTML from a file, parse the data, extract numbers from the label span..... More

Print this item

  Stock screening
Posted by: Keelo61 - Dec-25-2021, 10:09 AM - Forum: General Coding Help - Replies (3)

Hi all,

I´m pretty new to the programming at all but I want to programm my own stock screeners and let python create an excel with all the stocks ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Shapes dont respond to keyboard input
Posted by: Mechanicalpixelz - Dec-25-2021, 02:38 AM - Forum: Game Development - Replies (3)

i try to make a break block type of game but the button line doesnt move left or right, i ve been trying for 2 days this is what i made so far
[pytho..... More

Print this item

  unexpected decimal.InvalidOperation
Posted by: Skaperen - Dec-25-2021, 02:32 AM - Forum: News and Discussions - Replies (2)

when doing decimal.Decimal('-inf')+decimal.Decimal('+inf') i got decimal.InvalidOperation raised. i was expecting t..... More

Print this item

  Homework - List containing tuples containing dicti
Posted by: Men - Dec-25-2021, 12:31 AM - Forum: Homework - Replies (4)

Hi guys...I'm baaaaack!

I have a list that contains listed tuples and inside of each tuple there is a dictionary.

I have to access the dictionar..... More

Print this item

  how can I display only desired items?
Posted by: 3lnyn0 - Dec-24-2021, 09:32 PM - Forum: General Coding Help - Replies (5)

How can I write the code for the 'predator' name entered from the keyboard to be something like this (without the name appearing in the output, only t..... More

Print this item

  Q on formatting
Posted by: ebolisa - Dec-24-2021, 07:33 PM - Forum: General Coding Help - Replies (4)

Hi,

The variable ss retains a scanned list of local routers. I don't know why mine is shown twice but, that's a question for a dif..... More

Print this item

  register the user as staff member - django
Posted by: rwahdan - Dec-24-2021, 03:08 PM - Forum: Web Scraping & Web Development - No Replies

Hi,

I came across this code and it is registering the user but without having the user part of staff members. How to make that happened?

[python..... More

Print this item

  how to display name of a list?
Posted by: 3lnyn0 - Dec-24-2021, 12:27 PM - Forum: Homework - Replies (8)

Hi! I have a function and I give it as a parameter a list. How can I display the name of the list which I use not the element?

[python]
a = [name,..... More

Print this item

  tkinter auto press button
Posted by: kucingkembar - Dec-24-2021, 11:40 AM - Forum: General Coding Help - Replies (2)

hi, sorry for my bad english,
i have this case:

[python]
import tkinter

TheWindow = tkinter.Tk()

def AddOne():
value = int(int(TextBox..... More

Print this item

  Python Program "Topic" 150 lines of code.
Posted by: sean1 - Dec-24-2021, 08:16 AM - Forum: Homework - Replies (3)

Does anyone have any ideas for what I could write a program for? using loops, lists etc. Thanks in advance!

Print this item

Question How can I create a linked list that contains each folder with its files?
Posted by: noahverner1995 - Dec-24-2021, 05:37 AM - Forum: Homework - Replies (8)

Let's say that I have the following folders in a path called C:\Users\Test

[Image: iv4My.png]

Every..... More

Print this item

  I need help understanding a program structure using classes
Posted by: CompleteNewb - Dec-23-2021, 10:22 PM - Forum: General Coding Help - Replies (21)

Hello, I've introduced classes in one of my project for the first time and now i can't seem to understand what goes where anymore... I'm trying to bu..... More

Print this item

  python script error
Posted by: kendias - Dec-23-2021, 03:45 PM - Forum: News and Discussions - No Replies

This is from an online course - trying to lay out markers for a drone to navigate. I get an error "bad input" on the line:

//*mrks = self.get_marke..... More

Print this item

Star I made a Twitch Dashboard in Python.
Posted by: ybk1ml - Dec-23-2021, 03:33 PM - Forum: Code sharing - Replies (1)

!@#$%

Print this item

  time setup for realtime plotting of serial datas at high sampling rate
Posted by: alice93 - Dec-23-2021, 03:29 PM - Forum: General Coding Help - Replies (6)

Hello,

I connect to the computer an Arduino 33 Nano BLE Sense with a sensor.
I would like to plot the datas with a sampling frequency of 256 Hz (eg..... More

Print this item

  Registration Form Fields
Posted by: rwahdan - Dec-23-2021, 03:06 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi

In django there are 3 fields for registration form which are username, password1 and password2.

Here is what I need:

1. After registration..... More

Print this item

  number accuracy problem?
Posted by: roym - Dec-23-2021, 01:49 PM - Forum: General Coding Help - Replies (5)

Hi all,

I am trying to solve problem 78 from Project Euler (https://projecteuler.net/problem=78). The problem is related to integer partition. The..... More

Print this item

  Unable to upload file using FTP
Posted by: korenron - Dec-23-2021, 12:22 PM - Forum: General Coding Help - Replies (2)

Hello,
I have a stange problem
I'm using this simple code:
[python]
ftp = FTP('10.0.0.1', timeout=60)
try:
ftp.login(user='user', ..... More

Print this item

  running produced python code
Posted by: Skaperen - Dec-23-2021, 12:20 AM - Forum: News and Discussions - Replies (6)

is there a way to get the Python engine to exec some command or script via a pipe and read the python code from that pipe as the code it will interpre..... More

Print this item

  Allowing CORS in Django app with a React frontend
Posted by: Dexty - Dec-22-2021, 11:38 PM - Forum: Web Scraping & Web Development - No Replies

I have a Django app with a React frontend but I can't make requests. I've tried with fetch and axios to post requests to an endpoint from a login form..... More

Print this item

  AttributeError: 'NoneType' object has no attribute 'get'
Posted by: George87 - Dec-22-2021, 08:07 PM - Forum: GUI - Replies (5)

Hi. I make my first steps on programming and i try to learn Python and Tkinter. I want to make a simple calc that has 2 entries and when i press the s..... More

Print this item

  does python have a c++ set equivalent container
Posted by: abc12346 - Dec-22-2021, 07:13 PM - Forum: News and Discussions - Replies (3)

Hi,
I come from c++ to python world recently, and am looking for c++ set (basically a balance/red-black tree structure, i think) equivalent containe..... More

Print this item

  add dictionarie in json file
Posted by: 3lnyn0 - Dec-22-2021, 04:23 PM - Forum: General Coding Help - Replies (6)

Hi!
Help me with an advise.
How to add multiple dictionary in a JSON file I want to add 1 or 2 dictionaries once and after a while to add 1 or 2 or ..... More

Print this item

  Long-term stable source to get news headlines with Python?
Posted by: sandufi - Dec-22-2021, 03:20 PM - Forum: General Coding Help - Replies (4)

I am planning to do multiple data visualisations of the sentiment of real-time news headlines from different newspapers. The visualisations will be di..... More

Print this item

  get designed (and drawn) mixed electronic circuits and their PCB layouts
Posted by: apollo - Dec-22-2021, 01:48 PM - Forum: Bar - Replies (2)

hi there good day dear Python experts, Smile


i am currenty working on a few projects - one of them is a ph-sensor that needs connected to ..... More

Print this item

  How to script repetitive tasks in dynaform using python
Posted by: BenneGrus - Dec-22-2021, 08:36 AM - Forum: General Coding Help - No Replies

Hello!

I am currently performing numerous repetitive simulations in Dynaform and I am wondering if there is any way to script this program using p..... More

Print this item

  Adding to an XML file
Posted by: TeXaSpEtE83 - Dec-22-2021, 08:28 AM - Forum: General Coding Help - No Replies

Hi,

I have a script to write an XML file based on several assets in my 3d package, which works how i'd expect and outputs the below:

[quote]<?x..... More

Print this item

  [Answered] Retrieve a set of rows from text file
Posted by: knob - Dec-22-2021, 02:55 AM - Forum: General Coding Help - Replies (4)

Good evening !

I would like to retrieve all lines from string1 to string2, string3 to string4 and string5 to string6.
The file is 3000+ lines and ..... More

Print this item

  Adding shifted data set to data set
Posted by: xquad - Dec-21-2021, 08:54 PM - Forum: General Coding Help - Replies (3)

Hello,

I have a data set that I have shifted by a certain amount.
The unshifted and shifted data set are plotted as you can see in the attached figu..... More


Attached Files

Thumbnail(s)
   
Print this item

  Casino - Homework
Posted by: Men - Dec-21-2021, 01:57 PM - Forum: Homework - Replies (5)

Hi guys,

I have this assignment that I've been working on but my head has been Wall. Was wondering if I could get some help solving it.

Thx..... More

Print this item

  Error: "ModuleNotFoundError: No module named 'RPi'"
Posted by: LucaCodes - Dec-21-2021, 01:24 PM - Forum: General Coding Help - Replies (4)

Hello!

I am following this how-to: https://www.tomshardware.com/how-to/turn...spberry-pi

I am currentl..... More

Print this item

  pcm file fft
Posted by: satyanarayana - Dec-21-2021, 12:45 PM - Forum: General Coding Help - No Replies

Hi friends,

I am new to python i want to read from pcm file and display fft from that file example pcm file

i have attached pcm file . exa..... More


Attached Files

.pcm   WFData_00e022fe0024_6.pcm (Size: 10 KB / Downloads: 382)
Print this item

  How can I compare 2 format of date?
Posted by: korenron - Dec-21-2021, 09:31 AM - Forum: General Coding Help - Replies (4)

Hello,
I'm reading data from a device - and he return to me this format

dec/21/2021
and on the prpgram I'm using this format:
[..... More

Print this item

  [split] Function / Arguments / Error Help
Posted by: zhixu - Dec-21-2021, 03:49 AM - Forum: Networking - Replies (4)

My mistake, and you different, my code running on a Windows system reported error, and there is No Way Out. The error is: OSError: [WinError 10022]
..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Help with Serial.write in... 5 hours ago racingsubby racingsubby General Codin...
  Backward compatibility qu... 7 hours ago yutaozhou yutaozhou News and Disc...
  [Tkinter] I’m building a ... 9 hours ago tsgiannis Gribouillis GUI
  [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
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
Most views
  The best Prog... 578757
  Tutorial Requ... 509576
  Web Scraping ... 441884
  Newbie with P... 385855
  New Users Int... 375561
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+ 12103
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday
ColorTig Yesterday
AcoolPurpleOne1863 Yesterday

User Panel Messages

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