| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 29 online users. » 0 Member(s) | 26 Guest(s) Bing, Mojeek
|
|
|
| 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
|
|
|
| Adding List Element if Second part of the List Elements are the Same |
|
Posted by: quest_ - Nov-25-2020, 07:35 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello,
I have this list
newlist = [[[[0, 0, 0], [1, 1, 0], [0, 1, 0], [0, 0, 0], [1, 0, 1], [1, 1, 1]],(1.57, 1.57, 0)],
[[[0, 0, 0], [1, 1, 0..... More
|
|
|
| pip errors |
|
Posted by: Paulo_R - Nov-25-2020, 06:46 AM - Forum: General Coding Help
- Replies (6)
|
 |
Am using Windows 10 and have installed Python 3.9. I am an absolute beginner and am trying to explore what packages are installed. When I try:
[pyt..... More
|
|
|
|