Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,949
» Latest member: andydt
» Forum threads: 38,726
» Forum posts: 175,524
Full Statistics
|
Online Users |
There are currently 54 online users. » 0 Member(s) | 49 Guest(s) Google, Bing, AOL, Applebot
|
Latest Threads |
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 5
» Views: 9,209
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 112
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 514
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 144
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 670
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,906
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,185
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,542
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,120
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,854
|
|
|
Lists |
Posted by: Tink - Nov-27-2020, 03:46 PM - Forum: Homework
- Replies (11)
|
 |
I think I am going about this all wrong if anyone can help.
Write a Python function named 'filter_seq' in the following code cell that takes a list..... More
|
|
|
Loops |
Posted by: Tink - Nov-27-2020, 01:42 PM - Forum: Homework
- Replies (8)
|
 |
Hello, I am wondering if anyone can help with this question? I am pretty rubbish at coding, and it doesnt return anything so I'm not sure what is wron..... More
|
|
|
Sume Every 10 element in the list and Divided of Sum |
Posted by: quest_ - Nov-26-2020, 04:22 PM - Forum: General Coding Help
- Replies (7)
|
 |
Hello
I have this list
b = [0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,01,0,1,0,1,0,1,0,1,0,1,0,1]
And I want to sum every 10 element in..... More
|
|
|
Need help |
Posted by: Radez - Nov-26-2020, 03:50 PM - Forum: General Coding Help
- Replies (9)
|
 |
Hi,
I want to read some numbers into my list and i want to insert them in 1 line:
1 2 3 4...
instead of:
1
2
3
4
When I read it in 1 line, it ..... More
|
|
|
To gamify reading |
Posted by: test - Nov-26-2020, 02:19 AM - Forum: Code sharing
- No Replies
|
 |
Hi guys!
I wanted to share an idea i have been working on for a while now. My programming skills are still beginner level and i have made a working ex..... More
|
|
|
Counting Element in Multidimensional List |
Posted by: quest_ - Nov-25-2020, 08:38 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
I have list like that:
[output]
newlist22 [[[0, 1, 1], [0, 1, 1], [1, 0, 1], [0, 0, 0], [1, 1, 1], [0, 1, 1], [1, 0, 1], (0, 1.57, 0)], ..... More
|
|
|
Toooo slow.... |
Posted by: Radez - Nov-25-2020, 04:13 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
My code is meant to go through list 't' and check if any object from it is smaller than the first object in list 'a', if there is one, than it ch..... More
|
|
|
json function use |
Posted by: DrBrownStats - Nov-25-2020, 02:07 PM - Forum: General Coding Help
- Replies (1)
|
 |
I'm new to python so I need a bit of direction. I've got some python code given to me to run against some quite complicated json files. I followed dir..... More
|
|
|
|