| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,303
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,905
Full Statistics
|
| Online Users |
There are currently 40 online users. » 2 Member(s) | 33 Guest(s) Apple, Bing, Google, AOL, snippsat, kshahzad1985
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 3
» Views: 91
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 4
» Views: 142
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Today, 04:44 AM
» Replies: 8
» Views: 665
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,811
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 142
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 124
|
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 208
|
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,216
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 316
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 209
|
|
|
| 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
|
|
|
|