Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588
Full Statistics
|
Online Users |
There are currently 41 online users. » 0 Member(s) | 36 Guest(s) Bing, Google, AOL
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
7 hours ago
» Replies: 1
» Views: 1,815
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 3
» Views: 1,114
|
real community
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 4
» Views: 3,066
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
10 hours ago
» Replies: 5
» Views: 173
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 141
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 90
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,558
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 252
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,065
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485
|
|
|
colouring strings |
Posted by: newbieAuggie2019 - Sep-17-2019, 03:02 AM - Forum: General Coding Help
- Replies (23)
|
 |
Hi!
Due to time constraints, I'm working with a lot of issues at the same time: f-strings, functions, loops... and I was wondering... with so many ..... More
|
|
|
Count in python |
Posted by: Debutantdata - Sep-16-2019, 07:31 PM - Forum: General Coding Help
- Replies (2)
|
 |
Dear all,
I am a new joiner in the Python adventure.
I would like to count the data in the column 'Company' and know in which of the 'Selection..... More
|
|
|
Hangman |
Posted by: metro17 - Sep-16-2019, 04:35 PM - Forum: General Coding Help
- Replies (4)
|
 |
[python]def split(word):
return list(word)
def cw():
n = 0
print("Welcome to Hangman !")
print("You have 8 guesses left")
..... More
|
|
|
addition for elements in lists of list |
Posted by: ridgerunnersjw - Sep-15-2019, 02:57 AM - Forum: General Coding Help
- Replies (3)
|
 |
Can someone please show me how to do the following addition? I have a matrix k
k = [[[4,3], [3,1], [2,0]], [[0,1], [1,2], [3,3]]]
I would like a ..... More
|
|
|
|