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,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,582

Full Statistics

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

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

 
  Help figuring out why I can't install pygame
Posted by: Skeleton_Warrior - Oct-20-2019, 05:04 PM - Forum: General Coding Help - Replies (4)

Trying to install pygame and am getting the following message. I have no idea what the problem is and any help is greatly appreciated. Thx





..... More

Print this item

  Syntax Error
Posted by: megearhart4 - Oct-20-2019, 04:47 PM - Forum: General Coding Help - Replies (2)

I am trying to set up a "game" using a while loop for my computer class. The code will generate a random integer between 1 and 100 (rnd), and then the..... More

Print this item

  pandas dataframe iloc mystery
Posted by: edvvardbrian - Oct-20-2019, 03:15 PM - Forum: Data Science - Replies (2)

Hello!

So I have a pandas dataframe filled with zeros, and I want to set the very first column and the very first row to the following values: ["a_1"..... More

Print this item

  local variable troubles
Posted by: yokaso - Oct-20-2019, 02:16 PM - Forum: General Coding Help - Replies (4)

Hi,i was following a tutorial and typing my own code with jupyter notebook. and my problem is the code that i wrote has an error and the original(from..... More

Print this item

  Need help on to prepare data science
Posted by: satyamp - Oct-20-2019, 01:43 PM - Forum: News and Discussions - Replies (1)

Hi All,

My Name is satyam and i have 3+ expierence with Interystems cache database,PHP,Android,Web services etc. As i want to improve my career i d..... More

Print this item

  Python 3.8 - Some Packages No Longer Accepted ?
Posted by: adt - Oct-20-2019, 12:23 PM - Forum: News and Discussions - Replies (1)

It is observed that for some packages (e.g. auto-py-to-exe, scipy, matplotlib etc), pip install is not successful, whereas there is no such problem i..... More

Print this item

  How should I upgrade python to 3.8.0?
Posted by: newbieAuggie2019 - Oct-20-2019, 10:50 AM - Forum: News and Discussions - Replies (4)

Hi!

It seems that the highest latest version of python is 3.8.0:

https://python-forum.io/Thread-Python-3-8-0-is-released

https://www.p..... More

Print this item

  2 versions of module installed, how to import the earlier one
Posted by: sveto4ka - Oct-20-2019, 10:22 AM - Forum: General Coding Help - Replies (8)

Please, help: I want to work with fbprophet and I had error, which I think will be solved if I will use earlier version of numpy.
What I did: I remov..... More

Print this item

  Where can we get best webcourse on Python for Biologist or Bioinformatics?
Posted by: rajamdade - Oct-20-2019, 08:02 AM - Forum: News and Discussions - Replies (4)

Where can we get best web-course beginning from basic Python programming and using Kernels till analyzing data with Machine learning algorithms.

I ..... More

Print this item

  Please suggest python code to format DNA sequence FASTA file
Posted by: rajamdade - Oct-20-2019, 07:50 AM - Forum: General Coding Help - Replies (4)

I am newbie in python programming, kindly help as I am having multi-DNA sequence file in FASTA format (test.fasta) as:

>AB1|sp.1 CTCTTCGTTCCATCTCA..... More

Print this item

  conditional groupby and aggregation on the conditioned group values
Posted by: harrshu - Oct-20-2019, 07:04 AM - Forum: General Coding Help - Replies (1)

ID City State Code Revenue
12 Indore MP 420 1567290
12 Indore MP 420 2009761
..... More

Print this item

  audio read/write library
Posted by: Skaperen - Oct-20-2019, 05:38 AM - Forum: News and Discussions - Replies (7)

does anyone know of a good audio library that could let my code read and write audio files in flac and mp3 (vbr) formats, along with the ability to di..... More

Print this item

  Do break operators turn while loop conditions from True to False?
Posted by: Drone4four - Oct-20-2019, 03:22 AM - Forum: General Coding Help - Replies (5)

Check out this very basic while loop in Python:

[python]while True:
response = input("Say something: ")
if response == 'bye':
br..... More

Print this item

  replacing a run of spaces with a space bounded run of dots
Posted by: Skaperen - Oct-20-2019, 02:25 AM - Forum: General Coding Help - Replies (4)

i would like to replace a run of 3 or more spaces with the same number of characters having a space on each end and a period character between them re..... More

Print this item

  Solving a scope issue
Posted by: profconn1 - Oct-20-2019, 01:22 AM - Forum: General Coding Help - Replies (4)

Hi all,

I'm fairly new to Python and have been able to develop a fair amount of code including some GUI (using wxPython for the GUI but believe t..... More

Print this item

  Creating Pacman Labyrinth
Posted by: alehak - Oct-19-2019, 10:10 PM - Forum: Game Development - Replies (2)

Hello. I am going to make Pacman in pygame. So, what is the best way(algorythm) to realize labyrinth in Pacman. I would like to have it like a graph, ..... More

Print this item

  PY TO EXE CRASH
Posted by: kozaizsvemira - Oct-19-2019, 07:27 PM - Forum: GUI - No Replies

I am having an issue with kivy after converting my script to exe. Exe closes immediately after opening it, running it in cmd prints the following:

..... More

Print this item

  Go around memory error
Posted by: Pytonormen - Oct-19-2019, 02:37 PM - Forum: General Coding Help - Replies (1)

I am coding a program which stores 12 numbers in a number of lists (each list has 12 numbers) in a new list. That list also contains a string. I want ..... More

Print this item

  Variable comments on Visual Studio Code
Posted by: sal - Oct-19-2019, 01:42 PM - Forum: General Coding Help - Replies (2)

Hi,
I'm starting with python and I'm using vscode.

[python]def a():
"""comment a"""
pass

one = "one" #try comment var one
"""try com..... More

Print this item

  Pygame to exe error
Posted by: Clunk_Head - Oct-19-2019, 01:34 PM - Forum: Game Development - No Replies

I'm trying to compile a game that I've written to a windows executable.
I running python 3.7.4, pygame 1.9.6, and py2exe 0.9.2.2.
When I run the van..... More

Print this item

  arrays sum list unsupported operand type(s) for +=: 'int' and 'list'
Posted by: DariusCG - Oct-19-2019, 01:28 PM - Forum: Homework - Replies (7)

Hello.
I want to make more "def" in my program, but I'am getting an error like this when want to sum numbers in the list. "this unsupported operand..... More

Print this item

  VScode vs VScodium on Debian - which one to use :: goal: work with Python
Posted by: apollo - Oct-19-2019, 10:34 AM - Forum: News and Discussions - Replies (1)

hello dear experts good day dear Python-experts,


the question today is: VScode vs VScodium on Debian - which one to use!?

i want to work with..... More

Print this item

  Want to scrape a table data and export it into CSV format
Posted by: tahir1990 - Oct-19-2019, 10:28 AM - Forum: Web Scraping & Web Development - Replies (9)

Hello
I am trying to scrape a table data using the code below .I am trying to scrape the names of all states of USA .I ve managed to extract all 'a't..... More

Print this item

  Scrape script when deployed on heroku not giving expected outcomes
Posted by: alok001 - Oct-19-2019, 10:17 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello All

I built a python selenium script to scrape flights from a website. The code is working fine when executed from local machine. I deployed ..... More

Print this item

  Design inter-process communication using shared memory
Posted by: shang12 - Oct-19-2019, 08:34 AM - Forum: News and Discussions - Replies (4)

I'm developing a video processing application using Python.
Capture (Producer) --> Processing (Consumer)
My design:

Print this item

  Trouble creating loops
Posted by: Den - Oct-19-2019, 07:36 AM - Forum: General Coding Help - Replies (3)

I am trying to figure out what's wrong with the code. It's supposed to be a function that counts how many times the sum of some string's elements are ..... More

Print this item

  Scraping Websites to post on Telegram
Posted by: kobryan - Oct-19-2019, 05:15 AM - Forum: Web Scraping & Web Development - Replies (1)

I am newer to Python, but understand the basics. I am trying to create a script that will scrape from a list of websites to news articles or RSS feeds..... More

Print this item

  Software(Python) Installation. Navigate Refactor Run Tools VCS tab
Posted by: rgbrolly - Oct-19-2019, 04:31 AM - Forum: News and Discussions - Replies (3)

Where are the Navigate, Code, refactor, run, and VCS tabs. How I come I don't have them, I'm running Windows 7.[img]https://drive.google.com/file/d/11..... More

Print this item

  A script I made to run with a cron
Posted by: menator01 - Oct-19-2019, 03:19 AM - Forum: Code sharing - Replies (3)

I play around with python every now and again. Any input on the script is welcome.

[python]
#! /usr/bin/python3
import pymysql
from collections ..... More

Print this item

  Checking button click in Tkinter
Posted by: GalaxyCoyote - Oct-19-2019, 02:41 AM - Forum: GUI - Replies (3)

Good evening everyone, I am trying to make a menu for one of my games. The idea is,

you see the start menu
you hit the start button
then it goe..... More

Print this item

  Syntax Error: Invalid Syntax in a while loop
Posted by: sydney - Oct-19-2019, 01:04 AM - Forum: Homework - Replies (1)

I'm fairly new to this stuff and keep getting an error message on line 19:

(while user_input.lower() != "quit":
^
SyntaxError: invalid sy..... More

Print this item

  Trouble with While loops
Posted by: jj432 - Oct-18-2019, 11:49 PM - Forum: General Coding Help - Replies (1)

Hello, I am trying to get the total, max, min, and average of data entries. Trying to use a while loop but not sure how to get total of entires. This ..... More

Print this item

  Converting python to c#
Posted by: benahmadi - Oct-18-2019, 11:21 PM - Forum: General Coding Help - Replies (1)

Hello,
I am new to python and having a hard time to understand parts of the code from dateutil.relativedelta. Can someone please help me to translat..... More

Print this item

  Module installs.. but it doesn't - need help updating module
Posted by: farroar - Oct-18-2019, 10:36 PM - Forum: General Coding Help - No Replies

I am working with the Azure SDK. Running Python 3.7.4 on macos. Haven't had any issues with using the Azure modules. Noticed that a new feature was re..... More

Print this item

  accessing files inside a compressed tar file
Posted by: Skaperen - Oct-18-2019, 08:19 PM - Forum: News and Discussions - Replies (5)

it looks like the tarfile module is intended to always handle individual files in the archive by only reading them in from the file system or (when cr..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  print does not open conso... 4 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Weird failure in Selenium 11 hours ago glestwid Larz60+ 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... 577490
  Tutorial Requ... 501411
  Web Scraping ... 441111
  Newbie with P... 385164
  New Users Int... 369949
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
lauren557 Today
maribita Today
AnalystRobert Today
Safariscampoea Today
DataAnalytics021 Today

User Panel Messages

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