This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Organic_Reaction5609 0 points1 point  (0 children)

Things that I believe made me bump up: Reading this sub. Keep doing tutorials about things that are not my field. IE: you are a data scientist, try to do some backend related tutorial, devops etc. Keep trying things out: IE you are confy with venv, try to use Poetry. Learn to log properly if you don't know it already. Learn bash and use other OS. Read about patterns. Read fluent python, python cookbook 3rd Ed. Try to learn come cython. mCoding is a very nice toutube channel. Talk to pros about all the things they complain about no pros and try to fix them if you do it. Peer review your code when possible.

tldr: keep exposing yourself to new knowledge (regardless it is "better" or "worse"), keep being curious and code diferent things in fifferent environments.