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,229
» Latest member: sonicsparkin5Dip
» Forum threads: 38,774
» Forum posts: 175,782

Full Statistics

Online Users
There are currently 48 online users.
» 1 Member(s) | 42 Guest(s)
AOL, Apple, Google, Bing, Gribouillis

Latest Threads
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
36 minutes ago
» Replies: 0
» Views: 24
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
8 hours ago
» Replies: 3
» Views: 60
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
10 hours ago
» Replies: 452
» Views: 374,874
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Today, 06:07 AM
» Replies: 2
» Views: 3,345
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Yesterday, 08:33 AM
» Replies: 7
» Views: 5,532
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 159
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,182
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,424
[SOLVED] Linefeed when wr...
Forum: General Coding Help
Last Post: buran
Nov-04-2025, 11:51 AM
» Replies: 5
» Views: 222
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-04-2025, 09:19 AM
» Replies: 3
» Views: 192

 
  How to change the sound volume with python ?
Posted by: Lightningwalrus - Sep-30-2016, 05:27 PM - Forum: General Coding Help - Replies (5)

Hello, I'm new here !

My hobby is microcontrollers and now I'm doing a project where I could change the sound volume with buttons on my breadboard...... More

Print this item

  Finding Special Characters in a String
Posted by: ATXpython - Sep-30-2016, 04:17 PM - Forum: General Coding Help - Replies (4)

Hello,

Ive got a script that builds a list based on data from a spreadsheet.
Each item added to the list is a string, some of which contain specia..... More

Print this item

  Old Forums lock
Posted by: Ofnuts - Sep-30-2016, 11:41 AM - Forum: Board - Replies (24)

Switchover is in two days. It might be time to increase the size of the banners telling people to register and ask new questions here.

Print this item

  number of users
Posted by: Skaperen - Sep-30-2016, 08:37 AM - Forum: Board - Replies (13)

i see this on the main page:


[quote]
Our members have made a total of 824 posts in 160 threads.
We currently have 75 members registered.
Pleas..... More

Print this item

  Free eBooks O'Reilly
Posted by: snippsat - Sep-30-2016, 08:18 AM - Forum: News and Discussions - Replies (2)

Have to register,then get Download links.
As a example ..... More

Print this item

  list-instances
Posted by: Skaperen - Sep-30-2016, 08:00 AM - Forum: Code sharing - Replies (4)

