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,975
» Latest member: Alfreddonalds6
» Forum threads: 38,733
» Forum posts: 175,563

Full Statistics

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

Latest Threads
Hire a professional foren...
Forum: General Coding Help
Last Post: Alfreddonalds6
10 minutes ago
» Replies: 0
» Views: 3
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
13 minutes ago
» Replies: 2
» Views: 117
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
7 hours ago
» Replies: 2
» Views: 767
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 801
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 510
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,886
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,289
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,856
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,277
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,209

 
  Failure in web scraping by Beautiful Soup
Posted by: yeungcase - Mar-17-2019, 08:16 AM - Forum: Web Scraping & Web Development - Replies (4)

When I'm trying to scrape some data from an webpage, this error suddenly come up which never happened before. I did check my browser setting and cooki..... More

Print this item

  what does "python3" mean
Posted by: windows - Mar-17-2019, 07:17 AM - Forum: General Coding Help - Replies (3)

when i see python stuff on places like github i see "python3 -m" a lot and when i try and use it in command prompt i get "'python3' is not recognized..... More

Print this item

  IFC entities extracted twice
Posted by: gurbhej_singh - Mar-17-2019, 05:19 AM - Forum: General Coding Help - Replies (15)

Greetings for the day,
I am new with the coding world. I am using Python and IfcOpenShell to work on IFC files.
I want to use a command [u]ifc.open[..... More

Print this item

  Generating a polynomial equation
Posted by: BinaryStar - Mar-17-2019, 12:23 AM - Forum: General Coding Help - Replies (3)

I am new at Python and I found that the best way to learn is to practice. So I decided to write a program that involves generating a polynomial equat..... More

Print this item

  AttributeError: 'Response' object has no attribute 'replace'
Posted by: Truman - Mar-17-2019, 12:07 AM - Forum: Web Scraping & Web Development - Replies (12)

[python]#! python3
# using the inauguration speech of William Henry Harrison analyzed in the previous example, we can write the following code that g..... More

Print this item

  Has anyone tried the module Black ?
Posted by: Truman - Mar-16-2019, 11:01 PM - Forum: News and Discussions - Replies (7)

https://black.readthedocs.io/en/stable/

Did anyone try this? I tried it through the command line ( black my_file.py ) and it made some format chang..... More

Print this item

  Help with homework
Posted by: charlykelley - Mar-16-2019, 09:39 PM - Forum: Homework - Replies (7)

I am starting my journey in the world of programming (this after a class at the university), my knowledge of the subject is close to zero ... and this..... More

Print this item

  Import and variable level
Posted by: tazalapizza - Mar-16-2019, 07:31 PM - Forum: General Coding Help - Replies (1)

Hi, I am working with a few friends on a project where everyone makes some functions that have to use the same variables, for example x here. Every fu..... More

Print this item

  the next higher character
Posted by: Skaperen - Mar-16-2019, 07:15 PM - Forum: General Coding Help - Replies (13)

i have a character as a string of length 1. i want the next higher character. 'a'->'b' or '4'->'5' or '9'->':'. i could do chr(ord(ch)+1). does py..... More

Print this item

  Why I get the ValueError
Posted by: vokoyo - Mar-16-2019, 06:34 PM - Forum: Data Science - No Replies





Dear


May I know why I get the error message -

[i]line 49, in _update_weights

self.w_[1:]= self.eta*xi.dot(error)

ValueError..... More

Print this item

  So help to make a text rpg gui
Posted by: bondsec - Mar-16-2019, 03:27 PM - Forum: Game Development - Replies (4)

Hi folks.

I just started coding in python, and I had a lot of fun following several "courses" on youtube. However I have now run into a problem. I m..... More

Print this item

  Need to improve a programm
Posted by: Richard_SS - Mar-16-2019, 02:47 PM - Forum: Homework - Replies (4)

The program checks if the input text is palindrome. After checking a text like "Rise to vote, sir." it wont find it as palindrome, even if it is. I ne..... More

Print this item

  Linear programming
Posted by: PySou - Mar-16-2019, 02:41 PM - Forum: General Coding Help - Replies (1)

Hi everybody,

I ned to solve a linear program in python. I did a search and found two options: scipy et Pulp.
I would like to know if there are mo..... More

Print this item

  error message with module
Posted by: Pepper887 - Mar-16-2019, 02:07 PM - Forum: General Coding Help - Replies (3)

Hello,

I am trying to make a dice game. I came across an error and I cannot figure out what is happening. Could someone explain this error? Everyth..... More

Print this item

  Time in microseconds seems to update only every millisecond
Posted by: markB - Mar-16-2019, 02:04 PM - Forum: General Coding Help - Replies (3)

Hi all,

I'm trying to time part of a code on microsecond level.
Code below shows the idea.
Result is however that the stored value on changes onc..... More

Print this item

  New guy working on some basic battle mechanics. Little help?
Posted by: BEEFQUAKE - Mar-16-2019, 01:45 PM - Forum: Game Development - Replies (3)

Please understand that I'm extremely new to Python and object oriented programming so I'm sure this code looks like a mess. I'm working on a basic RPG..... More

Print this item

  Nested for loop strange problem
Posted by: mcva - Mar-16-2019, 12:01 PM - Forum: General Coding Help - Replies (2)

Thank you for taking some time to read this problem...
I have this nested for loop and I´m note sure its doing what I need.
I need to run a lake tem..... More

Print this item

  HTTP response capturing issue
Posted by: miunika - Mar-16-2019, 11:44 AM - Forum: General Coding Help - Replies (1)

I want to catch a specific HTTP error and not any one of the entire family.. what I was trying to do is
import urllib2
[python]try:
urllib2.urlo..... More

Print this item

  how to get the entry information using Entry.get() ?
Posted by: SamyPyth - Mar-16-2019, 11:31 AM - Forum: GUI - Replies (2)

Hello, I have a problem. I would like to retrieve the information in my Entry to put in list_info. thank you in advance.
[python]from tkinter import ..... More

Print this item

  Split String
Posted by: lekuru01 - Mar-16-2019, 03:07 AM - Forum: Homework - Replies (6)

i am new to python and i am trying to get a better understanding on how to manipulate strings. Here is my program;
[python]
g='Hello world! What is ..... More

Print this item

  Referring to a specific element in Pandas Dataframe
Posted by: Helmi - Mar-16-2019, 12:56 AM - Forum: Data Science - Replies (2)

Hi,

I need to refer to specific elements in Pandas Dataframe - average salaries in the column "Average". I do not need to refer to the column, I ne..... More

Print this item

  kivy app cryptogram
Posted by: joe_momma - Mar-16-2019, 12:42 AM - Forum: GUI - Replies (1)

Hello,
I have started to play around with Kivy, I take a sentence encrypt it and send it to another class that stacks the encrypted sentence. The top..... More

Print this item

  How to continue after "return"
Posted by: Helmi - Mar-16-2019, 12:35 AM - Forum: General Coding Help - Replies (4)

Hi,

I need help with combining two if statements. The problem is that both need to return something but the function goes out of scope after the fi..... More

Print this item

  Run a source code from Github
Posted by: Chigoz - Mar-15-2019, 08:36 PM - Forum: General Coding Help - Replies (2)

I found this source code on Github but I don't know how to run it. Please help.This is the link.
https://github.com/aniawsz/rtmonoaudio2midi

Print this item

  How to view GUI of a source code
Posted by: Chigoz - Mar-15-2019, 08:19 PM - Forum: GUI - Replies (10)

I found a source code on Github but I'm having hard time viewing it's GUI on PyQt. Is that possible?.Please help.

My PyQt progress bar is showing r..... More

Print this item

  whole number and fraction
Posted by: Skaperen - Mar-15-2019, 06:59 PM - Forum: General Coding Help - Replies (11)

i want to get the whole value and fraction value of a float value i have. i converted it to string, split that by '.' (maybe it needs to be ','), the..... More

Print this item

  Django App
Posted by: gyanezfeliu - Mar-15-2019, 06:19 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

I’m working in a project that consists in converting a local postgresql database (that uses sqlalchemy as the ORM) into a web application, i..... More

Print this item

  Please help me with my Bootcamp Homework...
Posted by: CodingD7 - Mar-15-2019, 05:00 PM - Forum: Homework - Replies (8)

Here are the Instructions I have been given...

## Unit 3 Homework Assignment: Intro to Python Programming

In this homework assign..... More

Print this item

  sum a dictionary of classes
Posted by: tobbs - Mar-15-2019, 04:54 PM - Forum: General Coding Help - Replies (2)

Hi there,

I have a dictionary of classes. The class consists of data for soccer games with attributes like team, league, lists of results, lists of..... More

Print this item

  print number of a list line per line
Posted by: lateublegende - Mar-15-2019, 04:42 PM - Forum: General Coding Help - Replies (2)

I have some trouble with my list. I need to print the number line per line. the list looks like that.[python]
[16, 1, 1, 3, 6, 5, 87, 4, 83, 0, 2, 7,..... More

Print this item

  Function Execution Times
Posted by: sunnyarora - Mar-15-2019, 03:57 PM - Forum: General Coding Help - Replies (3)

Hi,
If we want that any Python Function should work only once or twice then how can be done the same?
Thanks

Print this item

  List Creation
Posted by: sunnyarora - Mar-15-2019, 01:28 PM - Forum: General Coding Help - Replies (3)

Hi, Could you pls help me out that how to create a list consisting 1:100

Print this item

  Automating Excel sheets with Python
Posted by: wendysling - Mar-15-2019, 01:25 PM - Forum: General Coding Help - Replies (1)

Hi,

Does anyone have recommendations in terms of resources for someone trying to learn how to automate Excel spreadsheets using Python?

Thank y..... More

Print this item

  Error in script don't understand, please help!
Posted by: DanielR - Mar-15-2019, 12:39 PM - Forum: General Coding Help - No Replies

Hello. I'm not a coder, but I need to transform a binary file to CSV via a script I found online. I can't get it to work though, as the script want to..... More

Print this item

  os.path.relpath help
Posted by: Kickdak - Mar-15-2019, 12:22 PM - Forum: General Coding Help - Replies (1)

Hey im am creating a backup skript.
Everything works but i find it annoying when i open the zip file. and ill have too go through the directory path ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Hire a professional foren... 10 minutes ago Alfreddonalds6 Alfreddonalds6 General Codin...
  Integer Factorization Too... 13 minutes ago fosuwxb buran Code sharing
  My goal to be hired worki... 7 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
Most views
  The best Prog... 577335
  Tutorial Requ... 500640
  Web Scraping ... 440999
  Newbie with P... 385037
  New Users Int... 369512
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+ 12090
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Alfreddonalds6 Today
Williamcaurb Yesterday
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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