Unique sentinel values, identity checks, and when to use object() instead of None - Trey Hunner
http://treyhunner.com/2019/03/unique-and-sentinel-values-in-python
http://treyhunner.com/2019/03/unique-and-sentinel-values-in-python
Treyhunner
Unique sentinel values, identity checks, and when to use object() instead of None
Occasionally in Python (and in programming in general), you’ll need an object which can be uniquely identified.
Sometimes this unique object …
Sometimes this unique object …
How I Eat For Free in NYC Using Python, Automation, Artificial Intelligence, and Instagram
https://medium.com/@chrisbuetti/how-i-eat-for-free-in-nyc-using-python-automation-artificial-intelligence-and-instagram-a5ed8a1e2a10
https://medium.com/@chrisbuetti/how-i-eat-for-free-in-nyc-using-python-automation-artificial-intelligence-and-instagram-a5ed8a1e2a10
Medium
How I Eat For Free in NYC Using Python, Automation, Artificial Intelligence, and Instagram
Living and working in the big apple comes with big rent.
Forwarded from DevOps drawer
Multi-stage Docker builds for Python: virtualenv, –user, and other methods
https://pythonspeed.com/articles/multi-stage-docker-python/
https://pythonspeed.com/articles/multi-stage-docker-python/
Python⇒Speed
Multi-stage builds #2: Python specifics
Once you understand generic Docker multi-stage builds, here’s how to implement them for Python applications, with virtualenvs or user installs.