| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 57 online users. » 0 Member(s) | 52 Guest(s) Bing, Google, Apple, Mojeek
|
| Latest Threads |
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
7 hours ago
» Replies: 0
» Views: 24
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,462
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 112
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 44
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,017
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,288
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 323
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 167
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 230
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,123
|
|
|
| Map() problem |
|
Posted by: pyzyx3qwerty - May-15-2020, 02:16 PM - Forum: General Coding Help
- Replies (4)
|
 |
list1 = [1,2,3,4,5,6,7,8,9,10]
squared = map(lambda x:x**2, filter(lambda x:x%2==0, list1))
print(squared) The output i expect..... More
|
|
|
| GUI keeps freezing |
|
Posted by: Fre3k - May-15-2020, 07:59 AM - Forum: GUI
- Replies (2)
|
 |
Good morning,
Right now, im totally confused with tkinter, and the GUI freezing problem ...
First of all, I read ..... More
|
|
|
| WebPages in tkinter |
|
Posted by: CharlieSchuyler - May-15-2020, 02:04 AM - Forum: GUI
- Replies (1)
|
 |
Gui = TKinter
Using Place()
Question = Am i able to put a chromium pop up page on to tkinter place()
i want to put skyvector as a pop up display ..... More
|
|
|
| Python clock |
|
Posted by: menator01 - May-14-2020, 03:33 PM - Forum: GUI
- Replies (2)
|
 |
I'm trying my luck with a clock
Just can't seem to get it to update.
I've tried with the both the after method and while loops.
It would appear tha..... More
|
|
|
| Pip dependency install problems |
|
Posted by: amos446 - May-14-2020, 02:58 PM - Forum: Data Science
- No Replies
|
 |
Hello everyone,
I hope I am in the right forum for this kind of question.
As a developer I am used to C# as of now, but I am intrigued by Python.
C..... More
|
|
|
| How to get the value of a checkbox |
|
Posted by: scratchmyhead - May-14-2020, 02:07 PM - Forum: GUI
- Replies (4)
|
 |
I have a checkbutton in my program but when I click the checkbox, it gives me the following error: TypeError: get() missing 1 required positional argu..... More
|
|
|
|