Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 31 Guest(s) Bing, Google, Applebot, AOL, Mojeek
|
Latest Threads |
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
2 hours ago
» Replies: 7
» Views: 1,518
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
2 hours ago
» Replies: 4
» Views: 15,446
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 204
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
11 hours ago
» Replies: 1
» Views: 212
|
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:52 PM
» Replies: 1
» Views: 237
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 527
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,313
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,332
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,018
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,270
|
|
|
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
|
|
|
|