| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 48 online users. » 1 Member(s) | 42 Guest(s) Bing, AOL, Applebot, Google, betabyteon7Dip
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 4
» Views: 109
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 98
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 73
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 111
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,079
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 188
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443
|
|
|
| New zealand Trivia Quiz |
|
Posted by: SEWII - Mar-23-2023, 01:41 AM - Forum: Homework
- Replies (7)
|
 |
Can someone make or help with creating a NZ Trivia Quiz Using only one for loop, lists, While True loop and no use of functions.
Create a New Zeala..... More
|
|
|
| tkinter help please |
|
Posted by: juliolop - Mar-22-2023, 07:45 PM - Forum: GUI
- Replies (11)
|
 |
hi guys!
why this code doesn't work as I want ?
I've tried several ways but it does the same,
it shows the scrolled bar widget at the end of the ..... More
|
|
|
| Dictionary |
|
Posted by: freethrownucleus - Mar-22-2023, 05:24 PM - Forum: General Coding Help
- Replies (3)
|
 |
How can I get just numbers as int or float type from this dictionary named brand?
brand: {'BMW': 1983, 'Audi': 1986, 'Opel': 1992}
|
|
|
| Anti-sum drawers |
|
Posted by: Paul_Maillet - Mar-19-2023, 09:08 PM - Forum: Homework
- Replies (6)
|
 |
Hello ! I need someone to quickly run a program that takes time...
I am French and I am in high school, I'm researching anti-sum drawers, i.e., drawe..... More
|
|
|
| Tie Breaks |
|
Posted by: klatlap - Mar-19-2023, 04:15 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi all, i use this code to rank a list, the problem is if there is a tie break it gives inaccurate info, how can i fix this so tie breaks will be base..... More
|
|
|
| optimization |
|
Posted by: Skaperen - Mar-18-2023, 11:03 PM - Forum: General Coding Help
- No Replies
|
 |
if i code this:
bar = 0
if foo is None:
bar = 99
elif foo is True:
bar = 99
print(bar)vs coding this:
[python]
..... More
|
|
|
|