| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 33 online users. » 1 Member(s) | 27 Guest(s) Bing, Google, Mojeek, Applebot, kshahzad1985
|
| Latest Threads |
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
5 hours ago
» Replies: 2
» Views: 76
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Today, 06:48 AM
» Replies: 0
» Views: 22
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Today, 04:59 AM
» Replies: 11
» Views: 5,971
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Today, 04:46 AM
» Replies: 2
» Views: 4,281
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:34 PM
» Replies: 3
» Views: 283
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:03 AM
» Replies: 1
» Views: 132
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 201
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,106
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 245
|
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 166
|
|
|
| Tkinter color chart |
|
Posted by: menator01 - Aug-02-2020, 04:34 AM - Forum: Code sharing
- Replies (2)
|
 |
[python]
# /usr/bin/env python3
import tkinter as tk
colors = [
'gray', 'green', 'greenyellow', 'honeydew', 'hotpink', 'indianred'..... More
|
|
|
| numpy diagonal |
|
Posted by: davidm - Aug-01-2020, 01:53 PM - Forum: Data Science
- Replies (1)
|
 |
hi, need help with numpy.diagonal.
Using
grid.diagonal(0) for a 9 by 9 matrix
I can see the diagonal [0,0} to [8,8}.
How do I se..... More
|
|
|
| Python classes |
|
Posted by: Python_User - Aug-01-2020, 08:13 AM - Forum: General Coding Help
- Replies (15)
|
 |
Dear python users,
As a python newbie I started two months ago learning a bit of coding. By learning some topics of Python some questions came to m..... More
|
|
|
| Converter |
|
Posted by: Souls99 - Aug-01-2020, 12:37 AM - Forum: General Coding Help
- Replies (2)
|
 |
I wanted to make converter from Miles to Km and have estimated driving time in my program . The problem is i cant not print exactly driving time .
if..... More
|
|
|
| Help with menu. |
|
Posted by: Rav - Jul-31-2020, 10:04 PM - Forum: GUI
- No Replies
|
 |
First of all I would like to say that I am new into python and even programming. There are many things that I have no idea how to do.
I would like ..... More
|
|
|
|