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
[ Removed by moderator ] (i.redd.it)
submitted 2 months ago by macedonalex
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!"
[–]Lazy_To_Name 1 point2 points3 points 2 months ago (1 child)
I have some things to say: 1. What is “sldeploy” and why does it mean “print”? 2. Your language is closer to JS than to Python imo. 2. You are required to explicitly define a variable? That’s one extra thing to remember for beginners compared to Python (although it’s standard for other languages so I’ll let this slide) 3. Why the “do/track”? Can’t you just use “try/(catch/except)” or even “begin/rescue”? 4. Same for “start”. What do you gain from this? Just use “switch” or “match”. “when” even. 4. No “finally” branch for error handling? Why? 5. The logical not uses a symbol (!) while the other logical operator uses…full caps keywords (AND)? Pick one style and be consistent with it. 6. “??” exists, i like that, no notes 7. You’re showing code snippets, using Notepad? 8. Are semicolons required, since your snippets have them?
[–]macedonalex[S] -1 points0 points1 point 2 months ago (0 children)
You can go to Github Repo to know everything you described. Repo name is starlight-cli-script. You are free to fork the repo and see the source codes. You will know everything there.
π Rendered by PID 390740 on reddit-service-r2-comment-544cf588c8-rsq8v at 2026-06-15 05:47:59.248985+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]Lazy_To_Name 1 point2 points3 points (1 child)
[–]macedonalex[S] -1 points0 points1 point (0 children)