Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,986
» Latest member: Tycho_2025
» Forum threads: 38,735
» Forum posts: 175,576
Full Statistics
|
Online Users |
There are currently 45 online users. » 0 Member(s) | 40 Guest(s) Google, Bing, AOL
|
Latest Threads |
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
1 hour ago
» Replies: 0
» Views: 18
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
2 hours ago
» Replies: 3
» Views: 2,518
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 2
» Views: 65
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 6
» Views: 178
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 454
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,084
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 835
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,109
|
|
|
[split] OPENPYXL |
Posted by: duranil - Jul-09-2019, 01:10 AM - Forum: General Coding Help
- No Replies
|
 |
Hello All,
I am trying to write a script to populate an excel template with slicers.
I am using the Openpyxl module to run the script but I get ..... More
|
|
|
Minimum size |
Posted by: Amniote - Jul-08-2019, 09:14 PM - Forum: General Coding Help
- Replies (8)
|
 |
Hello everyone,
I have the following two-dimensional list:
['1', '6', '66', '9', '33'], ['1', '6', '9', '33'], ['1', '66', '6', '9', '33'], ['1'..... More
|
|
|
Mouse Click Problem |
Posted by: rwahdan - Jul-08-2019, 06:50 AM - Forum: Game Development
- Replies (2)
|
 |
Hi,
I took some code from GitHub and I have a problem as when I choose from menu "Settings", and just move the mouse, the menu disappear and main m..... More
|
|
|
NLP Issue |
Posted by: standenman - Jul-08-2019, 12:03 AM - Forum: News and Discussions
- Replies (5)
|
 |
I had an upwork freelancer working on a Django Python App. Now over $3K in, we have failure, and I suspect he is not up to the task. The app does th..... More
|
|
|
ttk Separator sizing |
Posted by: DT2000 - Jul-07-2019, 05:06 PM - Forum: GUI
- Replies (2)
|
 |
I have been asked about information on how to size a ttk Separator using the .pack or .place methods.
In the code below the separator is showing howe..... More
Attached Files
Thumbnail(s)
|
|
|
Sum of List |
Posted by: nag_sathi - Jul-07-2019, 04:30 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I have wrote a python program to sum the numbers in a list.However its giving answer one.
Please advise.
[python]MyList = []
Number = i..... More
|
|
|
error |
Posted by: Rahul - Jul-07-2019, 12:03 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]marks = input()
if 33 < marks < 45:
print("pass")
else:
if 45 < marks < 60:
print("second")
else:
if 60 < m..... More
|
|
|
|