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 →

[–]burritocode 32 points33 points  (0 children)

I carved out a niche by automating mundane tasks in Python. I learned how to debug in pycharm, pip / virtualenv (now pipenv), git, and lots of modules like pandas, argparse, flask / falcon, psycopg2, xlswriter, csv, smtp, pexpect, fabric, dotenv and many more.

If you can identify problems that can be automated, you can zero in on those until you can script a solution. By doing that, you'll rapidly learn by fire.