• 0 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle













  • Trowing in my 2 cents. I am currently an AWS cloud “engineer”. I put it in quotes because the market is wild. In one place you actually design a landing zone for the company to use. In others you are a glorified support plus ops, but still get paid decently because the title is in demand and you passed a few multiple choice quizes from Amazon.

    My current workplace has 99% in python. But this can also vary between companies.

    Of course, this varies per region. I am in the Netherlands and our department has perpetually 3 job offers open.







  • If we talk about solutions: python has plenty. Which might be overwhelming to the user.

    I use Direnv to manage my python projects. I just have to add layout pyenv 3.12.0 on top and it will create the virtual environment for me. And it will set my shell up to use that virtual environment as I enter that directory. And reset back to default when I leave the directory.

    But you could use pipenv, poetry, pdm, conda, mamba for your environment management. Pip and python do not care.