Creating A Modern Python Development Environment | by Shane Nolan | ITNEXT
itnext.io · 1,887 words · saved by 1 readers
This blog post demonstrates how I set up and configure my Python development environment using pyenv and Poetry.
Python Software Development Data Science Clean Code DevOps Creating A Modern Python Development Environment Shane Nolan 8 min read · Apr 4, 2022 -- 7 Listen Share Press enter or click to view image in full size Being a Python developer for the past few years I’ve gathered a list of my favourite packages/tools that I use in almost every project. Developing is a team effort and at some point, someone is going to have to read and/or alter the code you have written. If the code is poorly implemented and the developer has a new feature or bug fix to implement it will likely lead to additional techn
related reading
- Managing environments | Documentation | Poetry - Python dependency management and packaging made easypython-poetry.org
- Niels Cautaerts - Python dependency management is a dumpster firenielscautaerts.xyz
- How to use pyenv to manage Python versionsblog.teclado.com
- uvdocs.astral.sh
- Python and macOS - davepblog.davep.org
- Do not use requirements.txt - quanttypequanttype.net
- Python Virtual Environments: A Primer – Real Pythonrealpython.com
- How I Build — Adam Montgomerymontasaurus.com
- Using .env Files for Environment Variables in Python Applications - DEV Communitydev.to
- "We're building a new static type checker for Python" | Hacker Newsnews.ycombinator.com
- Get Startedpytorch.org
- Building a Python Appstevedower.id.au