Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552
Full Statistics
|
Online Users |
There are currently 46 online users. » 1 Member(s) | 36 Guest(s) Bing, Google, AOL, Applebot, Facebook, deanhystad
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
2 hours ago
» Replies: 6
» Views: 324
|
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
2 hours ago
» Replies: 0
» Views: 9
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
6 hours ago
» Replies: 7
» Views: 2,781
|
looking for help
Forum: Bar
Last Post: PhamMaria
7 hours ago
» Replies: 1
» Views: 1,905
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 648
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,178
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,744
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 638
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,132
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,108
|
|
|
pyinstaller |
Posted by: astral_travel - May-23-2020, 01:24 PM - Forum: General Coding Help
- Replies (36)
|
 |
hi guys,
i want to convert a file - try5.py - into a - try5.exe
when i use pyinstaller in the terminal - it only creates a file called try5.spec..... More
|
|
|
running speed |
Posted by: vaggelis - May-23-2020, 09:16 AM - Forum: News and Discussions
- Replies (2)
|
 |
I created a generator which generates variables i need to analyze. This generator is about 500 lines, it contains an list and about 20 variables doing..... More
|
|
|
Plotting issue Matplotlib |
Posted by: garam0 - May-23-2020, 12:11 AM - Forum: Data Science
- No Replies
|
 |
[python]fig = plt.figure() # create figure
ax0 = fig.add_subplot(1, 2, 1) # add subplot 1 (1 row, 2 columns, first plot)
ax1 = fig.add_subplot(1, ..... More
|
|
|
Sudoku solver with tkinter |
Posted by: flash77 - May-22-2020, 04:29 PM - Forum: GUI
- Replies (9)
|
 |
Hello,
I've got coding experience but I'm new to python.
I'm trying to generate a sudoku solver in python using tkinter. I found online the code..... More
|
|
|
Tkinter collision detection |
Posted by: yeyeee - May-22-2020, 01:04 PM - Forum: GUI
- Replies (3)
|
 |
Im trying to get this program to work, though nothing is really happening, I am also making a collision detection, please help
[python]
import parab..... More
|
|
|
Help! Error |
Posted by: bwdu - May-22-2020, 12:16 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hİ everyone!
tosumup is a huge list so i'll only paste the begining of it
tosumup = [[5, 5, 5, 3, 3, 3, 5, 0, 0, 0, 0, 1, 0, 3, 5, 3, 0, 0, 5, 5, ..... More
|
|
|
|