| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,261
» Latest member: SledgeNE
» Forum threads: 38,787
» Forum posts: 175,849
Full Statistics
|
| Online Users |
There are currently 29 online users. » 0 Member(s) | 24 Guest(s) Bing, Google, Applebot, AOL
|
|
|
| Debuger help |
|
Posted by: jarrod0987 - Dec-16-2017, 06:28 PM - Forum: General Coding Help
- Replies (5)
|
 |
I have been playing with idle a few weeks now. Mostly just learning python basics.
I would like to be able to use the debuger. I watched a few short ..... More
|
|
|
| programming assignment |
|
Posted by: mario - Dec-16-2017, 04:13 PM - Forum: Homework
- Replies (2)
|
 |
[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More
|
|
|
| Newbie question for complicated namedtuple generation |
|
Posted by: zydjohn - Dec-16-2017, 09:50 AM - Forum: General Coding Help
- No Replies
|
 |
Hello:
I have some code by hand:
[python]
import collections
listA = [ 1.1, 1.2, 1.3, 1.4, 1.2, 1.1, 1.0, 1.1, 1.2, 1.3 ]
listB = [-1.0,-1.1,-1.2..... More
|
|
|
| [split] mods gone |
|
Posted by: Larz60+ - Dec-16-2017, 05:01 AM - Forum: Board
- Replies (2)
|
 |
Looking in that thread, it just made me realize that Ichabod hasen't logged in since October.
|
|
|
| Newbie question for unzip zipped list |
|
Posted by: zydjohn - Dec-15-2017, 08:34 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello:
I have some code, but I want to do the reverse:
[python]
list1 = [1,2,3,4]
list2 = [2,3,4,5]
list3 = [3,4,5,6]
list4 = [4,5,6,7]
zip4Lis..... More
|
|
|
| tkinter Help |
|
Posted by: ayr - Dec-15-2017, 07:54 PM - Forum: Homework
- Replies (1)
|
 |
So the task is to create a drop down menu with 3 options and whenever an option is chosen an image changes in order to what that option's image is. My..... More
|
|
|
|