Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 27 Guest(s) AOL, Bing, Google, Facebook Dev, AOL
|
|
|
Issue with with list |
Posted by: Abdirahman - Jan-30-2022, 09:42 AM - Forum: Homework
- Replies (4)
|
 |
I was solving a challenge on Microsoft course on python, you are given output and asked to reproduce it.
here is the given output:
[output]There..... More
|
|
|
Frames layout adding widgets |
Posted by: klatlap - Jan-29-2022, 12:51 AM - Forum: GUI
- Replies (7)
|
 |
Hi, i have been struggling with this for days looking at tutorial but just can't get it, i am creating an applications, my thought is to create app, t..... More
|
|
|
[] vs *[] |
Posted by: hshivaraj - Jan-28-2022, 11:34 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hey guys
what the different between sending a send as [] and *[]? For instance
[python]def main():
x = [1] * 10
print(list(chain(*x)))..... More
|
|
|
Update plot |
Posted by: frohr - Jan-27-2022, 06:40 PM - Forum: General Coding Help
- Replies (3)
|
 |
HI all,
I am reading data from serial port to array and I want have one window with one button and two charts. If I click on the button, read serial ..... More
|
|
|
how to change font size |
Posted by: barryjo - Jan-26-2022, 05:08 PM - Forum: GUI
- Replies (4)
|
 |
I have a button defined below.
What does 40 mean? Is there a 40 font?
How do I change the font size. i.e. maker it larger or smaller?
[python]bu..... More
|
|
|
tkinter layout problem |
Posted by: agentperry - Jan-26-2022, 07:34 AM - Forum: General Coding Help
- Replies (4)
|
 |
Can someone help me with my project. I'm trying to make my label and entry side by side but it always go down vertically and it does not work very wel..... More
Attached Files
Thumbnail(s)
|
|
|
|