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,283
» Latest member: alexferrina
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 40 Guest(s)
Bing, AOL, Google, Applebot

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
5 hours ago
» Replies: 5
» Views: 97
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,481
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 138
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 60
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,063
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,297
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 362
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 200
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 262

 
  Help for guessing game code
Posted by: Kronos - Mar-09-2020, 11:39 AM - Forum: General Coding Help - Replies (5)

i am very new to python and began a few days ago, and decided to build a guessing game. i have completed the game but need help in the end part. here ..... More

Print this item

  replace if\else with loop?
Posted by: mcmxl22 - Mar-09-2020, 07:03 AM - Forum: General Coding Help - Replies (3)

I have this program.
This question involves lines 25-51.
To solv..... More

Print this item

  Cannot download pygame
Posted by: JamWeird - Mar-09-2020, 06:26 AM - Forum: General Coding Help - Replies (2)

When I try, this message pops up

ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u ..... More

Print this item

  initialisation and metaclass
Posted by: GuiOhm - Mar-09-2020, 04:27 AM - Forum: General Coding Help - Replies (1)

I try to write classes tied to a database.
I want to build properties with each fields of the database without writing all them by hand.
I'd think t..... More

Print this item

  multiprocessing Pipe.poll very slow
Posted by: seandepagnier - Mar-09-2020, 03:10 AM - Forum: General Coding Help - No Replies

I reduced the cpu usage of my program by more than half by using select.poll rather than the Pipe's own poll routine:

in __init__
[python]
...
..... More

Print this item

  XGboost Regressor output
Posted by: Scott - Mar-09-2020, 01:43 AM - Forum: Data Science - No Replies

Hi everyone,

I am running an XGBoost regressor model with a lot of independent variables. I want to get the model out put for each of the independe..... More

Print this item

  Coding error- help
Posted by: FatherYeals - Mar-08-2020, 10:51 PM - Forum: General Coding Help - Replies (3)

Hello, I'm new to the forum! I'm having an issue with my double dice game code, I keep getting a syntax error. Help and any advice would be appreciat..... More

Print this item

  Game pad controlled helicopter
Posted by: michael1789 - Mar-08-2020, 10:49 PM - Forum: Code sharing - No Replies

I made this little program if anyone wants to make a game with it. It's a helicopter that you fly around, with scrolling.

It's the first time I us..... More

Print this item

  append into json
Posted by: luisbatalla - Mar-08-2020, 10:01 PM - Forum: General Coding Help - Replies (3)

Hi people.

I have this json:

{
	"blocks": [
		{
			"type": "context",
			"elements": [

			]
		}
	]
}
I need to a..... More

Print this item

  Help setting text/title in dock/panel in tkinter gui
Posted by: FluxApex - Mar-08-2020, 08:43 PM - Forum: GUI - Replies (2)

Hello all, I have tried doing a bit of searching elsewhere and within this forum with various kselfey phrases/words for my issue and I am either not a..... More

Print this item

  Creating new list based on exact regex match in original list
Posted by: interjectdirector - Mar-08-2020, 07:38 PM - Forum: General Coding Help - Replies (1)

I've searched pretty well for a preexisting topic but I can't find anything. I know the answer must be out there, I just don't think I perfectly under..... More

Print this item

  ValueError: substring not found
Posted by: nby2001 - Mar-08-2020, 06:10 PM - Forum: General Coding Help - Replies (4)

Let me first start this off by stating that I am a complete beginner to coding and my attempts to fix this have been limited. I am trying to follow th..... More

Print this item

  Tkinter focus
Posted by: catlessness - Mar-08-2020, 05:24 PM - Forum: GUI - Replies (5)

[python]
import tkinter as tk
window=tk.Tk()
window.title('Impedance simulation')
window.geometry('900x700')

