Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,545
Full Statistics
|
Online Users |
There are currently 38 online users. » 0 Member(s) | 34 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
29 minutes ago
» Replies: 2
» Views: 24
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 452
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
10 hours ago
» Replies: 4
» Views: 1,991
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,554
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 457
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 912
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 941
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,210
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,824
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,863
|
|
|
Tkinter Calculator |
Posted by: menator01 - Jun-26-2020, 09:25 PM - Forum: Code sharing
- Replies (2)
|
 |
Tried my luck with a simple calculator. As always I welcome feedback.
Esc key will clear. numpad keys work, and enter keys to get totals
[python]
#..... More
|
|
|
File handling |
Posted by: knollfinder - Jun-26-2020, 07:48 PM - Forum: General Coding Help
- Replies (3)
|
 |
Although I have been programming since 1956, I can't get beyond simple things in Python, in particular, getting data into and out of files.
I opened ..... More
|
|
|
Install Fails v3.8.3 |
Posted by: flyboy91901 - Jun-26-2020, 05:31 PM - Forum: General Coding Help
- No Replies
|
 |
Windows 10 with latest updates Python v3.8.3 fails with error code: 0x80070643
Any ideas to get around this?
Gary
Never mind - thought it s..... More
|
|
|
Unicode lists |
Posted by: broodmdh - Jun-26-2020, 05:20 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a series of text files that appear to contain a list of unicode values. For example, one file will have the following:
[u'01', u'13', u'20'..... More
|
|
|
Using .join() |
Posted by: extricate - Jun-26-2020, 06:40 AM - Forum: Homework
- Replies (3)
|
 |
Hi there,
I'm supposed to join up the string by entering an input. I can't seem to get it to work, I suspect the separator i input might not be a s..... More
|
|
|
|