GitHub - instantbox/instantbox: Get a clean, ready-to-go Linux box in seconds.
https://github.com/instantbox/instantbox
https://github.com/instantbox/instantbox
GitHub
GitHub - instantbox/instantbox: 📦 Get a clean, ready-to-go Linux box in seconds.
📦 Get a clean, ready-to-go Linux box in seconds. Contribute to instantbox/instantbox development by creating an account on GitHub.
Elegantly activating a virtualenv in a Dockerfile
https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
https://pythonspeed.com/articles/activate-virtualenv-dockerfile/
Python⇒Speed
Elegantly activating a virtualenv in a Dockerfile
How to activate a Python virtualenv in a Dockerfile without repeating yourself—plus, you’ll learn what activating a virtualenv actually does.
Regression with Probabilistic Layers in TensorFlow Probability
https://medium.com/tensorflow/regression-with-probabilistic-layers-in-tensorflow-probability-e46ff5d37baf
https://medium.com/tensorflow/regression-with-probabilistic-layers-in-tensorflow-probability-e46ff5d37baf
Medium
Regression with Probabilistic Layers in TensorFlow Probability
Posted by: Pavel Sountsov, Chris Suter, Jacob Burnim, Joshua V. Dillon, and the TensorFlow Probability team
How to quickly find type-issues in your Python code with Pytype
https://medium.freecodecamp.org/how-to-quickly-find-type-issues-in-your-python-code-with-pytype-c022782f61c3
https://medium.freecodecamp.org/how-to-quickly-find-type-issues-in-your-python-code-with-pytype-c022782f61c3
freeCodeCamp.org
How to quickly find type-issues in your Python code with Pytype
Quick usage examples to show
Build an email subscription form with Django and Mailchimp - YouTube
https://www.youtube.com/watch?v=2KeV42YaPes
https://www.youtube.com/watch?v=2KeV42YaPes
YouTube
Build an email subscription form with Django and Mailchimp
Mailchimp is an awesome tool for email marketing related services. In this tutorial we're showing how easy it is to subscribe users to your own subscriber list, in a Django application.
https://learn.justdjango.com
☝ Get exclusive courses & become a better…
https://learn.justdjango.com
☝ Get exclusive courses & become a better…
When C extensions crash: easier debugging for your test suite
https://pythonspeed.com/articles/python-c-extension-crashes/
https://pythonspeed.com/articles/python-c-extension-crashes/
Python⇒Speed
When C extensions crash: easier debugging for your Python application
If your Python test suite segfaults in C code, debugging is difficult. But an easy configuration tweak can help you pinpoint the responsible code.
Intro To Python Lambda Functions | Python For The Lab
https://www.pythonforthelab.com/blog/intro-to-python-lambda-functions
https://www.pythonforthelab.com/blog/intro-to-python-lambda-functions
Python For The Lab
Intro to Python Lambda Functions
Anonymous functions are powerful, but they are hard to understand
Python for Reverse Engineering #1: ELF Binaries – Sector443 – Medium
https://medium.com/sector443/python-for-reverse-engineering-1-elf-binaries-e31e92c33732
https://medium.com/sector443/python-for-reverse-engineering-1-elf-binaries-e31e92c33732
Medium
Python for Reverse Engineering #1: ELF Binaries
Building your own disassembly tooling for — that’s right — fun and profit