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,941
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517

Full Statistics

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

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
7 minutes ago
» Replies: 1
» Views: 96
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
4 hours ago
» Replies: 8
» Views: 271
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,462
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 865
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,694
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,213
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,737
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,538
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,644
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,829

 
  Discord Bot not working
Posted by: SoulWolfX - Mar-18-2018, 08:27 PM - Forum: General Coding Help - Replies (5)

For some reason once I added a music function to my discord bot it stopped working, can anyone tell me why? My code is;
[python]# FangBot by SoulWolf..... More

Print this item

  For loop question
Posted by: peejj - Mar-18-2018, 06:51 PM - Forum: General Coding Help - Replies (1)

Hi, Im new to the community so please correct my first post if needed. Could anyone explain why the result for A occured compared B's result? Visually..... More

Print this item

  Running serverless command in python
Posted by: nacheeket - Mar-18-2018, 06:07 PM - Forum: General Coding Help - Replies (1)

I have been trying to run serverless sls command using python os.system and getting sls command not found everytime

here is my code

os.system("s..... More

Print this item

  print(end=',')
Posted by: mp3909 - Mar-18-2018, 03:52 PM - Forum: General Coding Help - Replies (4)

How do I prevent the comma being printed after the last item in this code please:

[python]for i in range(0,10):
print(i,end=',')

>>0,1,2,3,..... More

Print this item

  [split] forum funds
Posted by: j.crater - Mar-18-2018, 02:19 PM - Forum: Board - Replies (5)

Speaking of approvement and traffic coming from python.org, do you think it would be a good idea sometime in future to ask the Python Software Foundat..... More

Print this item

  monthly composite of LST comes out incorrect, with error "mean of empty slices"
Posted by: ns423 - Mar-18-2018, 01:58 PM - Forum: Data Science - Replies (1)

Hello!

I am a new to the Forum, and a complete beginner with Python coding, which I am using extensively for my dissertation. I am trying to make m..... More

Print this item

  Beginner: System of Equations
Posted by: Mahdi1994 - Mar-18-2018, 01:35 PM - Forum: General Coding Help - Replies (2)

Hello everyone!

I'm doing my master dissertation and my model includes 10 equations, 10 variables and 9 unknown parameters. I'm going to plot some ..... More

Print this item

  Beginner Q: failure to find string in list
Posted by: Jenny - Mar-18-2018, 12:47 PM - Forum: General Coding Help - Replies (2)

I am a total beginner, so likely to be missing something obvious here. First post so be kind!

[python]
print('Looking for ', Name_key, 'in'..... More

Print this item

  python interactive output with Qt4
Posted by: eegrek39 - Mar-18-2018, 07:51 AM - Forum: GUI - Replies (8)

I am trying to print a fibonacci sequence in a QTextEdit box in Qt4 and I am only getting the last number. How do I print the whole sequence my code i..... More

Print this item

  itertools: combinations
Posted by: Skaperen - Mar-18-2018, 05:13 AM - Forum: General Coding Help - Replies (2)

i'm looking over the various functions in itertools but i'm not finding what i need.

my use case is to take a list of lists of strings and iterate ..... More

Print this item

  need help, newbie in town.
Posted by: fburgos - Mar-18-2018, 04:07 AM - Forum: General Coding Help - Replies (1)

Ok I need help. I can't find the issue with this code
>>> def main():
celsius=eval(input("What's the Celsius temperature" ))

fahrenheit=9/5*ce..... More

Print this item

  making it be a list of it
Posted by: Skaperen - Mar-18-2018, 02:33 AM - Forum: General Coding Help - Replies (7)

i am getting a value or reference from some place. i'll call it it. that place can be pretty much anywhere such as an element of a ..... More

Print this item

  Sound-player standalone?
Posted by: wavic - Mar-18-2018, 01:44 AM - Forum: Bar - Replies (2)

Don't know why I can't post in Tutorials so I am doing it here.

In Sound-player standalon[url=https://python-forum.io/thread-9026.html]..... More

Print this item

  unindent does not match any outer indentation level
Posted by: tonyk334 - Mar-18-2018, 01:23 AM - Forum: General Coding Help - Replies (4)

Hi

Please help

Thank you

iam getting
unindent does not match any outer indentation level

this is my code
[python]for fname in os.list..... More

Print this item

  Sound-player standalone
Posted by: snippsat - Mar-17-2018, 11:16 PM - Forum: Tutorials - Replies (1)

Gone look at making at making simple standalone Sound-player that can play most format eg .mp3.
Gone make it for Windows and Linux...... More

Print this item

  GITHUB help -- pls
Posted by: mepyyeti - Mar-17-2018, 11:04 PM - Forum: News and Discussions - Replies (6)

This board seemed the appropriate place to post this.

I figured to throw up some of (working) python script on github (git version 2.14 on my lin..... More

Print this item

  PDF page extractor
Posted by: mepyyeti - Mar-17-2018, 09:23 PM - Forum: Code sharing - No Replies

Hi -

This script allows you to extract any range(s) of pages from a pdf file into a new pdf.

[b]Feedback is deeply deeply appreciated...plagia..... More

Print this item

  name is not defined error
Posted by: m123 - Mar-17-2018, 09:03 PM - Forum: General Coding Help - Replies (2)

hi

just started learning python.

i am trying to execute this code but unable to see the ouptut receiving error

[python]
an_letters = "aefhilmnorsxA..... More

Print this item

  multiple If's?
Posted by: Kuron3ko - Mar-17-2018, 08:14 PM - Forum: Homework - Replies (4)

So I'm having trouble with a chunk of code that is supposed to check multiple characters against a user input. The problem is, it will only work for t..... More

Print this item

  Jon Skeet's post about StackOverflow culture
Posted by: micseydel - Mar-17-2018, 07:47 PM - Forum: Bar - Replies (11)

https://codeblog.jonskeet.uk/2018/03/17/...w-culture/

I haven't finished reading it yet, but I really like Skeet in a lot of ways, and th..... More

Print this item

  keyboard.is_pressed attribute error
Posted by: sterretje - Mar-17-2018, 06:28 PM - Forum: General Coding Help - Replies (3)

Hello all

I'm totally new to python and try to walk before I can crawl.

The intention of the below code is to save serial input (received from a..... More

Print this item

  Very Basic String Manipulation
Posted by: gstu - Mar-17-2018, 05:29 PM - Forum: General Coding Help - Replies (2)

Hello, I'm new to Python and I'm trying to do very basic string manipulation, but I'm a bit stuck.
Method:
1) I input a string, say, "It is my world...... More

Print this item

  get_data_google
Posted by: calancathy - Mar-17-2018, 04:00 PM - Forum: Data Science - No Replies

Hi

how to get the data realtime 5 min data using get_data_google() in pandas_datareader

Thanks.

Print this item

  Basic Python question
Posted by: vmenon - Mar-17-2018, 03:50 PM - Forum: General Coding Help - Replies (2)

Simple question... embarrassed I am struggling with this.

I am printing a string variable but it shows a leading and trailing space. Here is a.piece..... More

Print this item

  WindowsError when calling nbtstat command using subprocess
Posted by: tsame - Mar-17-2018, 12:40 PM - Forum: General Coding Help - No Replies

Hello. I have been using the subprocess module to call Windows commands from within my script. I have been trying to call the nbtstat command, but get..... More

Print this item

  Replacing missing years in the dataframe
Posted by: sangeethasivakumar - Mar-17-2018, 06:31 AM - Forum: General Coding Help - No Replies

To replace the missing year and the corresponding columns with zeros. My dataframe looks like this,

Year Churn_Count Churn_Rate Customer_Count ..... More

Print this item

  Procedure Entry Point could not be located
Posted by: ZedsDead - Mar-17-2018, 05:41 AM - Forum: Data Science - Replies (2)

Hi, I am using Spyder through the Anaconda installation on Windows 10.

Every time I open up Spyder I will get an error message saying:

[img]http..... More

Print this item

  Is // operator is the same as math.floor()
Posted by: quazirfan - Mar-17-2018, 04:58 AM - Forum: General Coding Help - Replies (7)

I am under the assumption 10 // 3 operation(Integer division) is the same as math.floor(10/3).

The results are the same for this simple arithmetic ..... More

Print this item

  Plz help Ive tried for hours and cant do these three problems
Posted by: VB4 - Mar-17-2018, 04:21 AM - Forum: Homework - Replies (1)

So I am stuck on number 2 right now but if someone could help guide me it would be very appreciated. I cant figure out how to use an "if" statement wi..... More

Print this item

  fsolve 3 equations with 3 unknowns. Can't get an answer.
Posted by: Aron313 - Mar-17-2018, 04:05 AM - Forum: Data Science - Replies (6)

Hello. Im new to the forums here and new to python. Forgive me if i do something wrong.

I have been working on this fairly simple code and can't s..... More

Print this item

  New to python... Is this trace table correct?
Posted by: spham9 - Mar-17-2018, 02:48 AM - Forum: Homework - Replies (1)

[Image: iD4jL] This image shows the question.

If it isn't what am I doing wrong? Thank you.

Print this item

  What's wrong with my code and visuals for python?
Posted by: beginnercoder04 - Mar-16-2018, 11:48 PM - Forum: Homework - Replies (2)

Hi,

I'm new to coding and I am making a math game for a school project.

1) I have one last line of code that has an error but I can't figure out..... More

Print this item

  Python2.7 xrange for loops - repeating though values already considered?
Posted by: nick5990 - Mar-16-2018, 10:15 PM - Forum: General Coding Help - Replies (3)

Each g in g_values for the minimal code below is being looped through, however when the end of g_values is reached, the outside loop starts again. I c..... More

Print this item

  html parser
Posted by: tjnichols - Mar-16-2018, 06:13 PM - Forum: Web Scraping & Web Development - Replies (9)

Hello - I'm working on the book "Web Scraping with Python" b Ryan Mitchell 2015.

I finally just decided to pick one and jump in so here I am. I've..... More

Print this item

  Divide a number - Multiple levels - Sum of all numbers equal to input number
Posted by: pythoneer - Mar-16-2018, 05:33 PM - Forum: Homework - Replies (17)

How can i divide a number multiple levels
example:

Quote:Number = 500
Divide=[5,6,9]
[quote]Step1:
500/ (5+6+9) = 25
Step 2:
25 *5 =..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 7 minutes ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... 4 hours ago Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576548
  Tutorial Requ... 498511
  Web Scraping ... 440422
  Newbie with P... 384324
  New Users Int... 367505
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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