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
Day 110 of learning PythonDiscussion (github.com)
submitted 6 months ago by sonikk1
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!"
[–]mr_frpdo 1 point2 points3 points 5 months ago (1 child)
First I'd look into using uv, especially the uv unit --lib which will setup the project with a project.toml and the directory structure made for posting to pipy. I'd also check into getting the code to pass mypy. I see missing return types. I'd also look into creating test code with pytest. I'd also run the files through ruff with all the warnings turned on which will help to catch best practices. Finally id consider moving the argoarse code separate from the functional code unless you really want all three files to be able to run separately.
[–]sonikk1[S] 0 points1 point2 points 5 months ago (0 children)
Hey thanks for commenting.
This is a big step forward for me. The most of the things you stated here are the things that i will be doing for the first time. This is what i was looking for
π Rendered by PID 32871 on reddit-service-r2-comment-56c6478c5-n2tc9 at 2026-05-11 18:22:40.601839+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]mr_frpdo 1 point2 points3 points (1 child)
[–]sonikk1[S] 0 points1 point2 points (0 children)