this is a python command to list AWS EC2 instances using multiprocessing (with the multiprocessing module) to query each region in parallel (up to ele..... More

Print this item

  limits here
Posted by: Skaperen - Sep-30-2016, 04:26 AM - Forum: Code sharing - Replies (15)

what are the limits here?  a maximum number of lines to insert inline?  a maximum width?

Print this item

  Linking to a specific post
Posted by: micseydel - Sep-30-2016, 02:46 AM - Forum: Board - Replies (3)

Is there any obvious way to link to a specific post? I've seen it happen, but did not note what the format of the URL was or anything to try and inves..... More

Print this item

  I would like to know more about dunders
Posted by: Larz60+ - Sep-30-2016, 01:34 AM - Forum: News and Discussions - Replies (6)

Hello,

There are two tutorials that I can think of that I'd like to see:

1. dunders (also known as magic methods or the python data model) some ..... More

Print this item

  Length of a path in a 2-tuple.
Posted by: PythonNerd - Sep-29-2016, 10:47 PM - Forum: Homework - Replies (4)

Some homework that I have been struggling on mainly because I am unsure how to proceed. I have all the formulas I need but I haven't been able to find..... More

Print this item

  Remove Parts of a String
Posted by: Dean Stackhouse - Sep-29-2016, 01:41 PM - Forum: General Coding Help - Replies (5)

Hello,

I'm quite new to python and am attempting to do some coding on a Raspberry Pi.

I have a sensor that gives an output in the following form..... More

Print this item

  class that Redirects text from stdio to file
Posted by: Larz60+ - Sep-29-2016, 10:44 AM - Forum: Code sharing - Replies (5)

Hello,

Here's a Class to redirect stdio to a file.

I wrote a class that toggles stdio from within a script.
see the __name__ clause for usage
..... More

Print this item

  Class method returning multiple values,dont know which is returned when..
Posted by: ujjwalrathod007 - Sep-29-2016, 09:21 AM - Forum: General Coding Help - Replies (4)

Dear all, Good morning from Germany,
I have a python code in which the function returns two values. Out of which, only one value changes at a time an..... More

Print this item

  convert hex encoded string to ASCII
Posted by: Skaperen - Sep-29-2016, 07:11 AM - Forum: General Coding Help - Replies (4)

given a string of hexadecimal characters that represent ASCII characters, i want to convert it to those ASCII characters.  for example:

'707974686f..... More

Print this item

  Plotting level curves (isocurves) with pyqtgraph
Posted by: alexfrigo - Sep-29-2016, 06:17 AM - Forum: General Coding Help - Replies (2)

Hi everyone,

I am trying to plot a red loop (isocurve) that correspond to the level z=2 of a given surface. Maybe I am able to create the isocurve,..... More

Print this item

  Problems configuring and running uWSGI
Posted by: easy_c0mpany80 - Sep-29-2016, 02:51 AM - Forum: Web Scraping & Web Development - Replies (3)

Im trying to follow a tutorial to deploy a simple blog with Django and running into some problems with uwsgi.
So far I have done the following (as pe..... More

Print this item

  Lambda Functions
Posted by: ATXpython - Sep-28-2016, 10:29 PM - Forum: General Coding Help - Replies (16)

Hello,

I've been studying Python 3 for a few weeks now, and have seen some people using Lambda Functions.

From what I understand, these are name..... More

Print this item

  unable to call function in Flask
Posted by: verb - Sep-28-2016, 07:38 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello everyone
i am trying to call function from another function but unfortunately it doesn't work
here is my code... The app starts and it doesn't..... More

Print this item

  [Flask]Ajax in Flask
Posted by: snippsat - Sep-28-2016, 07:31 PM - Forum: Web Tutorials - Replies (2)

A look at using Ajax in Flask.
[quote]
AJAX is a developer's dream, because you can:

  • Update a web page without reloading the page
  • Re..... More

Print this item

  Thread Tagging/upvoting
Posted by: nilamo - Sep-28-2016, 04:21 PM - Forum: Board - Replies (7)

I just saw this post about Pendulum: http://python-forum.io/Thread-Python-Dat...-made-easy
I think it'd be pretty rad if there was a way I could b..... More

Print this item

Brick https
Posted by: Kebap - Sep-28-2016, 03:40 PM - Forum: Board - Replies (14)

Any chance?

Print this item

  trying to get my random number guessing game to work! NEED HELP
Posted by: RaZrInSaNiTy - Sep-28-2016, 03:37 PM - Forum: Homework - Replies (4)

Hi, I have to create a random number guessing game for school and i am trying to add attempts but so far eveything i have done ends in a error. i have..... More

Print this item

  [split] Thoughts of re-imagining somethin in python
Posted by: nilamo - Sep-28-2016, 03:21 PM - Forum: Bar - Replies (3)

[quote='Skaperen' pid='742' dateline='1475042904']
i'm new to here, registered a few days ago. i've been on the old site a couple years. i have been ..... More

Print this item

  [split] launch .PY program
Posted by: sparkz_alot - Sep-28-2016, 02:55 PM - Forum: News and Discussions - Replies (4)

[quote='metulburr' pid='767' dateline='1475071964']

Quote:in windows you can double click on a .py file to run it
..... More

Print this item

  How to send output to stout?
Posted by: natv - Sep-28-2016, 11:31 AM - Forum: General Coding Help - Replies (9)

I'm very new to learning python, but as part of a wargames/learning challenge, may require me to brute force a PIN number password in an linux applica..... More

Print this item

  Python Datetimes made easy
Posted by: snippsat - Sep-28-2016, 09:46 AM - Forum: News and Discussions - Replies (2)

Take a look at Pendulum.
Python has already some 3-party Date libraries eg Arrow,Delorean,Chronyk.

What i ..... More

Print this item

  launch .PY program Help
Posted by: iw2fo - Sep-28-2016, 08:42 AM - Forum: GUI - Replies (22)

Good day to all in this forum: I am very new.
I am building a projet called Scalar Network Analyzer using Arduino.
The project requires a PC interfa..... More

Print this item

  is there py code to covert nums to text?
Posted by: Skaperen - Sep-28-2016, 07:01 AM - Forum: General Coding Help - Replies (6)

is there anything that would do something along the lines of:

0 -> 'zero'
35 -> 'thirty five'
-20 -> 'minus twenty'
987654321987654 -> 'nine hun..... More

Print this item

  my wish
Posted by: Skaperen - Sep-28-2016, 06:25 AM - Forum: Bar - Replies (10)

my wish is that there was a choice of forum software written in python.  with one exception ..... More

Print this item

  Video(David Beazley)
Posted by: snippsat - Sep-28-2016, 05:22 AM - Forum: News and Discussions - Replies (6)

A new cool video by David Beazley worth checking out Builtin Superheroes.

Print this item

  Spyder IDE 3.0.0 released
Posted by: snippsat - Sep-28-2016, 05:18 AM - Forum: News and Discussions - Replies (2)

The have done some work with this release,not tested it yet.
Spyder IDE 3.0.0 
[..... More

Print this item

  Unique Legend Image and Line
Posted by: nettesheim2 - Sep-28-2016, 02:07 AM - Forum: General Coding Help - Replies (1)

[align=left]I would like to plot 2 curves and, in the legend, have a unique image for each curve and the corresponding curve color to show which it be..... More


Attached Files

Thumbnail(s)
   
Print this item

  Hide command window
Posted by: sparkz_alot - Sep-27-2016, 03:02 PM - Forum: GUI - Replies (8)

I'm using Windows 10 and Python 3.5. Is there a way to 'hide' the command window when I run my script? The advice on line says to just change the file..... More

Print this item

  ImportError: No module named 'lib2to3'
Posted by: j.crater - Sep-27-2016, 01:10 PM - Forum: General Coding Help - Replies (7)

Hello all,
I have a problem when trying to install packages with Pip... I get this error:
ImportError: No module named 'lib2to3'

I have P..... More

Print this item

  [split] My Posts are locked
Posted by: wavic - Sep-27-2016, 07:21 AM - Forum: Board - Replies (9)

My English isn't good so I've made some edition in my last post here. A few times. The last one I wanted to do was to change a word which was wrong by..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] I’m building a ... 36 minutes ago tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... 8 hours ago BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 10 hours ago Yoriz BelleroDev Bar
  Best book on learning Pyt... Today, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... Yesterday, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
  sorting a lisr of file pa... 11-04, 09:19 Skaperen DeaD_EyE News and Disc...
  Data Science Roadmap for ... 11-04, 06:12 shiv11 mamta25 Data Science
Most views
  The best Prog... 578620
  Tutorial Requ... 508845
  Web Scraping ... 441801
  Newbie with P... 385761
  New Users Int... 374874
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8191
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
sonicsparkin5Dip Today
SkyPowerix1Dip Today
tsgiannis Today
Rubendaf Today
aerorunneris5Dip Today

User Panel Messages

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