| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 32 online users. » 2 Member(s) | 26 Guest(s) Applebot, Google, Bing, kshahzad1985
|
|
|
| Reset seaborn |
|
Posted by: ju21878436312 - May-25-2021, 05:38 PM - Forum: Data Science
- Replies (2)
|
 |
Hi there,
Following some tipps I somehow changed some global settings in seaborn and I would like to reset everything concerning seaborn and matplo..... More
Attached Files
Thumbnail(s)
|
|
|
| Tkinter reduce OptionMenu height |
|
Posted by: euras - May-25-2021, 04:43 PM - Forum: GUI
- Replies (2)
|
 |
Hi, is there a way to reduce OptionMenu height? Mine are equal to height=1, but they looks still bigger than the rest of Entry. It does not look very ..... More
Attached Files
Thumbnail(s)
|
|
|
| Passing variable to function. |
|
Posted by: KDog - May-25-2021, 01:49 PM - Forum: GUI
- Replies (2)
|
 |
Hi all. I have an app that displays live webcam feed. I have created a brightness slider that almost works. It changes the frame brightness but then t..... More
|
|
|
| Frame with treeview |
|
Posted by: virencm - May-24-2021, 07:01 AM - Forum: GUI
- Replies (5)
|
 |
Hi all,
I am a new to Python but i can see possibilities that can make job easier!
Can someone point me in the correct direction please?
Atta..... More
Attached Files
FRAME_PY.py (Size: 826 bytes / Downloads: 553)
|
|
|
| What does this code? |
|
Posted by: Elvin - May-22-2021, 08:22 PM - Forum: Homework
- Replies (4)
|
 |
Hello,
What does is this code doing?
[python]def what(n):
if n<10:
return n
else:
k = what((n//100)*10 + n%10)
return (k*10..... More
|
|
|
| Is that code correct? |
|
Posted by: Sameh - May-22-2021, 01:43 PM - Forum: Homework
- Replies (7)
|
 |
Hi there,
This is my first participation. to answer ►How many miles are there in 10 kilometers?
Is this way correct:
▼
[python]
miles_in_kilome..... More
|
|
|
| curses issue |
|
Posted by: otalado - May-22-2021, 08:12 AM - Forum: General Coding Help
- Replies (2)
|
 |
I have a fresh install of Debian 10 /lxde. The installed Python3 version is 3.7.3 I intended to learn how to use the curses with Python (https://docs...... More
|
|
|
|