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,988
» Latest member: markwood955
» Forum threads: 38,736
» Forum posts: 175,579

Full Statistics

Online Users
There are currently 55 online users.
» 0 Member(s) | 47 Guest(s)
Bing, Google, Applebot, AOL, Mojeek, AOL, Google Image

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

 
  New to Python, philosophical question
Posted by: nsadams87xx - Nov-15-2019, 03:57 PM - Forum: News and Discussions - Replies (6)

Good morning everyone,

I'm relatively new to Python but have been doing some object oriented programming for a while but mainly business intelligen..... More

Print this item

  Percentages displayed as "0.00"
Posted by: Winfried - Nov-15-2019, 03:27 PM - Forum: General Coding Help - Replies (2)

Hello,

This is a simple query where I need to display a quantity, and the percentage it represents.

I don't know if it's a Python or SQLite issu..... More

Print this item

  Error with simple "or" statement?
Posted by: Mark17 - Nov-15-2019, 03:12 PM - Forum: General Coding Help - Replies (4)

I'm trying to count the number of words in a sentence that include "o" or "e." Why does this count every word?

[Python]
player_str = "the best pl..... More

Print this item

  Proxy setup through program
Posted by: ofrishez - Nov-15-2019, 03:09 PM - Forum: Networking - No Replies