entry1=tk.Entry(window,show=None,t..... More

Print this item

  Syntax error
Posted by: gray1306 - Mar-08-2020, 03:33 PM - Forum: General Coding Help - Replies (4)

Hi,

I have a syntax error on line 67 and can't seem to figure out why? can someone please help and explain why please?

[python]# games_database...... More

Print this item

  How to detect key presses
Posted by: BlinkyGamer99 - Mar-08-2020, 03:03 PM - Forum: General Coding Help - Replies (3)

How do you detect key events?

Print this item

  unexpected object?
Posted by: urufu - Mar-08-2020, 02:04 PM - Forum: General Coding Help - Replies (2)

[python]
name = input("Your name, plz:")
file = "temp.txt"
with open(file, "w") as file:
file.write(name + "\n")

file = "temp.txt"
while True:
..... More

Print this item

  Splitting a string twice
Posted by: bazcurtis - Mar-08-2020, 01:22 PM - Forum: General Coding Help - Replies (2)

Hi,

I am splitting a string at a comma and then at a colon. Although this is working I think there must be a nice way.

[python] cn_on..... More

Print this item

  First time coding need a little help
Posted by: Noah - Mar-08-2020, 12:45 PM - Forum: General Coding Help - Replies (1)

When i enter some python and i want to go on an another line i have to press enter which also then just makes the program try and run and come up with..... More

Print this item

  Playtesting...do not assume anything (part 10)
Posted by: metulburr - Mar-08-2020, 11:48 AM - Forum: Game Tutorials - No Replies

When you are making games (or anything for the matter) do not assume anything. Do not assume the user knows how to do this or that. This might sound s..... More

Print this item

  Help python not installing properly
Posted by: Noah - Mar-08-2020, 11:16 AM - Forum: News and Discussions - Replies (1)

I am running windows 10, i have done the download but when i click the shortcut it just brings up a 'modify, repair, uninstall' window i have tried th..... More

Print this item

  How do i multiply elements in a list together
Posted by: Olavv - Mar-08-2020, 11:13 AM - Forum: General Coding Help - Replies (6)

How can I multiply all elements in a list together with a for loop?

Print this item

  Error after installing Python3.8.2: "No module named 'apt_pkg'"
Posted by: Chromie - Mar-08-2020, 07:49 AM - Forum: General Coding Help - Replies (3)

Installation for Python3.8.2 went smoothly. No direct errors. But attempting to update the system (Linux Mint) afterward gives the error message: "N..... More

Print this item

  Iterate through __slots__
Posted by: deanhystad - Mar-08-2020, 05:46 AM - Forum: General Coding Help - Replies (2)

I have a class that uses slots (not the class shown below). The class has a generator that iterates through the attributes and returns those of a cer..... More

Print this item

  String formatting issues?
Posted by: lolatyou - Mar-08-2020, 05:27 AM - Forum: Homework - Replies (2)

#I created a program with two functions and a variable as follows:

[python]def isHarshad(num):
if num % sum([int(x) for x in list(str(num))]) ..... More

Print this item

  Unable to install python-wnck python-imaging on Void Linux
Posted by: linuxlight - Mar-08-2020, 03:50 AM - Forum: General Coding Help - Replies (1)

Greetings,

I have Void Linux 19.0 on my computer, and wanted to install Dockbarx on my system xfce 4.14.

Dockbarx require [inline]python-wnck[/i..... More

Print this item

  maping issue
Posted by: JsunRae - Mar-08-2020, 12:19 AM - Forum: General Coding Help - Replies (4)

Hi, I am trying to convert a time date string into a time serial of 0 to 1 designating the hour of the day. I could not find anything existing to use ..... More

Print this item

  Beautiful soup truncates results
Posted by: jonesjoz - Mar-07-2020, 11:52 PM - Forum: Web Scraping & Web Development - Replies (4)

When scraping a long web page the printed results get cut truncated. Any advice?
[python]
import requests
from bs4 import BeautifulSoup
URL = 'https:..... More

Print this item

  Using Pytesseract To Convert Images Into An HTML Site
Posted by: armaiz - Mar-07-2020, 10:41 PM - Forum: Tutorial Requests and Submissions - No Replies

https://armaizadenwala.com/blog/pytesser...s-to-html/

Print this item

  Issue with calling a Class/Method in GUI File
Posted by: Fre3k - Mar-07-2020, 09:37 PM - Forum: GUI - Replies (3)

Hello guys,

Currently I've a strange issue. I tried to google a lot but it seems that I'm either to dumb, or hopefully to blind to get the point of..... More

Print this item

  sub command
Posted by: Skaperen - Mar-07-2020, 07:26 PM - Forum: Code sharing - Replies (7)

sub.py is my "sub" command. it substitutes one string (arg 2) for another (arg 1) in one or more files or in th stdin/stdout stream for file name "-"..... More

Print this item

  Variable assignment wierdness with Memory
Posted by: eoins - Mar-07-2020, 07:07 PM - Forum: General Coding Help - Replies (1)

Hi, I am having an issue with variable assignment or maybe memory with my computer. I am assigning V_new the value of V, then I change V_new without c..... More

Print this item

  multihistogram
Posted by: aster - Mar-07-2020, 06:23 PM - Forum: Data Science - No Replies

Hello,

I am trying to make an histogram with 2 values (a,b) for each group

[python]import matplotlib.pyplot as plt
a = [1,4]
b = [2,10]

plt..... More


Attached Files

Thumbnail(s)
   
Print this item

  Finding value in nested dictionaries with lists
Posted by: mart79 - Mar-07-2020, 03:09 PM - Forum: General Coding Help - Replies (16)

I am struggling with finding a value within a dictionary containing nested dictionaries which in turn can contain nested dictionaries, containing list..... More

Print this item

  Scrap a dynamic span
Posted by: hefaz - Mar-07-2020, 02:56 PM - Forum: Web Scraping & Web Development - No Replies

Hello Everyone.
I am trying to scrape a website using python. I want to scrape text inside a span, which is inside a div. but the span is thrown auto..... More

Print this item

  while loop with gui not working
Posted by: pythonbegginer - Mar-07-2020, 02:48 PM - Forum: GUI - Replies (2)

hi, I am trying to make a program continuously print on off if a radio button is selected and if another radio button is selected, I want it to stop. ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 5 hours ago drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579251
  Tutorial Requ... 512089
  Web Scraping ... 442181
  Newbie with P... 386292
  New Users Int... 379545
Most reputation
buran 581
snippsat 511
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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