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...
Exploring the World of Declarative Programming
https://fedoramagazine.org/exploring-the-world-of-declarative-programming/
https://fedoramagazine.org/exploring-the-world-of-declarative-programming/
Fedora Magazine
Exploring the world of declarative programming - Fedora Magazine
Introduction Most of us use imperative programming languages like C, Python, or Java at home. But the universe of programming languages is endless and there are languages where no imperative command has gone before. That which may sound impossible at the…
Discovering Basic Blocks in Python Bytecode
https://bernsteinbear.com/blog/discovering-basic-blocks/
https://bernsteinbear.com/blog/discovering-basic-blocks/
Max Bernstein
Discovering basic blocks
Lifting a graph structure out of Python bytecode
Gotchas of Early-Bound Function Argument Defaults in Python
https://rednafi.github.io/reflections/gotchas-of-early-bound-function-argument-defaults-in-python.html
https://rednafi.github.io/reflections/gotchas-of-early-bound-function-argument-defaults-in-python.html
Redowan's Reflections
Gotchas of early-bound function argument defaults in Python
I was reading a tweet about it yesterday and that didn't stop me from pushing a code change in production with the same rookie mistake today. Consider this function: # src.py from __future__ import annotations import logging import time from datetime import…
Flexmonster Pivot Table: integration with Django and Jupyter
https://medium.com/@flexmonster/flexmonster-pivot-table-integration-with-django-and-jupyter-87a89fab08f2
https://medium.com/@flexmonster/flexmonster-pivot-table-integration-with-django-and-jupyter-87a89fab08f2
Medium
Flexmonster Pivot Table: integration with Django and Jupyter
Readable, powerful and beginner-friendly. These are the main words that best describe Python.
A Simple Python Code For Detecting Financial Bubbles with BSADF Test
https://medium.com/@duzkarkemal/a-simple-python-code-for-detecting-financial-bubbles-with-bsadf-test-639a2835830b
https://medium.com/@duzkarkemal/a-simple-python-code-for-detecting-financial-bubbles-with-bsadf-test-639a2835830b
Medium
A Simple Python Code For Detecting Financial Bubbles with BSADF Test
Generally, financial bubbles are defined as explosive deviations of asset prices from market fundamentals followed by a subsequent…
“Take Me Out to the Ball Game” Algorithmically Remastered in Python
https://bdriggs.medium.com/take-me-out-to-the-ball-game-algorithmically-remastered-in-python-841732e75e12
https://bdriggs.medium.com/take-me-out-to-the-ball-game-algorithmically-remastered-in-python-841732e75e12
Medium
“Take Me Out to the Ball Game” Algorithmically Remastered in Python
In this guide, we will explore how to algorithmically remaster the classic baseball anthem “Take Me Out to the Ball Game” with the Music…