Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 54 online users. » 1 Member(s) | 47 Guest(s) Google, Bing, Mojeek, Facebook, AOL, AOL, miriamwilliam
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
2 hours ago
» Replies: 0
» Views: 45
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
8 hours ago
» Replies: 4
» Views: 2,009
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 420
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,054
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,118
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 778
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,081
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,527
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,103
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,567
|
|
|
zip lists with condition |
Posted by: 3Pinter - May-09-2019, 09:08 AM - Forum: General Coding Help
- Replies (6)
|
 |
Guys,
Can I zip lists but ONLY if a list isn't empty?
[python]
a = [1,2,3,4,5]
b = [ [], [], ["a","b"], ["e","h"], []]
c = zip(a, b)
d = []..... More
|
|
|
Need Help |
Posted by: aankrose - May-08-2019, 07:51 PM - Forum: General Coding Help
- Replies (4)
|
 |
[python]
The number of rows must be between 11 and 20 and the The result will appear in the console output as indicated in the figure. If the user e..... More
|
|
|
How to eliminate magic squares formed by the same numbers, but permuted |
Posted by: frame - May-08-2019, 06:29 PM - Forum: General Coding Help
- Replies (7)
|
 |
The magic squares that are formed with the first 9 numbers are:
[[6, 1, 8], [7, 5, 3], [2, 9, 4]]
[[2, 7, 6], [9, 5, 1], [4, 3, 8]] etc etc (8 magic..... More
|
|
|
Math Trainer site(s) |
Posted by: MvGulik - May-08-2019, 05:54 PM - Forum: Bar
- Replies (3)
|
 |
As general on/off Khan Academy(KA) user, to maintain and where possible to improve my arithmetic and Math skills, I always felt KA was missing some ba..... More
|
|
|
PING PONG GAME |
Posted by: akea - May-08-2019, 04:30 PM - Forum: General Coding Help
- No Replies
|
 |
Hello.i wrote a ping pong game by using turtle with multithreading. The code shows no error in the editor but mutltyhreading isnot working probably an..... More
|
|
|
DFS with weighted edges |
Posted by: livbat - May-08-2019, 01:41 PM - Forum: Homework
- Replies (2)
|
 |
I'm making a project (the code I'm showing here is related to a part but not the same, more like practice exercise) where I have weighted edges and ne..... More
|
|
|
Fitting xticks on x-axis |
Posted by: schniefen - May-08-2019, 12:04 PM - Forum: Homework
- Replies (1)
|
 |
I'm working on a plot of energy consumption versus month over a period of years.
[python]
import matplotlib.pyplot as pat
kwh=[88736,92100,95420..... More
Attached Files
Thumbnail(s)
|
|
|
|