Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,983
» Latest member: bimosora
» Forum threads: 38,734
» Forum posts: 175,572
Full Statistics
|
Online Users |
There are currently 64 online users. » 0 Member(s) | 55 Guest(s) Google, Apple, Bing, AOL, Twitter
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
58 minutes ago
» Replies: 1
» Views: 19
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
11 hours ago
» Replies: 5
» Views: 161
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,033
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 447
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,080
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,144
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 819
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,104
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,546
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,134
|
|
|
Python for syntax conversion |
Posted by: kingsman - Dec-20-2019, 02:52 PM - Forum: Homework
- Replies (23)
|
 |
My homework needs to use Python to write a programme for syntax files conversion.
For many construction software, the interoperability is weak and th..... More
|
|
|
using class |
Posted by: Carloggy - Dec-20-2019, 10:52 AM - Forum: Homework
- Replies (11)
|
 |
I did my best to get my goal, I didn't get the moveUp by adding 10.
this is my code
[python]
class Rocket ():
def __init__(self,name):
..... More
|
|
|
[tkinter] Quiz generator |
Posted by: joe_momma - Dec-19-2019, 10:35 PM - Forum: Code sharing
- No Replies
|
 |
To run this from command line: python3 quiz_generator.py trivia01.txt
if the text file isn't in the same folder the full path is used.
quiz_generato..... More
|
|
|
|