Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 1 Member(s) | 33 Guest(s) Bing, Google, AOL, kshahzad1985
|
Latest Threads |
unable to flash micropyth...
Forum: Bar
Last Post: zalexstolzeoz5360
29 minutes ago
» Replies: 4
» Views: 7,981
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 4
» Views: 120
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 492
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,036
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,592
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 494
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 966
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 976
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,248
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,855
|
|
|
get.dictionary |
Posted by: gr3yali3n - Jun-09-2020, 03:26 AM - Forum: General Coding Help
- Replies (3)
|
 |
I am playing around with the idle again and am wondering how to best use the .get.
here is the code I'm messing around with.
[python]
people ..... More
|
|
|
Frame names |
Posted by: menator01 - Jun-08-2020, 09:16 PM - Forum: GUI
- Replies (3)
|
 |
Is there anyway to get a frame name/properties? I've tried the root.children.values and get .!frame. But just was wondering how to get what the frame ..... More
|
|
|
List box |
Posted by: mckenzierobert - Jun-08-2020, 05:54 PM - Forum: GUI
- Replies (3)
|
 |
I have 300 pieces of music, each with its unique number, and first line. I want to write a programme where the user uses a list box? to select a piece..... More
|
|
|
TypeError: unhashable type: 'set' |
Posted by: Stager - Jun-08-2020, 01:39 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi all
I have two dictionaries, containing (for example):
[python]dict1 = {'k1':{1,2,3},'k2':{4,5,6},'k3':{7,8,9}}
dict2 = {1:12,2:23,3:34,4:45,5..... More
|
|
|
Question about my code |
Posted by: Than999 - Jun-07-2020, 11:39 PM - Forum: Homework
- Replies (5)
|
 |
Hi, I am struggling to understand the solution to my homework problem and why my code or logic is incorrect compare to the solution of this question. ..... More
|
|
|
|