A Guide to Python Packaging
A practical walkthrough of Python packaging: project layout, pyproject.toml, publishing to PyPI, testing with pytest, documentation with Sphinx, and CI/CD with GitHub Actions illustrated through...
Read more →2 posts tagged with #devops
A practical walkthrough of Python packaging: project layout, pyproject.toml, publishing to PyPI, testing with pytest, documentation with Sphinx, and CI/CD with GitHub Actions illustrated through...
Read more →
I recently decided to experiment with Docker containers to build standalone applications to optimize the operation flow of my different data/scraper pipelines. I have limited...
Read more →