| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,310
» Latest member: QABOB
» Forum threads: 38,801
» Forum posts: 175,920
Full Statistics
|
| Online Users |
There are currently 36 online users. » 0 Member(s) | 33 Guest(s) Google, Bing, AOL
|
|
|
| Basic python |
|
Posted by: Natters10 - Aug-21-2018, 02:20 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi I'm very new to python and have a problem.
[python]
def main():
x, y = 10, 100
if (x < y):
st = "x is less than y"
print (st)
if __name__ ..... More
|
|
|
| Canvas Text Width/Height |
|
Posted by: Anysja - Aug-20-2018, 11:11 PM - Forum: GUI
- No Replies
|
 |
I am trying to figure out what the width and height of the text I am creating in Canvas are. I have tried using bbox as well as winfo_width()/winfo_he..... More
|
|
|
| 24x24 matrix solution |
|
Posted by: malusigumede - Aug-20-2018, 09:35 PM - Forum: Homework
- Replies (1)
|
 |
I am having trouble creating an array where I can store the solutions of the first 4 elements of sigm.
Lines 52 and 56.
Here is my attempt of th..... More
|
|
|
| old passwords |
|
Posted by: Skaperen - Aug-19-2018, 11:35 PM - Forum: Bar
- No Replies
|
 |
what is the oldest password you can remember? what was it for? if its still usable, obviously don't say what it is.
i can remember the encryption..... More
|
|
|
| DLL library with ctypes |
|
Posted by: Max20 - Aug-19-2018, 11:15 AM - Forum: General Coding Help
- No Replies
|
 |
Hi,
I have a SDK DLL which is documented in c++ only and I am trying to use a few functions from that library.
It is a SDK to control a special came..... More
|
|
|
| IDLE for 3.7 |
|
Posted by: alloydog - Aug-19-2018, 07:59 AM - Forum: Bar
- Replies (6)
|
 |
I have try searching both this forum and a web search, but couldn't find anything.
I am running Linux Lite 3.6
That has Python 3.5.2 (default, Nov..... More
|
|
|
|