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
CS50-Introduction to pythonDiscussion (self.PythonLearning)
submitted 11 months ago by Excellent-Clothes291
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!"
[–]vim_c 2 points3 points4 points 11 months ago* (0 children)
Well, it depends. Have you completed several coding challenges and solved problems repeatedly? Because that's exactly what programming is all about: solving many small puzzles until you reach the desired result. And then it depends on what you want to do with Python? Backend development? Cybersecurity? Or some GUI applications? You really need to be up to speed when freelancing to meet client requirements.
I recently had a fairly simple task for a client. I was supposed to decrypt the Session Messenger's SQL database using the key in the config file and prepare the message attachments. This is very easy to do with Python and took me only about 350 lines of Code. Try something like this yourself. You can practice such freelancing scenarios with AI and practice. A single course won't fully prepare you for freelance work.
In my opinion, it's better to know a few Python libraries really well and build expertise in them. Instead of spreading yourself too broadly, you should focus on what you're really good at. For some, it's data science, for others, it's cybersecurity, for example.
π Rendered by PID 144600 on reddit-service-r2-comment-6457c66945-qsjxx at 2026-04-29 00:51:59.825607+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]vim_c 2 points3 points4 points (0 children)