| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,275
» Latest member: eastnoob
» Forum threads: 38,790
» Forum posts: 175,867
Full Statistics
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 32 Guest(s) Bing, Google
|
|
|
| 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
|
|
|
|