| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 37 online users. » 0 Member(s) | 32 Guest(s) Bing, Mojeek, Apple, AOL
|
|
|
| SSD and HDD |
|
Posted by: UldSKull - Sep-16-2020, 08:02 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hello ! I need help (please ! ) from experienced users.
I will try to summarize my problem briefly. If my request is "stupid", I humbly apologize:..... More
|
|
|
| password with Entry widget |
|
Posted by: TAREKYANGUI - Sep-16-2020, 03:16 AM - Forum: GUI
- Replies (9)
|
 |
Hi
I tried to set a password with widget Entry,
The right password is "tarek"
Only 3 attempts are allowed
the goal is :
when i enter a wro..... More
|
|
|
| illustrate for/else |
|
Posted by: Skaperen - Sep-15-2020, 10:46 PM - Forum: Code sharing
- No Replies
|
 |
this code is for educational purpose to show the effect of for followed by else.
[python]
# this is just to illustrate how for followed by else work..... More
|
|
|
| USZIPCODE error |
|
Posted by: lokesh - Sep-15-2020, 03:24 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi,
I am wondering if anyone is facing the issue with uszipcode package error.till yesterday it works fine without any issues with latest version ..... More
|
|
|
| Password |
|
Posted by: Mathisdlg - Sep-15-2020, 12:15 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hello I work in cyber security and I need help.
I wan't to secure password on my device.(I already encrypt my password and my device)
Can you help m..... More
|
|
|
| Function help |
|
Posted by: Nickd12 - Sep-15-2020, 01:01 AM - Forum: General Coding Help
- Replies (10)
|
 |
[python]def my_room_light_on():
my_room_l_on = b.set_light([1, 2, 9, 10], 'on', True)
my_room_l_off = b.set_light([1, 2, 9, 10], 'on', False..... More
|
|
|
| Matplotlib clear x,y data |
|
Posted by: LoneStar - Sep-14-2020, 05:55 PM - Forum: GUI
- No Replies
|
 |
Hi,
How do I clear a Matplotlib line chart's data? I have the following lines when a user clicks a button:
[python]
def on_btn_reset(self):
..... More
|
|
|
|