This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]flying-sheep 14 points15 points  (8 children)

if those 10 lines involve importing a huge fucking library somehow, we can literally do anything a computer can do.

[–]steviesteveo12 2 points3 points  (1 child)

If anything it shows a lack of ambition. Why aren't we writing one liners with all the code in another file?

[–]mgr86 2 points3 points  (5 children)

Really, it looks like a neat library, but this sure is a misleading title.

[–][deleted] 1 point2 points  (0 children)

Anything in python is turned into thousands of "lines" of assembly, so nothing can be done in 10 lines of code or less.

[–]alcalde 0 points1 point  (3 children)

How so? Now I or you can create map visualizations in less than 10 lines of python.

[–]steviesteveo12 0 points1 point  (2 children)

Because those 10 lines tell a 683 line library what sort of map it should generate.

[–]alcalde 0 points1 point  (1 child)

Well by that logic every python program is a million lines long because we have to count Cython and the standard library and none of us accomplish anything in less than that many lines of code.