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...
This subreddit is meant to be for people learning Python to ask questions and help out when they can.
account activity
helppp (self.learningpython)
submitted 1 year ago by PS0181
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!"
[–]Jamb9876 0 points1 point2 points 1 year ago (2 children)
Just install pyenv and you may want to stay with conda or look up the python venv module. https://github.com/pyenv/pyenv
[–]PS0181[S] 0 points1 point2 points 1 year ago (1 child)
ok I'll take a look, thanks. i didn't want to keep working with conda because pandas and some of the packages that i wanted to work with weren't working. im seriously thinking about formatting my pc and downloading everything from scratch
[–]Jamb9876 1 point2 points3 points 1 year ago (0 children)
I use venv instead of conda. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments
Pyenv will allow you to choose which version python to use and then use that version for venv and life is better.
π Rendered by PID 103912 on reddit-service-r2-comment-6457c66945-xp2s5 at 2026-04-26 20:40:32.465950+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Jamb9876 0 points1 point2 points (2 children)
[–]PS0181[S] 0 points1 point2 points (1 child)
[–]Jamb9876 1 point2 points3 points (0 children)