Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,272
» Latest member: DataScientist071
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 31 online users.
» 1 Member(s) | 27 Guest(s)
Bing, Google, AOL, mamta25

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 178
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 159
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 128
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 174
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 351
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 71
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 367
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 209
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 324

 
  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

  Upload csv file as numbers (floating?) and extract element, row, and column
Posted by: bentaz - Mar-16-2018, 04:46 PM - Forum: Data Science - Replies (7)

Hello,

I've been trying for a couple days to upload a csv file as a 2D matrix of numerical values (e.g. 1+2=3) so that I can extract individual num..... More

Print this item

  Iterators
Posted by: mp3909 - Mar-16-2018, 04:27 PM - Forum: General Coding Help - Replies (3)

Hi,

Quick question, is "for" an iterator in python?

Print this item

  No module named scipy
Posted by: kirill - Mar-16-2018, 04:03 PM - Forum: Data Science - Replies (2)

Hello. I'm trying to import scipy.io library. If I write code below in command console, it works right, but if I write this in file.py and run this I ..... More

Print this item

  Hello world! program, window disappears
Posted by: nerio - Mar-16-2018, 02:02 PM - Forum: General Coding Help - Replies (3)

Hello.

I am a beginner in Python coding.

I wrote hello world program.

print('Hello, world!')
But when I run it on Windows..... More

Print this item

  import keyboard module doesn't get found - working on laptop but no on raspberry pi..
Posted by: HANSJORG2 - Mar-16-2018, 11:00 AM - Forum: General Coding Help - Replies (1)

I am using:
https://github.com/boppreh/keyboard/

I am unable to get it working on a raspberry pi, but it works perfectly on my linux mint laptop....... More

Print this item

  ImportError while using tensorflow
Posted by: pratheep - Mar-16-2018, 10:54 AM - Forum: Data Science - Replies (2)

Guys please help me...
I got a problem in importing tensor flow
help me to solve the problem

HERE'S MY CODE
[python]import tensorflow as tf
nod..... More

Print this item

  Radio speakers countdown timer
Posted by: Alkatron - Mar-16-2018, 10:36 AM - Forum: Code sharing - No Replies

I made a stupid countdown timer in python and tkinter for friends who record for a radio and need a well-visible timer.
It is all configurable fonts,..... More

Print this item

  UML plugin for Python in Eclipse
Posted by: user2103 - Mar-16-2018, 09:16 AM - Forum: General Coding Help - Replies (1)

Hi,

I want to generate UML class diagrams for the python project developed in Eclipse. I tried to use PyUML but it did not work. The installation f..... More

Print this item

  Attribute Error while using tensor flow
Posted by: pratheep - Mar-16-2018, 09:03 AM - Forum: Data Science - Replies (2)

Guys please help me out..
I am getting a error....

HERE'S MY CODE.[python]import tensorflow as tf
node1 = tf.constant(3.0)
node2 = tf.constant(4..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... Yesterday, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579115
  Tutorial Requ... 511325
  Web Scraping ... 442071
  Newbie with P... 386137
  New Users Int... 378491
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12108
buran 8196
snippsat 7389
deanhystad 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
DataScientist071 Today
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday

User Panel Messages

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