| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,273
» Latest member: Astrobert
» Forum threads: 38,788
» Forum posts: 175,860
Full Statistics
|
| Online Users |
There are currently 51 online users. » 0 Member(s) | 46 Guest(s) Bing, Applebot, Google, AOL
|
|
|
| IndexError: tuple index out of range |
|
Posted by: Truman - Mar-25-2018, 10:57 PM - Forum: General Coding Help
- Replies (5)
|
 |
[python]
tp=(1,2,3,4,5,6,7,8,9,10)
for i in tp:
lt = []
if tp[i]%2 == 0:
lt.append(tp[i])
else:
pass
tp2 = tuple(lt)..... More
|
|
|
| elif and if |
|
Posted by: jlgeter2002 - Mar-25-2018, 12:20 PM - Forum: General Coding Help
- Replies (4)
|
 |
this code works fine except the last elif
elif age >= '100' and name != 'Alice':
print('you are not alice grannie')
If I enter any value be..... More
|
|
|
| Tkinter Font Color |
|
Posted by: notsolowki - Mar-25-2018, 07:22 AM - Forum: GUI
- Replies (11)
|
 |
im very very new to python and im trying to change the font color of a very basic tkinter gui. what the script does is read a text file and display it..... More
|
|
|
| Multiple Windows |
|
Posted by: jarrod0987 - Mar-25-2018, 03:50 AM - Forum: General Coding Help
- No Replies
|
 |
If I wish to be able to run 2 different python scripts at the same time in 2 different windows, can I do this?
Also, is there a way to run a script o..... More
|
|
|
| mro |
|
Posted by: Skaperen - Mar-25-2018, 12:50 AM - Forum: News and Discussions
- Replies (4)
|
 |
what do the initials "mro" mean in the class attribute .__mro__? i'll make a guess and say that "m" means "[u]multi[/u..... More
|
|
|
| Wifi.Scan |
|
Posted by: thenewguy - Mar-24-2018, 05:59 PM - Forum: General Coding Help
- No Replies
|
 |
Hello Forum World!
I am trying to get the hang of the Python language and am having some difficulties.
I am attempting to try to connect to a gi..... More
|
|
|
| multi-processing |
|
Posted by: dR_Garuby - Mar-24-2018, 03:32 PM - Forum: General Coding Help
- Replies (1)
|
 |
I've created a GUI with tkinter where you can enter 5 inputs and send them whenever you want by pressing a button. Now I want to give a limit of time ..... More
|
|
|
| A toy for my son |
|
Posted by: RailRoaded - Mar-24-2018, 02:32 PM - Forum: Game Development
- Replies (4)
|
 |
So first a little bit of backgroud on me, Im pretty good with hardware, breadboards, and laying out circuits. I have not done much coding at all since..... More
|
|
|
| PDf reader |
|
Posted by: jorgelameira - Mar-24-2018, 10:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I'm doing a master thesis in Finance so I decided to learn python in order to make things simpler.
I have learned the basics but my questio..... More
|
|
|
| code wanted: file splicing |
|
Posted by: Skaperen - Mar-24-2018, 05:17 AM - Forum: Bar
- Replies (10)
|
 |
i often need a command to take particular columns of different files and combine them. for example i just needed to take columns 1-19 of file A and c..... More
|
|
|
| elegant code |
|
Posted by: Skaperen - Mar-24-2018, 03:10 AM - Forum: Bar
- Replies (7)
|
 |
what is it that make code elegant?
|
|
|
|