Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,970
» Latest member: Dichaelmag
» Forum threads: 38,731
» Forum posts: 175,552
Full Statistics
|
Online Users |
There are currently 46 online users. » 1 Member(s) | 37 Guest(s) Google, Bing, AOL, Google Image, Facebook, KaydenJonah098
|
Latest Threads |
Stephenchers
Forum: General Coding Help
Last Post: Dichaelmag
41 minutes ago
» Replies: 0
» Views: 13
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
2 hours ago
» Replies: 7
» Views: 367
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,799
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 662
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,197
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,760
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 655
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,149
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,129
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,421
|
|
|
Same code - Different results |
Posted by: italorosse - Jan-26-2019, 03:26 AM - Forum: GUI
- No Replies
|
 |
Hi everyone! I'm new in Linux/Python and I'm facing something strange. I have been obtaining different results executing the same piece of code. To su..... More
|
|
|
draw not showing all sprites |
Posted by: ethanstrominger - Jan-25-2019, 10:10 PM - Forum: Game Development
- No Replies
|
 |
When I run the program below which is supposed to create 4 bouncing program, the game will display anywhere between 0-3 of the 4 rectangles I have add..... More
|
|
|
Libraries |
Posted by: jgennello - Jan-25-2019, 05:09 PM - Forum: General Coding Help
- Replies (2)
|
 |
Do libraries typically have a list of commands and usage. I'm trying to use the MCP3008 library for python and am not seeing a list of commands. I've ..... More
|
|
|
Calculating Grade Average |
Posted by: IstvanCH - Jan-25-2019, 04:51 PM - Forum: Homework
- Replies (5)
|
 |
Hey
I'm currently working on a school assignment and I have to program a program to calculate the average of a custom amount of marks of which every ..... More
|
|
|
Help with python chronometer |
Posted by: Anon962245 - Jan-25-2019, 04:45 PM - Forum: GUI
- Replies (1)
|
 |
Hello,
I'm building a chronometer as my first Python project, and I got it working to the point where when i press the STOP button on the GUI, the ..... More
|
|
|
Hello!New to python! |
Posted by: sonedap - Jan-25-2019, 08:50 AM - Forum: Homework
- Replies (2)
|
 |
Hello!i am 17 years old and i started studying python in my school!
My teacher gave us some exercises and told us to find the mistakes in the code and..... More
|
|
|
Merge rows of 2 arrays |
Posted by: vipinv23 - Jan-25-2019, 06:48 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hello,
I have 2 arrays: time[1,2,3,4,5,] and data[0, 9, -15, 5, -2245]
I want combine these 2 arrays in such a way that I get a single array in ..... More
|
|
|
Tkinter Button Settings |
Posted by: kaanertugrul - Jan-25-2019, 06:30 AM - Forum: GUI
- Replies (3)
|
 |
I have a problem about buttons. Example:
[python]
root=Tk()
def callback():
print("My name is Kaan")
buton=ttk.Button(root, text="Call..... More
|
|
|
Reset Button |
Posted by: CPD3408 - Jan-25-2019, 01:53 AM - Forum: GUI
- Replies (3)
|
 |
Hi, I've decided to make a BMI calculator using Tkinter. I have everything I need so far except the reset button. I have been using a text variable in..... More
|
|
|
Napkin Platformer |
Posted by: abscorpy - Jan-24-2019, 10:24 PM - Forum: Game Development
- Replies (3)
|
 |
I have 2 issues:
1)I dont know how to run the program without adding a lot of loads of the same file in order for it not to crash when the for loop..... More
|
|
|
|