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,919
» Latest member: aidajnrz7704
» Forum threads: 38,717
» Forum posts: 175,483

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 37 Guest(s)
Bing, AOL, AOL

Latest Threads
Select Python comment (#)...
Forum: General Coding Help
Last Post: SpongeB0B
5 hours ago
» Replies: 4
» Views: 311
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
6 hours ago
» Replies: 5
» Views: 1,118
New to the field
Forum: News and Discussions
Last Post: Polybunny
11 hours ago
» Replies: 0
» Views: 71
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,274
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 840
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,130
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,486
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-11-2025, 05:34 PM
» Replies: 5
» Views: 1,246
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,803
how to manage crypto trad...
Forum: General Coding Help
Last Post: Mercyto
Sep-11-2025, 06:01 AM
» Replies: 2
» Views: 2,965

 
  Asynchronous Logging in python 2.7
Posted by: Elbi - Oct-08-2016, 06:37 PM - Forum: General Coding Help - Replies (4)

Hi,

I'm new to python. I need help with asynchronous logging implementation

We are doing a lot of logging in our code and we have found that a l..... More

Print this item

  Forum-wide Competition: Rock Paper Scissors [Meta-thread]
Posted by: nilamo - Oct-08-2016, 06:10 PM - Forum: News and Discussions - Replies (10)

This thread exists to hold information about the competition itself... not discussion about individual bots or the current standings (there will be an..... More

Print this item

  Entry widget : unable to get the text entered
Posted by: dlemper - Oct-08-2016, 03:10 PM - Forum: GUI - Replies (2)

System is Windows 8.1  Python 3.5
 
The entry window appears and text can be typed, but I've been unable to get/use that text.
Have reread most web..... More

Print this item

  Competitions?
Posted by: nilamo - Oct-08-2016, 03:04 PM - Forum: Board - Replies (2)

I've been working on a competition for members of our little forum, but... where should I post it? General? Scripts? Bar? It'll be an ongoing thing, w..... More

Print this item

  Cant Get Powershell to run a python program from notepad++. Newbie help!
Posted by: Pythonerous - Oct-08-2016, 02:45 PM - Forum: General Coding Help - Replies (4)

Hey Forum!

Im new here and happy that I'm part of the community.

I just started geting into programming and recived a book on how to learn Pytho..... More

Print this item

  Where are the girls?
Posted by: wavic - Oct-08-2016, 02:22 PM - Forum: Bar - Replies (10)

Any pywomen here? 
I am sure that Python fits on any lady.  :cool:

Print this item

  Dynamic Allocation of Nested Dictionaries
Posted by: Larz60+ - Oct-08-2016, 12:39 PM - Forum: Code sharing - Replies (15)

Hello,

Here's a class for dynamically allocating a dictionary with an example
[code]"""
Dynamic nested dictionary
Author: Larz60+
"""
#
impor..... More

Print this item

  How would i go about making test-pattern images through Rpi via HDMI?
Posted by: john.t - Oct-08-2016, 07:10 AM - Forum: GUI - Replies (1)

Hello,
Iv'e just started using raspberry pi and people told me that python is a good code language to start playing with RPi.
My question is does an..... More

Print this item

  How do i get emacs to show a 79 character line limit ?
Posted by: Skaperen - Oct-08-2016, 05:38 AM - Forum: General Coding Help - Replies (7)

"Limit all lines to a maximum of 79 characters." lots of my CLI windows are 166 characters wide.  but i often edit python files there.  i use emacs in..... More

Print this item

  Need help with lists to continue my assignment code
Posted by: tinabina22 - Oct-07-2016, 10:07 PM - Forum: Homework - Replies (9)

How can I add a name and password to my list named, "samplePasswordFile" using Python 3...... More

Print this item

  grid layout
Posted by: neech - Oct-07-2016, 06:18 PM - Forum: GUI - Replies (8)

I would like to be consistent in my window management (I heard that was best practice). However, I have a window that is 800x400 which is the size of ..... More

Print this item

  Homework help
Posted by: nzieno - Oct-07-2016, 04:00 PM - Forum: Homework - Replies (11)

So my issue is this we have started using functions and the module we are supposed to import does not import its from a zip file for examples from the..... More

Print this item

  Windows/Power Shell: Differences from the tutorial...
Posted by: diemildefreude - Oct-07-2016, 11:05 AM - Forum: News and Discussions - Replies (22)

I've switched to using the "Learn Python the Hard Way" method, which includes an appendix on learning to use the Powershell/other commandinput methods..... More

Print this item

  splitting a string numeically
Posted by: Skaperen - Oct-07-2016, 06:49 AM - Forum: General Coding Help - Replies (14)

i am looking for something that can split a string at a specific interval rather than by content

[python]a = '0123456789abcdefghijklmnopqrstuvwxyz'..... More

Print this item

  in tutorials: Never use "for i in range(len(sequence)):
Posted by: Skaperen - Oct-07-2016, 04:54 AM - Forum: General Coding Help - Replies (1)

i just saw this tutorial.  i have had a couple cases where i n..... More

Print this item

  Ternary/Conditional Expressions
Posted by: Mekire - Oct-06-2016, 10:43 PM - Forum: Fundamentals - Replies (1)

If you have ever required a simple if/else statement in your code then conditional expressions might be of interest to you.

The standard if/else st..... More

Print this item

  Lambda: How, Why, and Why not.
Posted by: Mekire - Oct-06-2016, 10:30 PM - Forum: Fundamentals - No Replies

When I first started learning python I found lambda extremely confusing.  It isn't that there is anything particularly complicated about it; but somet..... More

Print this item

  Never use "for i in range(len(sequence)):"
Posted by: Mekire - Oct-06-2016, 10:23 PM - Forum: Common pitfalls and what to do - Replies (5)

This will be pretty short and to the point, but I find my self typing this out far too often these days and want something to link to.

Most languag..... More

Print this item

  Classes [advanced]: Descriptors (managed attributes)
Posted by: Mekire - Oct-06-2016, 10:12 PM - Forum: Fundamentals - Replies (1)

This is related to my other tutorial Classes [advanced]: Depe[url=https://python-forum.io/thread-361.html]..... More

Print this item

  Classes [advanced]: Dependent attributes (and Descriptors)
Posted by: Mekire - Oct-06-2016, 10:08 PM - Forum: Fundamentals - Replies (1)

Sometimes in our classes it becomes convenient, and occasionally necessary, to have attributes which are dependent on one another.  Before beginning I..... More

Print this item

  Junior Python Developer in London
Posted by: StackJobs - Oct-06-2016, 08:17 PM - Forum: Jobs - Replies (1)

Hi guys,
we would like to share our latest offer:
https://stackjobs.co.uk/jobs/junior-soft...ue-ai/299/

True AI is working on pro..... More

Print this item

  support plugin solved/best answer/etc
Posted by: metulburr_testing - Oct-06-2016, 07:59 PM - Forum: Board - Replies (12)

testing support plugin

:wall:

Print this item

  Check if multiple values exist in a list
Posted by: glidecode - Oct-06-2016, 06:50 PM - Forum: General Coding Help - Replies (5)

I am trying to find a way of testing whether or not at least one element from a list #1 is present in a list #2
One thing I've found is this thread: ..... More

Print this item

  [split] My opinion about OS choice for programming
Posted by: wavic - Oct-06-2016, 06:37 PM - Forum: News and Discussions - Replies (12)

I want to share with you guys a thought crossed my mind.
I've read this and also all post he..... More

Print this item

  Julian Day
Posted by: sparkz_alot - Oct-06-2016, 03:39 PM - Forum: Code sharing - Replies (14)

Here is another Python piece of code derived from Jean Meuus' book "Astronomical Algorithms"
to compute the Julian Day (JD) for a given Gregorian dat..... More

Print this item

  Mark posts as SOLVED
Posted by: iFunKtion - Oct-06-2016, 11:05 AM - Forum: Board - Replies (22)

Is there a way to mark a post as SOLVED at all. I find SOLVED threads in forums extremely useful and I for one try my hardest to document any solution..... More

Print this item

  matplotlib barh y tick alignment
Posted by: iFunKtion - Oct-06-2016, 10:53 AM - Forum: General Coding Help - Replies (2)

Hi,

Can't seem to get the y tick labels to line up nicely on the horizontal bar chart in this sub plotted chart (bottom chart). I have found variou..... More

Print this item

  BeautifulSoup help !
Posted by: navsid - Oct-06-2016, 09:38 AM - Forum: Web Scraping & Web Development - Replies (3)

So I've just started up with python and an assignment was given to me by a company as an recruitment task.

I need to web scrap the coupons of all t..... More

Print this item

  can't get xticks to work
Posted by: iFunKtion - Oct-06-2016, 09:27 AM - Forum: General Coding Help - Replies (1)

Hi,

having a little difficulty getting xticks to work, but I can't find syntax for what I am doing. As it happens, I think the syntax is accepted b..... More

Print this item

  py2exe - or py2android
Posted by: Skaperen - Oct-06-2016, 05:50 AM - Forum: General Coding Help - Replies (1)

in tutorials was recently published an article for py2exe.

i'd like to target ..... More

Print this item

  now()
Posted by: Skaperen - Oct-06-2016, 05:44 AM - Forum: General Coding Help - Replies (7)

is there a way to do this


from datetime import datetime as dt
now=dt.now
in one statement?

i tried these and they did n..... More

Print this item

  Creating a state machine
Posted by: metulburr - Oct-06-2016, 04:55 AM - Forum: Game Tutorials - Replies (4)

[color=#000000][size=medium][font=Times New Roman]A state (or screen, scene, etc.) machine, is a way to handle different scenes of the game, and flip ..... More

Print this item

  Building an exe with Py2exe
Posted by: metulburr - Oct-06-2016, 04:52 AM - Forum: Python Installation and Execution - No Replies

[color=#000000][size=medium][font=Times New Roman]There are numerous programs to aid in building an exe for Windows for your program... ..... More

Print this item

  BeautifulSoup - Table
Posted by: tkj80 - Oct-06-2016, 02:10 AM - Forum: Web Scraping & Web Development - Replies (6)

Hi,

I ran the following code and got the error message: "IndexError: list index out of range"

[python]import csv
from urllib.request import url..... More

Print this item

  [split] Purpose of school/homework
Posted by: Johno - Oct-06-2016, 02:04 AM - Forum: Bar - Replies (15)

This might be a little off topic, but do many professionals recommend students consider dropping out?  I mean, the homework section was probably well-..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Select Python comment (#)... 5 hours ago SpongeB0B SpongeB0B General Codin...
  I'm trying to make a piec... 6 hours ago Alislugacool MilesWeb General Codin...
  New to the field 11 hours ago Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... Yesterday, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... Yesterday, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... Yesterday, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
  New to Python and Pygame 09-11, 17:34 JMcM JMcM Game Developm...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
  how to manage crypto trad... 09-11, 06:01 Mikeardy Mercyto General Codin...
  How to space data on x ax... 09-11, 05:35 m_kdch Pedroski55 General Codin...
Most views
  The best Prog... 575388
  Tutorial Requ... 496139
  Web Scraping ... 439511
  Newbie with P... 383100
  New Users Int... 363717
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+ 12086
buran 8174
snippsat 7365
deanhystad 6890
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
aidajnrz7704 Today
Jillscitt Yesterday
Stowersw Yesterday
Intel Yesterday
Gichardaxora Yesterday

User Panel Messages

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