| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,792
Full Statistics
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 34 Guest(s) Google, Bing, Apple, Google Image
|
| Latest Threads |
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
1 hour ago
» Replies: 1
» Views: 87
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 139
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 112
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 123
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,218
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,575
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,205
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,456
|
|
|
| having dictionary and list to iterate in for loop |
|
Posted by: Annie - Jan-04-2017, 07:50 AM - Forum: General Coding Help
- Replies (5)
|
 |
[python]
dic = {3: 0.1, 4: 0.2, 5: 0.1, 6:0.2, 7:0.1, 8:0.2}
ls = {0.2, 0.1, 0.2, 0.1, 0.2, 0.1}
n = {}
for i, v, l in list(dic...... More
|
|
|
| had to re-register |
|
Posted by: pedros - Jan-03-2017, 11:32 AM - Forum: Board
- Replies (10)
|
 |
hello,
according to my records i registered with this username (which i've had for the previous three incarnations of this fourm), using the same ema..... More
|
|
|
| getmyip.py |
|
Posted by: Skaperen - Jan-03-2017, 07:38 AM - Forum: Code sharing
- Replies (4)
|
 |
this code lets you add/delete/modify the sources as a list of lambda functions that call various functions to process the received data. since variou..... More
|
|
|
| until |
|
Posted by: Skaperen - Jan-03-2017, 04:38 AM - Forum: Bar
- Replies (1)
|
 |
tonight, i wish python had an until statement, so i could have made prettier code for a loop that needs to always run the body once before chec..... More
|
|
|
| Double Hog Help |
|
Posted by: asapb360 - Jan-02-2017, 10:33 PM - Forum: Homework
- Replies (6)
|
 |
Im making a game of double hog, using tkinter too, and was wondering how to make a list of high scores, or something close to as it is a requirement f..... More
|
|
|
| IP address validation |
|
Posted by: MeeranRizvi - Jan-02-2017, 09:03 AM - Forum: Homework
- Replies (2)
|
 |
Hello guys,
In this program i need to check whether the given ip is valid or not?
[python]
print "Enter the IP:"
save=raw_input()
regex="^(([0-9]..... More
|
|
|
| Profanity censoring. |
|
Posted by: Mekire - Jan-01-2017, 06:31 PM - Forum: Board
- Replies (24)
|
 |
Turn this off. It is ridiculous.
pain in the ass
appears as
pain in the [censored]
Recently encountered in this post:
http://python-foru..... More
|
|
|
|