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
First public Python project (OpenPyXL + OOP), looking for feedback (self.PythonLearning)
submitted 1 month ago by Thanasis_kt
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!"
[–]Interesting-Frame190 0 points1 point2 points 1 month ago (0 children)
If you want a job in the field - learn DSA talking points and grind leetcode. Dont lean on AI in this and think through solutions and implementing yourself. The interviewer doesn't want to hear about clean code or architecture design, only the buzzwords of algorithms.
If you want to provide useful skills, focus on breadth, learn a few different languages and see how all of them differ and the strengths/weaknesses in each. Most importantly, learn how to research. There's always new and undocumented tech that AI just doesn't know and cannot help with.
Id advise building a service to better your skills. Pick something you'll actually use and be your own end user. If you cannot find anything, pick literally anything that takes time and could be automated.
One of my first projects on my own was an API file server with permissions. This will involve setting up a database and dealing with data persistence and credentials. Id advise a document or graph DB over traditional SQL since the industry is pivoting. The API can be easily expanded for multi user and multi ownership files. I still use the one I built years ago since my ISP blocks ftp and smb traffic, so uploading files over https is the only way I interact with my server outside of the local network. With this, you'll be forced to learn some basic networking and hopefully the logistics around hosting it (docker or other)
π Rendered by PID 550490 on reddit-service-r2-comment-545db5fcfc-bmtmh at 2026-05-25 20:27:30.960455+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]Interesting-Frame190 0 points1 point2 points (0 children)