| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,246
» Latest member: isla123456
» Forum threads: 38,779
» Forum posts: 175,813
Full Statistics
|
| Online Users |
There are currently 51 online users. » 1 Member(s) | 42 Guest(s) Google, Bing, AOL, Mojeek, Facebook, snippsat
|
|
|
| Grid the radio buttons |
|
Posted by: Joni_Engr - Nov-23-2021, 03:33 PM - Forum: GUI
- Replies (6)
|
 |
Hi,
How can I position the radio buttons with with grid command and rows and col
[python]import tkinter as tk
root = tk.Tk()
var_1 = tk..... More
|
|
|
| canvas image problem |
|
Posted by: DPaul - Nov-23-2021, 03:18 PM - Forum: GUI
- Replies (4)
|
 |
Hi,
The (abbreviated) code below does exactly what it is supposed to do.
-Open an image
-resize it
-show it on canvas
But it shows no picture..... More
|
|
|
| [PySide6] Load ui with UiLoader |
|
Posted by: catlessness - Nov-23-2021, 01:58 PM - Forum: GUI
- Replies (6)
|
 |
Is there any way to load ui with Pyside6 that the widgets become attributes of the class instead of attributes of another attribute of the class e.g. ..... More
|
|
|
| Button Instance |
|
Posted by: menator01 - Nov-22-2021, 07:25 PM - Forum: Game Development
- Replies (3)
|
 |
I'm playing around with making a button class and have come across problem.
As long as I just have one button the cursor works as expected but, if I ..... More
|
|
|
| simple task in python |
|
Posted by: Rapito - Nov-22-2021, 06:15 PM - Forum: Homework
- Replies (4)
|
 |
Write a program that takes input of 8 numbers from the keyboard, and adds them to a list. The screen displays their sum, the maximum and minimum of th..... More
|
|
|
| Application development in Python |
|
Posted by: muralikreddy - Nov-21-2021, 06:09 AM - Forum: GUI
- Replies (4)
|
 |
Hi,
I'm new to this forum and beginner in python programming. I wanted to write a algo application using Python for trading in stock markets which ..... More
|
|
|
| Seaborn and Pandas |
|
Posted by: russellm10 - Nov-20-2021, 04:01 PM - Forum: Data Science
- No Replies
|
 |
Hi All,
I am working with a database that contains dates already in the datetime form 'year-month-day'. This database contains data about most days..... More
|
|
|
|