| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 38 online users. » 0 Member(s) | 34 Guest(s) Google, Bing, Applebot
|
| Latest Threads |
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
3 hours ago
» Replies: 0
» Views: 17
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Today, 06:15 AM
» Replies: 4
» Views: 1,460
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 108
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 42
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,017
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,288
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 315
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 161
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 227
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,123
|
|
|
| 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
|
|
|
| json to ndjson |
|
Posted by: pythonlearner1 - May-21-2020, 10:32 PM - Forum: General Coding Help
- Replies (5)
|
 |
I have a output from request.get it is something like this
actual output is long and multiple of this line.
[{"a":1,"b":2,"c":3},{"x":4,"y":5,"z"..... More
|
|
|
| Supposed to print out even numbers |
|
Posted by: DallasPCMan - May-21-2020, 02:59 PM - Forum: General Coding Help
- Replies (4)
|
 |
When I execute this code:
[python]
list1 = [1, 4, 9, 16, 25, 36, 49, 64, 81, 100]
num = 0
# using while loop
while (num < len(list1)):
#..... More
|
|
|
|