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,990
» Latest member: Safariscampoea
» Forum threads: 38,736
» Forum posts: 175,580

Full Statistics

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

Latest Threads
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
1 hour ago
» Replies: 1
» Views: 54
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 2
» Views: 90
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,532
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 98
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 212
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,047
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 462
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,093
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,166
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 849

 
  How to place walls in random dungeon ?
Posted by: michael1789 - Nov-10-2019, 05:25 AM - Forum: Game Development - Replies (5)

I have a program that will fill the window with tiles and another sprite that does a random walk, placing "floor tiles" and killing wall tiles as it g..... More

Print this item

  i want to make my own context manager
Posted by: Skaperen - Nov-10-2019, 05:21 AM - Forum: News and Discussions - No Replies

i want to make my own context manager. maybe more than one. i'm reading docs for module contextmanager but it seems to not be very thorough. the fi..... More

Print this item

  What do I put in the "module" argument in a uwsgi.ini file?
Posted by: david503 - Nov-10-2019, 04:00 AM - Forum: Networking - No Replies

Ok I think this should be a simple question since I've boiled it down after hours to this:

I can run this and it works fine:

[code]
bog@bog-Len..... More

Print this item

  How to Display Multiple Time Tables With While Loop
Posted by: ZQ12 - Nov-10-2019, 03:27 AM - Forum: General Coding Help - Replies (2)

I'm trying to write a code which prompts the user to enter a number, then prints its ten-times tables, before moving onto another number (with sentine..... More

Print this item

  User input to calculate Area or Radius of Circle
Posted by: DustinKlent - Nov-10-2019, 03:07 AM - Forum: General Coding Help - Replies (3)

I'm writing a practice script to prompt the user to input "Area" or "Radius", then input the area or radius of a circle to calculate the other.

I ..... More

Print this item

  Alarm Clock GUI
Posted by: tickandatock_ - Nov-10-2019, 02:15 AM - Forum: GUI - Replies (1)

Hello,

I am working on creating an alarm clock GUI using Tkinter as a project. I am planning to run it on a Raspberry Pi 3 B+, using Mu as it had cam..... More

Print this item

  Caeser Cypher Help
Posted by: Ararisvalerian - Nov-10-2019, 12:54 AM - Forum: General Coding Help - Replies (5)

Back story: I was asked to teach some technology classes this year. Little did I know I would be asked to teach python. Now I am learning python wit..... More

Print this item

  Pygame sprite not moving
Posted by: michael1789 - Nov-09-2019, 11:34 PM - Forum: Game Development - Replies (1)

I started on a dungeon generator. So far I have it fill the map with square sprites, spawn another sprite to act as a "digger". I just have the digge..... More

Print this item

  Socket Issue due to AF_UNIX
Posted by: spacemaker18 - Nov-09-2019, 10:52 PM - Forum: Networking - Replies (1)

