Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 390 online users. » 0 Member(s) | 385 Guest(s) Baidu, Google, Yandex, AOL
|
|
|
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
|
|
|
|