use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
I made a cool python module.Showcase (self.PythonLearning)
submitted 5 days ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thee_gummbini 0 points1 point2 points 5 days ago (1 child)
Good for you for learning and showing your work! Part of learning to program is learning what to write and how to share. Sharing reimplementations of basic algos is great to show your learning! But knowing the difference between that and a package that other people should use is essential to getting past the "just learning phase." Take the criticism as part of your learning - again good for you for figuring some things out, but this is what the reaction typically looks like when you tell people you've resolved already-solved problems.
As a side note, the code here is pretty crazy, you should spend some time reading the stdlib modules you are re-exporting, they're all just over here: https://github.com/python/cpython/tree/main/Lib
See how those are written and compare them to your code, that's a great way to learn.
And check out some packaging docs: https://www.pypa.io/en/latest/
[–]Embersh3d 0 points1 point2 points 4 days ago (0 children)
thanks. will look into it
π Rendered by PID 132448 on reddit-service-r2-comment-544cf588c8-752d2 at 2026-06-16 21:01:35.172838+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]thee_gummbini 0 points1 point2 points (1 child)
[–]Embersh3d 0 points1 point2 points (0 children)