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,945
» Latest member: susan
» Forum threads: 38,726
» Forum posts: 175,523

Full Statistics

Online Users
There are currently 66 online users.
» 0 Member(s) | 60 Guest(s)
Google, Bing, AOL, AOL, Apple

Latest Threads
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
47 minutes ago
» Replies: 5
» Views: 9,096
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
3 hours ago
» Replies: 0
» Views: 30
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
9 hours ago
» Replies: 2
» Views: 420
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
10 hours ago
» Replies: 0
» Views: 70
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 561
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,786
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,105
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,464
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,026
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,777

 
  Image Scraper (beautifulsoup), stopped working, need to help see why
Posted by: woodmister - Jan-04-2021, 11:19 PM - Forum: Web Scraping & Web Development - Replies (9)

I wrote a little script 6 months or so ago with some help from a friend. It looked at a website and got the images from it. It used to work, but sto..... More

Print this item

  new to python, need some help
Posted by: DarkDriver - Jan-04-2021, 11:17 PM - Forum: General Coding Help - Replies (2)

so far, i love it. I actually haven't programmed since 2001. I made some poor choices when I was a young man and I've spent most of my life in prison ..... More

Print this item

  Sort data from JSON file
Posted by: Dummy_in_programming - Jan-04-2021, 05:57 PM - Forum: General Coding Help - Replies (2)

Hi there! Have the following task:

***
data.json - file with data about ancient mathematicians.
1. Write function, which reads data from the fi..... More

Print this item

  problem with tkinter and multiprocessing
Posted by: yoyo - Jan-04-2021, 04:57 PM - Forum: Homework - Replies (2)

Hello,
I want to run several program at the same time in a tkinter window, but each process that I launch reopen an other tkinter window. Here is a s..... More

Print this item

  install problem 3.9.1
Posted by: ajvperth - Jan-04-2021, 03:17 PM - Forum: General Coding Help - No Replies

Hello,
I am unable to install python3.9.1 on openSUSE 15.2.
I start with a new basic openSUSE 15.2 leap installation where python3.6 is correctly wo..... More

Print this item

  help with finding binary gap
Posted by: djwilson0495 - Jan-04-2021, 02:34 PM - Forum: General Coding Help - Replies (11)

Hi I'm trying to write a code to give the biggest gap in a binary number. Here's my code:

[python]
N = int(input("Please enter an integer:"))

d..... More

Print this item

  [split] Help moding python script to edit Gcode
Posted by: alex314 - Jan-04-2021, 02:24 PM - Forum: Web Scraping & Web Development - No Replies

Interesting things found in this thread. I think this might be the best source for me to learn new things from experts. Thank you experts for sharing ..... More

Print this item

  Colab, Github, starts
Posted by: yeeping50 - Jan-04-2021, 01:27 PM - Forum: Data Science - Replies (2)

Hi, I am very new to Python. When I try to run the below code in Colab, got the below error message. How to start with? Anybody?

! git clone https:..... More

Print this item

  What is the value after JOINING an empty list?
Posted by: JaneTan - Jan-04-2021, 12:06 PM - Forum: General Coding Help - Replies (2)

Hi

I want to set a if condition based on the value of test_final. Sometimes there is no value in test_final if no items are found.

For such cas..... More

Print this item

  read logfile between two specific strings
Posted by: FelixReiter - Jan-04-2021, 11:23 AM - Forum: General Coding Help - Replies (6)

Hey Community,

i am trying to read a log file and want to analyze all the parts between two substrings which appear always before and after the int..... More

Print this item

  My first script does not work anymore
Posted by: redfirebrooks - Jan-04-2021, 10:59 AM - Forum: General Coding Help - Replies (2)

Hello,
I began in python few month ago and wrote a script for a raspberry pi to display on a ssd1306 oled screen some informations.
Everyhting was ..... More

Print this item

  VSCode Setup and configuring to run with Python
