Does Your Favorite Programming Language Require a Semicolon? 💻
https://medium.com/@ronaldgilesrowe/does-your-favorite-programming-language-require-a-semicolon-8bd867759f8b
https://medium.com/@ronaldgilesrowe/does-your-favorite-programming-language-require-a-semicolon-8bd867759f8b
Medium
Does Your Favorite Programming Language Require a Semicolon? 💻
When you are programming with multiple languages it can be difficult to remember which lines require a semicolon ending. Especially when…
Creating a Sigma Backend for Fun (and no Profit)
https://micahbabinski.medium.com/creating-a-sigma-backend-for-fun-and-no-profit-ed16d20da142
https://micahbabinski.medium.com/creating-a-sigma-backend-for-fun-and-no-profit-ed16d20da142
Medium
Creating a Sigma Backend for Fun (and no Profit)
A few months ago I decided to check and see whether there was a Sigma backend for InsightIDR, the cloud-based SIEM from Rapid7. Imagine my…
Design an Auto-Scalable Architecture for Your Django Apps in AWS
https://betterprogramming.pub/design-an-auto-scalable-architecture-for-your-django-apps-in-aws-850ca5ec63a1
https://betterprogramming.pub/design-an-auto-scalable-architecture-for-your-django-apps-in-aws-850ca5ec63a1
Medium
Design an Auto-Scalable Architecture for Your Django Apps in AWS
Using serverless containers to achieve resiliency, performance, and security with zero servers maintenance
Making ML models production-ready with modelkit, our MLOps python library
https://medium.com/@cyrillemat/making-a-ml-models-production-ready-with-modelkit-our-mlops-python-library-af877cda0ca1
https://medium.com/@cyrillemat/making-a-ml-models-production-ready-with-modelkit-our-mlops-python-library-af877cda0ca1
Medium
Making ML models production-ready with modelkit, our MLOps python library
We have open-sourced modelkit, a python MLOps framework, meant to make ML models reusable, robust, performant and easy to deploy in all…
Deepcopy In Python — How To Not Accidentally Screw Up Your Lists/Dicts/Etc
https://zl-liu.medium.com/deepcopy-in-python-how-to-not-accidentally-screw-up-your-lists-dicts-etc-fbc0c6bdae91
https://zl-liu.medium.com/deepcopy-in-python-how-to-not-accidentally-screw-up-your-lists-dicts-etc-fbc0c6bdae91
Medium
Deepcopy In Python — How To Not Accidentally Screw Up Your Lists/Dicts/Etc
Doing this accidentally has wasted enough of my time in the distant past, so here are some tips to not make the same mistake as me.
Build a Site Connectivity Checker in Python
https://realpython.com/site-connectivity-checker-python/
https://realpython.com/site-connectivity-checker-python/
Realpython
Build a Site Connectivity Checker in Python – Real Python
In this step-by-step project, you'll build a Python site connectivity checker for the command line. While building this app, you'll integrate knowledge related to making HTTP requests with standard-library tools, creating command-line interfaces, and managing…
PSF Welcomes New Executive Director Deb Nicholson
https://pyfound.blogspot.com/2022/04/deb-nicholson-new-executive-director.html
https://pyfound.blogspot.com/2022/04/deb-nicholson-new-executive-director.html
Blogspot
PSF Welcomes New Executive Director Deb Nicholson
The Python Software Foundation (PSF), the non-profit home of the Python programming language community, welcomes Deb Nicholson as its new Ex...
Which Modules Have You Used to Automate Work?
https://twitter.com/driscollis/status/1511790086467342336
https://twitter.com/driscollis/status/1511790086467342336
Twitter
Mike Driscoll
Which #Python modules or packages have you used to automate your work?
10 Patterns for Writing Cleaner Python
https://dev.to/alexomeyer/10-must-know-patterns-for-writing-clean-code-with-python-56bf
https://dev.to/alexomeyer/10-must-know-patterns-for-writing-clean-code-with-python-56bf
DEV Community
10 must-know patterns for writing clean code with Python🐍
Python is one of the most elegant and clean programming languages, yet having a beautiful and clean...