I have written a proxy script in python3, currently, I am setting the proxy connection through windows Manual proxy setup (entering 127.0.0.1 and port..... More

Print this item

  why does this if-statement not work?
Posted by: sandeen - Nov-15-2019, 03:05 PM - Forum: General Coding Help - Replies (2)

Hello, I am the biggest noob in this forum probably, so my first question is why this simple if-statement allways
accepts the first if-statement rega..... More

Print this item

  Understanding list comprehension
Posted by: Drone4four - Nov-15-2019, 02:43 PM - Forum: General Coding Help - Replies (5)

I’m taking Colt Steele’s Udemy course called “The Modern Python 3 Bootcamp”. I’m on Section 13 on List Comprehension.

The instructor uses this as an ..... More

Print this item

  Error in code
Posted by: AaronG123 - Nov-15-2019, 02:24 PM - Forum: General Coding Help - Replies (5)

So below my code i have got everything working. However when there is an amount of errors in entering race times for each lane. It adds an extra lane...... More

Print this item

  Backward Calculation
Posted by: QuentinL - Nov-15-2019, 01:58 PM - Forum: Homework - No Replies

Hello All,

I am trying to code in Python the CRR Binomial Model for Option Pricing as part of a greater assignment.
I need to perform n-time a bac..... More

Print this item

  Split a long string into other strings with no delimiters/characters
Posted by: krewlaz - Nov-15-2019, 01:45 PM - Forum: General Coding Help - Replies (4)

So I am web scraping an eBay sales history web-page using BeautifulSoup. Here's the webpage:
[Image: 1W1GRfj.png]

An exampl..... More

Print this item

  Calculate Rating Score for Reviews Containing Specific Words
Posted by: bongielondy - Nov-15-2019, 01:34 PM - Forum: Data Science - Replies (1)

I want to calculate the average rating score for reviews that contain any of the words, 'food, buffet, breakfast, supper'. I would like to find out if..... More

Print this item

  Artificial Intelligence and 2 APIs
Posted by: schuler - Nov-15-2019, 01:06 PM - Forum: Code sharing - No Replies

Smile Hello Smile ,
After a couple of years of coding, I ended having a neural network A[url=https://python-forum.io/thread-22499.html]..... More

Print this item

  How to call COM-method using comtypes
Posted by: jespersahner - Nov-15-2019, 12:54 PM - Forum: General Coding Help - No Replies

I'm using comtypes to call a COM method (with no arguments), however I get an "exception: access violation reading".
When using win32com it Works:
..... More

Print this item

  Need help XE1 SyntaxError
Posted by: Reckin - Nov-15-2019, 12:54 PM - Forum: General Coding Help - Replies (1)

guys i need help the code saying error like this:

Error:
SyntaxError: Non-ASCII character '\xe1' in file
[python]
currentMonth =int(inp..... More

Print this item

  Web Hosting Discount for Wordpress, Magento, PHP based applications
Posted by: johncamp - Nov-15-2019, 12:25 PM - Forum: Bar - Replies (3)

Hi,

I found this managed cloud hosting provider that offers a 40% discount on all managed hosting plans for three months. Whether you host Magento,..... More

Print this item

  need code for hatop in python
Posted by: deepakkr3110 - Nov-15-2019, 07:33 AM - Forum: General Coding Help - Replies (2)

Hello

I want python code or script to show my hatop stats on web browser, i got a code on github (https://github.com/bcicen/haproxy-stats) but it s..... More

Print this item

  iterate over index and define each range as a day
Posted by: karlito - Nov-15-2019, 07:13 AM - Forum: Data Science - Replies (7)

Hi,
my last question didn't find any help/answer and I found another approach and I wanted to know if it's possible to iterate over a column set as i..... More

Print this item

  Webscrapping of Images that requires Authentication
Posted by: junos4350 - Nov-15-2019, 06:24 AM - Forum: Web Scraping & Web Development - Replies (1)

Dear All,

Good Day!

I am working on a project of scrapping Graph images from Cacti Server. Automate browser through selenium and got page_source..... More

Print this item

  Cannot get contents from ul.li.span.string
Posted by: LLLLLL - Nov-15-2019, 05:38 AM - Forum: Web Scraping & Web Development - Replies (8)

Hi,
I'd like to scrape string contents from a website, but it didn't work and I don't know how to solve it. Any ideas about it would be much gratefu..... More

Print this item

  Output String Padding help
Posted by: northduckota - Nov-15-2019, 04:59 AM - Forum: Homework - Replies (3)

Hello, I'd like to make my code output

10
10
0000000abc
abc0000000
What I'm I doing wrong with my code right now. All su..... More

Print this item

  Adding persistent multiple levels to game
Posted by: michael1789 - Nov-15-2019, 03:58 AM - Forum: Game Development - Replies (2)

Where would anyone suggest I start with adding persistent, multiple levels to my random dungeon game?

I can generate a level to a rudimentary degre..... More

Print this item

  Length and direction cosines of lines
Posted by: tarikrr - Nov-14-2019, 09:59 PM - Forum: General Coding Help - Replies (1)

Good day,

First time posting, and new to python
I'm trying to get the user to input the number of lines he wants, then input the coordinates for t..... More

Print this item

  Data Cleaning with PyHive
Posted by: PythonSpeaker - Nov-14-2019, 09:47 PM - Forum: Homework - Replies (2)

Hey,

So i'm using this dataset: https://www.kaggle.com/gregorut/videogamesales which contains 16 000 rows of data.

I'm doing some data cleaning..... More

Print this item

  Python as an operating system boot up
Posted by: megatronixs - Nov-14-2019, 09:25 PM - Forum: News and Discussions - Replies (4)

Hi all,
I started to learn Python code and it is really nice.
once I got a Raspberry Pi 4 and watching a video on YouTube about a Commodore C64, it ..... More

Print this item

  Python Certification
Posted by: prateekshaw - Nov-14-2019, 08:52 PM - Forum: News and Discussions - Replies (2)

Hi ,

Is someone tell me about official python certificate ?

Print this item

  Convert a list of integers to strings?
Posted by: Cornelis - Nov-14-2019, 07:55 PM - Forum: Homework - Replies (3)

Is there any way to convert a list of integers to a list of strings?
Below is a program that asks the user how much he paid for the food and the prog..... More

Print this item

  A question
Posted by: kapparinoz - Nov-14-2019, 06:35 PM - Forum: GUI - Replies (2)

Hello everyone. Im sure there is alot of it out there, but i cant simply find it. I cant get the exact word to describe the thing im wondering about, ..... More

Print this item

  Hey Guys, I need help with judge bot
Posted by: lmao999 - Nov-14-2019, 04:09 PM - Forum: Jobs - Replies (1)

I'm trying to develop judge bot. It will analyze your pulse
pressure and brain activity and compensate/ arrest money if you are scammer. I have no m..... More

Print this item

  Stock market (USA expandable for other countries) symbol or company lookup
Posted by: Larz60+ - Nov-14-2019, 03:14 PM - Forum: Code sharing - Replies (1)

This is another stock market symbol/company lookup class.

clone: git clone www.github.com/Larz60p/PySymbol
Github: www.github.com..... More

Print this item

  Converting Mapgrid into Tkinter GUI
Posted by: nerd_nobain - Nov-14-2019, 02:20 PM - Forum: Game Development - Replies (2)

Hello, i've been working on a turn based game similar to this: https://medium.com/@angellom/writing-a-p...e35668f16b

and i..... More

Print this item

  Help with basic python
Posted by: AaronG123 - Nov-14-2019, 02:19 PM - Forum: General Coding Help - Replies (4)

Hi everyone, im having trouble with some basic code. basically im having a few errors in the code asking questions twice or not picking up certain inf..... More

Print this item

  Newbie question...
Posted by: mrochac - Nov-14-2019, 02:09 PM - Forum: General Coding Help - Replies (2)

Huh dear all developers - i am super new to python and been watching some good videos learning it, it is a lot to take in for some one bottom scra..... More

Print this item

  function vs method
Posted by: prateekshaw - Nov-14-2019, 01:30 PM - Forum: General Coding Help - Replies (2)

Hi All,

I am new to python , i was reading about function and method and it seems to me that function is like static method in java (kind of , no n..... More

Print this item

  Yes or No code
Posted by: doug2019 - Nov-14-2019, 01:30 PM - Forum: General Coding Help - Replies (8)

I know this is simple code, but I am in doubt. I need code that interacts with the user, asking if he wants to continue the algorithm or not. If "Ye..... More

Print this item

  splitting a random song
Posted by: Unknown_Relic - Nov-14-2019, 10:37 AM - Forum: General Coding Help - Replies (3)

this is meant to be a music quiz where they login and need to guess the song by the first letters of each word in the title. When im run the code i ge..... More

Print this item

  Slicing using vectors
Posted by: paul18fr - Nov-14-2019, 10:06 AM - Forum: Data Science - Replies (4)

Hi all

Does somebedoy know how to use vectors for slicing (see code herebellow)?

I got the following error "only integer scalar arrays can be co..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  print does not open conso... 1 hour ago Tycho_2025 Pedroski55 General Codin...
  Weird failure in Selenium 8 hours ago glestwid glestwid 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... 577470
  Tutorial Requ... 501290
  Web Scraping ... 441101
  Newbie with P... 385163
  New Users Int... 369875
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
markwood955 Yesterday
DerekGeel Yesterday
Tycho_2025 Yesterday
chikkamagalur Yesterday
Costa Yesterday

User Panel Messages

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