Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,994
» Latest member: hugomiguel
» Forum threads: 38,737
» Forum posts: 175,589
Full Statistics
|
Online Users |
There are currently 45 online users. » 1 Member(s) | 35 Guest(s) Applebot, Google, Bing, AOL, Facebook, hugomiguel
|
|
|
Python Coding |
Posted by: anh3phecan - Oct-04-2019, 11:04 PM - Forum: Homework
- Replies (2)
|
 |
Imagine if i have a date set like this
[python]dataset=[ ["ID","Title","Runtime","ReleaseDate","MPAARating","Genres","Cast1","Cast2","Cast3","Cas..... More
|
|
|
Listbox and Button not showing |
Posted by: Linuxdesire - Oct-04-2019, 09:16 PM - Forum: GUI
- Replies (2)
|
 |
I am following a tutorial on YouTube. That person is using Python 3.7.2 and I am using 3.7.4. I am not getting the list box correctly portrayed and th..... More
|
|
|
Nested for loops |
Posted by: d79danny - Oct-04-2019, 09:09 PM - Forum: General Coding Help
- Replies (8)
|
 |
Hey Py community,
Im very new to Python so I trying to learn by giving myself small projects at work. Here is a basic version of what I'm
trying to..... More
|
|
|
Why no brackets |
Posted by: kappicraig - Oct-04-2019, 01:46 PM - Forum: GUI
- Replies (1)
|
 |
Hi, just starting to learn Kivy. I'm following tutorials done by "Tech with Tim". Was wondering why there were no brackets on the window manager withi..... More
|
|
|
while True: error |
Posted by: 2wheelz4me - Oct-03-2019, 09:22 PM - Forum: General Coding Help
- Replies (8)
|
 |
I have the following code and getting a syntax error on the while True: statement on the 3rd from the last line. Everything else seems to be working ..... More
|
|
|
Locks in Multithreading |
Posted by: Chuonon - Oct-03-2019, 04:10 PM - Forum: General Coding Help
- No Replies
|
 |
Hello Pythoners,
I am having trouble with some multithreading.
My goal is it to read a given list and start a thread for each element of this list,..... More
|
|
|
|