Posted by: apollo - Jan-04-2021, 09:48 AM - Forum: General Coding Help - Replies (2)

Dear Python-Experts,

hope youre well and all goes all right: i wish you a happy new year.


at the moment i am seeting up a VSCode on a win10 ..... More

Print this item

  Using range over slicing when looping through lists
Posted by: GJG - Jan-04-2021, 09:36 AM - Forum: Code Review - Replies (3)

Hi Folks! Beginner question. Which one of these two are less processor costly?
[python]
my_list = [2, 3, 11, 5, 1, 9, 7, 15, 13]
largest = my_list[..... More

Print this item

Question Which is a great library for making a pixel art software
Posted by: Leo_Red - Jan-04-2021, 07:55 AM - Forum: General Coding Help - Replies (3)

Hi,I am making a pixel art editor for learning python and also as a hobby project. But, I am stuck on which lib to chose. I tried PIL, but it not work..... More

Print this item

  syntax error
Posted by: CompleteNewb - Jan-03-2021, 09:24 PM - Forum: General Coding Help - Replies (8)

Hello,

I'm just starting coding and I had a syntax error that I don't understand. I'm copying from a book and I checked the code in different code ..... More

Print this item

  Architecting Efficient Plot
Posted by: blipton - Jan-03-2021, 07:44 PM - Forum: Data Science - No Replies

Trying to conceptually think of good way to update a matplotlib plot with data that comes from the serial port.

I have one (multi)process that i..... More

Print this item

  Problem with one set of data
Posted by: alloydog - Jan-03-2021, 07:37 PM - Forum: General Coding Help - Replies (4)

I wrote a script to convert the measured resistance of the Betatherm thermistor 30K6A1 to temperature. I initially thought I had done somethin..... More

Print this item

  Python Playground question
Posted by: Euler314 - Jan-03-2021, 07:35 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm trying to teach myself Python so I bought two books so far: "Python Crash Course" and "Python Playground". I'm working through "Python..... More

Print this item

  selflearning AI (seed AI)?
Posted by: Efe454 - Jan-03-2021, 07:24 PM - Forum: General Coding Help - Replies (1)

Can someone explain Me how to code an selflearning AI? With an example please.

Print this item

  Help with socket library for a port scanner?
Posted by: xanderv - Jan-03-2021, 05:40 PM - Forum: Networking - Replies (1)

I’m following along with the book “Violent Python, a Cookbook for hackers, forensic analysts, pentesters, and security engineers”. It has several tuto..... More

Print this item

  NameError: name 'self' is not defined
Posted by: hobbyist - Jan-03-2021, 05:31 PM - Forum: GUI - Replies (30)

This is the code for opening .tif on a PyQT window:

[python]import sys
from PyQt5.QtWidgets import QApplication, QMainWindow

app = QApplication..... More

Print this item

  Copying column values up based on other column values
Posted by: codelines - Jan-03-2021, 04:27 PM - Forum: General Coding Help - Replies (1)

Hello,

I have this dataframe

[python]
import numpy as np
import pandas as pd
from numpy.random import randn
df=pd.DataFrame(randn(5,4),['A',..... More

Print this item

  HomeWork Python - Drawing window with text center.
Posted by: Voraman - Jan-03-2021, 03:10 PM - Forum: Homework - Replies (8)

Thank for accepted me in this Forum .
Hi everyone can u help me with this Python code .
the purpose of this exercise we have to drawing a window wi..... More

Print this item

  where do you keep (or manage) your coding
Posted by: 3Pinter - Jan-03-2021, 10:55 AM - Forum: Bar - Replies (1)

Hi guys,

So I was wondering how do you guys code and perhaps more like: how do you manage your coding?

So a bit about my myself
I'm not ..... More

Print this item

  Plot data from CSV
Posted by: allen04 - Jan-03-2021, 05:23 AM - Forum: General Coding Help - Replies (2)

Fruit Rate
Apple 4.7
Orange 4.6
Avocado 4.7
Cherry 4.7
Cherry 4.8
Apple 4.4
Banana 4.7
Banana 4.7
Orange 4.7

I have these two columns in ..... More

Print this item

  Object-Oriented Programming in Python Assignment
Posted by: alectheprogrammer - Jan-03-2021, 04:56 AM - Forum: Tutorial Requests and Submissions - No Replies

I made a free, mastery-based assignment on OpenClass on object-oriented programming in Python. The assignment includes conceptual questions and coding..... More

Print this item

  How to apply a class method to an entire dataframe column
Posted by: tirtha9 - Jan-03-2021, 04:25 AM - Forum: General Coding Help - Replies (1)

How can i apply a class method to an entire dataframe?

A minimal code is ..... More

Print this item

  Help moding python script to edit Gcode
Posted by: AntaresSky - Jan-03-2021, 01:37 AM - Forum: General Coding Help - Replies (13)

Hi there!
I'm new to python, haven't done any coding in 20 years. I used to do Basic code for the Basic stamp controller.
Anyways, I have a script t..... More

Print this item

  Questions about installing Pillow
Posted by: Coggleton - Jan-02-2021, 09:32 PM - Forum: General Coding Help - Replies (1)

Operating System: Windows 10
Environment: Command Prompt

Hello, I am working on a project in GIMP that I want to install a photo editing python sc..... More

Print this item

  Cannot make 'pandas' module to work...
Posted by: ellie145 - Jan-02-2021, 07:59 PM - Forum: General Coding Help - Replies (2)

Happy New Year to everyone!

I'm a total noob in python...
I was trying to import the Pandas module and I keep receiving the same error. I was goog..... More

Print this item

Photo Plotting Trig Functions and Help with Streamlining Code
Posted by: Dasiey12 - Jan-02-2021, 07:33 PM - Forum: Code Review - Replies (1)

Hi
I am plotting a unit circle in Matlibplot. I am using a Jupiter Notebook to run the code. I am really looking for a way to shorten the code. I..... More

Print this item

Question Can I configure 'tab' widgets state to 'disabled'?
Posted by: water - Jan-02-2021, 07:09 PM - Forum: GUI - Replies (2)

notebooks = ttk.Notebook(root)
tab_1 = ttk.rame(notebooks)
notebooks.add(tab_1, text = 'tab-1')
Can I configure the 'tab_1' un-s..... More

Print this item

  Decimal Rounding error
Posted by: project_science - Jan-02-2021, 06:46 PM - Forum: General Coding Help - Replies (4)

Hi,

I've got a code written where the purpose is to take a raw price value and apply 10% discount to it. If the user agrees, then a 2nd discount o..... More

Print this item

  Second player on second monitor?
Posted by: michael1789 - Jan-02-2021, 06:36 PM - Forum: Game Development - Replies (2)

What's the logical way to get a second play window on an additional laptop monitor? I don't know how blue tooth works, a cord would be fine, as would..... More

Print this item

  Getting started in functional programming
Posted by: swisscheese - Jan-02-2021, 06:18 PM - Forum: Tutorial Requests and Submissions - No Replies

I posted a video with a simple tip for getting started in functional programming.
Comments are welcome.
https://www.youtube.com/watch?v=K9pCZLpFRbs

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Creating a Mindmap progra... 47 minutes ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 3 hours ago compuman145 compuman145 General Codin...
  A coding beginner needs h... 9 hours ago Littlefish Littlefish General Codin...
  Is the interpreter that c... 10 hours ago helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
Most views
  The best Prog... 576692
  Tutorial Requ... 498852
  Web Scraping ... 440510
  Newbie with P... 384464
  New Users Int... 368139
Most reputation
buran 581
snippsat 508
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+ 12087
buran 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
susan Today
jatinkumar12 Today
angelhealu504 Today
helendamdam Today
pllrdvalery Yesterday

User Panel Messages

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