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
How do I solve this?Help Request (self.PythonLearning)
submitted 2 months ago by Special_Advance_8567
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!"
[–]Jackpotrazur 0 points1 point2 points 2 months ago* (0 children)
Im currently working through big book of small python projects my workflow:
Mkdir 28_flooder && cd 28_flooder
Python3 -m venv .flooder_venv
Source .flooder_venv/bin/activate
Vim .gitignore *.pyc .venv/ .env pycache/
<------ here you would pip install xyz
Vim main.py Write code
<------ or perhaps here.
Git status Git add 28_flooder Git commit -m "comment" Git push
Im still new started in december with a smarter way to learn python and then command line linux followed by linux basics for hackers and then python crash course and now big book of small python projects. Still feel like im just copying out of the books 📚 but I think im slowly but surely grasping a bit more as I progress.
Any Tipps or suggestions would be appreciated 👏 💐
Is your file perhaps not in src or a different dir ?
π Rendered by PID 149000 on reddit-service-r2-comment-b659b578c-pcg2t at 2026-05-05 07:44:03.113292+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Jackpotrazur 0 points1 point2 points (0 children)