Hello, I am on Windows and trying to run this Python Discord Bot [url=https://python-forum.io/thread-22356.html]..... More

Print this item

  Flask Streaming not working on IIS Windows
Posted by: Revencu - Nov-09-2019, 10:31 PM - Forum: Web Scraping & Web Development - No Replies

Need a help please:
I created an app to testing stream on Windows.
In development mode the streaming response working (get response in each second)...... More

Print this item

  tkinter progress bar for decending number
Posted by: justaloser - Nov-09-2019, 09:59 PM - Forum: GUI - Replies (1)

Hello everyone, I'm starting an app to track weight loss and other goals. I was wondering if there is a way for the tkinter progress bar to go up when..... More

Print this item

  Cryptocurrency Blockchain Error
Posted by: johnnypy76 - Nov-09-2019, 09:42 PM - Forum: General Coding Help - Replies (2)

Can anybody help? Why am I getting a AttributeError: Blockchain has no attribute "latest block. Error message Angry
[python] ..... More

Print this item

  Python Finally Overtakes Java on Github
Posted by: Skaperen - Nov-09-2019, 09:36 PM - Forum: News and Discussions - No Replies

Python Finally Overtakes Java on Github arti..... More

Print this item

  feasibility of a web forum in Python
Posted by: Skaperen - Nov-09-2019, 08:53 PM - Forum: News and Discussions - Replies (14)

what is your opinion on the feasibility of a web forum written in Python? i notice that the vast majority are written in PHP. even Perl has a limite..... More

Print this item

  looking up docs for open file methods
Posted by: Skaperen - Nov-09-2019, 08:15 PM - Forum: News and Discussions - Replies (3)

where do i find the full documentation of all the methods for an open file object? is there a class name to look for them under?

Print this item

  [MicroPython] Beginner, program with lists
Posted by: Hellon - Nov-09-2019, 07:07 PM - Forum: Homework - Replies (3)

Hello Smile

So here I am a beginner in Python and I have an exercise that asks me to replace the repetition with the list but I can't underst..... More

Print this item

  Selenium and keeping a Sesion alive
Posted by: FernandoNP - Nov-09-2019, 07:00 PM - Forum: Web Scraping & Web Development - No Replies

Hi, this is my first post on a programming forum, i´ll try to express myself the best i can.

I´m trying to do a program with Selenium and ChromeDri..... More

Print this item

  while loop
Posted by: amanoleas - Nov-09-2019, 06:42 PM - Forum: Homework - Replies (3)

Im a beginner programmer trying to learn Python and taking an video intro course. I don't have any other resources to ask, and found this forum.
I al..... More

Print this item

  file.write not working properly
Posted by: mnh001 - Nov-09-2019, 05:14 PM - Forum: General Coding Help - Replies (11)

I'm having a problem with writing to file. It only works part time. I have a print statement right after the file.write line and it shows that everyth..... More

Print this item

  Variable Issue
Posted by: slackerman73 - Nov-09-2019, 04:15 PM - Forum: General Coding Help - Replies (2)

Hello - I'm very new to python and working on a simple voting program where it asks what the user's age is. If they are 18 or older it will print "Yo..... More

Print this item

  Zooming a tkinter image
Posted by: GalaxyCoyote - Nov-09-2019, 03:02 PM - Forum: GUI - Replies (2)

I am trying to create a program that can display images, this is going to tie in with some bigger projects in the future so I thought of just making t..... More

Print this item

  How to access shared folder on Windows from Ubuntu machine
Posted by: Pavel_47 - Nov-09-2019, 02:55 PM - Forum: Networking - Replies (22)

Hello,
How to access the conetnt of a shared folder on Windows from Ubuntu machine ?
Transfer isn't need, only read acces and probably file rename...... More

Print this item

  librosa ERROR: Command errored out with exit status 1:
Posted by: PythonSounds - Nov-09-2019, 02:53 PM - Forum: Data Science - Replies (9)

Fairly new to Python and data science. Working with audio.

If I type in:

Quote:pip install librosa


Error is longer than below:
..... More

Print this item

  Menu selection using function
Posted by: leodavinci1990 - Nov-09-2019, 10:54 AM - Forum: General Coding Help - Replies (8)

Hi I am trying to print out a string that shows the menu item selected in a function. I have the following code. But it is seems I don't have the logi..... More

Print this item

  Confusion regarding 'self' while creating instance
Posted by: mad_accountant - Nov-09-2019, 09:17 AM - Forum: Game Development - Replies (2)

Hi people

I am a total noob to programming and trying to learn python from "Python Crash Course".

I am currently working on making the "Alien In..... More

Print this item

  robocall on the fly (and send texts) with Twilio
Posted by: rootVIII - Nov-09-2019, 08:21 AM - Forum: Code sharing - No Replies

Here is the repository with better directions.

EDIT: Re-pasting the code as a --record option wa..... More

Print this item

  [Learning:bs4, re.search] - RegEx string cutoff
Posted by: jarmerfohn - Nov-09-2019, 06:43 AM - Forum: Web Scraping & Web Development - Replies (5)

All I'm trying to do is test print an html string given a regex pattern but the result is always incomplete and I cant figure out why. I'm new to pyt..... More

Print this item

  resetting a generator
Posted by: Skaperen - Nov-09-2019, 06:06 AM - Forum: News and Discussions - Replies (8)

i would like to make a generator (or modify an existing one) to have a means to reset it to start all over at the beginning (whether it has finished o..... More

Print this item

  writing all new scripts in Python
Posted by: Skaperen - Nov-09-2019, 03:46 AM - Forum: Bar - Replies (7)

of those using Linux, how many of you, when you need to write a script to automate something, or make something work better, or just process some data..... More

Print this item

  moving bullets up the screen using y-coordinate
Posted by: allusernametaken - Nov-09-2019, 01:30 AM - Forum: Game Development - Replies (4)

Hello, python world.
I'm studying python using the book called 'Python Crash Course'.
There's a portion of the book making a game using Pygame and I..... More

Print this item

  JWT and Apple Store Connect API
Posted by: moto17 - Nov-08-2019, 10:21 PM - Forum: General Coding Help - No Replies

Hello All

would welcome any advice on the following thank you

I am trying to use Apple's Connect API to download reports (sales etc.

the foll..... More

Print this item

  Importing a .py file with a value of a variable
Posted by: Sk4rd - Nov-08-2019, 09:02 PM - Forum: General Coding Help - Replies (2)

Hello,
I am trying to make an ATM in the CMD with the use of Python but I have to import a module which could have any name because it is being crea..... More

Print this item

  converting a number from bytes to float and back
Posted by: Skaperen - Nov-08-2019, 09:00 PM - Forum: News and Discussions - Replies (3)

if given a number as str, int or float, you can add 1 to it and convert it back to the same type easily:
[python]
def inc(num):
return type(num..... More

Print this item

  Help whit array
Posted by: santpao - Nov-08-2019, 06:23 PM - Forum: General Coding Help - Replies (1)

Folks,

I came across a problem involving arrays that I am having trouble finding solution, could it help me? Or give me some tips?

Basically, I ..... More

Print this item

  Should I se SQLite to create a simple High-scores database?
Posted by: shaanukstar123 - Nov-08-2019, 06:08 PM - Forum: News and Discussions - Replies (3)

Hi,

I'm quite new to programming and am currently making an LAN 2D Shooter on Python3 (Pygame). For my game, the player will have the option to log..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Weird failure in Selenium 1 hour ago glestwid Larz60+ General Codin...
  print does not open conso... 5 hours ago Tycho_2025 Pedroski55 General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
Most views
  The best Prog... 577476
  Tutorial Requ... 501316
  Web Scraping ... 441103
  Newbie with P... 385163
  New Users Int... 369891
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Safariscampoea Today
DataAnalytics021 Today
markwood955 Yesterday
DerekGeel Yesterday
Tycho_2025 Yesterday

User Panel Messages

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