How to manage Python environments
This is from my Python working session on managing Python environments. I
think this is helpful ...
https://ljvmiranda921.github.io/notebook/2021/05/12/how-to-manage-python-envs/
This is from my Python working session on managing Python environments. I
think this is helpful ...
https://ljvmiranda921.github.io/notebook/2021/05/12/how-to-manage-python-envs/
ljvmiranda921.github.io
How to manage Python environments
Here is an excerpt from a Python working session that I led about managing Python environments using virtualenv, make, and pip-tools. Found it a bit useful s...
Building Finite State Machines with Python Coroutines
The most intuitive way of building and implementing Finite State Machines is by using Python ...
https://arpitbhayani.me/blogs/fsm
The most intuitive way of building and implementing Finite State Machines is by using Python ...
https://arpitbhayani.me/blogs/fsm
arpitbhayani.me
Building Finite State Machines with Python Coroutines
The most intuitive way of building and implementing Finite State Machines is by using Python Coroutines and in this article, we find how and why.
The tools and tech I use to run a one-woman hardware company
A look into the tech and tools used by Winterbloom.
https://blog.thea.codes/winterblooms-tech-stack/
A look into the tech and tools used by Winterbloom.
https://blog.thea.codes/winterblooms-tech-stack/
blog.thea.codes
The tools and tech I use to run a one-woman hardware company - Thea Flowers
A look into the tech and tools used by Winterbloom
Dynamically Update Your Flask Web Pages Using Turbo-Flask
How can you update a part of a web page dynamically, without the user having to hit the refresh ...
http://blog.miguelgrinberg.com/post/dynamically-update-your-flask-web-pages-using-turbo-flask
How can you update a part of a web page dynamically, without the user having to hit the refresh ...
http://blog.miguelgrinberg.com/post/dynamically-update-your-flask-web-pages-using-turbo-flask
Miguelgrinberg
Dynamically Update Your Flask Web Pages Using Turbo-Flask
How can you update a part of a web page dynamically, without the user having to hit the refresh button on the browser?This is a question that is frequently asked on the Internet. If you have some…
Making Python Integers Iterable
In Python, Integers are not iterables but we can make them iterable by implementing iter ...
https://arpitbhayani.me/blogs/python-iterable-integers
In Python, Integers are not iterables but we can make them iterable by implementing iter ...
https://arpitbhayani.me/blogs/python-iterable-integers
Arpit Bhayani
Can we iterate on a Python integer?
In Python, Integers are not iterables but we can make them iterable by implementing __iter__ function. In this essay, we change Python's source code and implement iter function for integers.
Navigating the MLOps tooling landscape (Part 1: The Lifecycle)
This is the first of a three-part blog post on the MLOps landscape. Here,
I’ll talk about the ML ...
https://ljvmiranda921.github.io/notebook/2021/05/10/navigating-the-mlops-landscape/
This is the first of a three-part blog post on the MLOps landscape. Here,
I’ll talk about the ML ...
https://ljvmiranda921.github.io/notebook/2021/05/10/navigating-the-mlops-landscape/
ljvmiranda921.github.io
Navigating the MLOps tooling landscape (Part 1: The Lifecycle)
It's hard to keep up with the MLOps landscape! In this three-part series, we will navigate the ecosystem and understand the benefits, types, and adoption str...
Machine Learning Pipelines
1 Introduction 2 Loading the libraries and classes 3 Loading the data 4 ML Pipelines 4.1 A simple ...
https://michael-fuchs-python.netlify.com/2021/05/11/machine-learning-pipelines/
1 Introduction 2 Loading the libraries and classes 3 Loading the data 4 ML Pipelines 4.1 A simple ...
https://michael-fuchs-python.netlify.com/2021/05/11/machine-learning-pipelines/
The Weird Walrus
In this essay, we alter the Python Grammar and allow it run Assignment Expressions without any ...
https://arpitbhayani.me/blogs/the-weird-walrus
In this essay, we alter the Python Grammar and allow it run Assignment Expressions without any ...
https://arpitbhayani.me/blogs/the-weird-walrus
Arpit Bhayani
I Changed the Rules for the Python's Walrus Operator
Explore Python's walrus operator ( -=) and its quirks! Learn why `a -= 10` throws an error and how to modify CPython to allow it.
The correct way to index data into Elasticsearch with (Python) elasticsearch-dsl
A summary of best practices for indexing into Elasticsearch with Python elasticsearch-dsl using ...
https://www.peterbe.com/plog/index-data-into-elasticsearch-dsl
A summary of best practices for indexing into Elasticsearch with Python elasticsearch-dsl using ...
https://www.peterbe.com/plog/index-data-into-elasticsearch-dsl
Peterbe
The correct way to index data into Elasticsearch with (Python) elasticsearch-dsl - Peterbe.com
A summary of best practices for indexing into Elasticsearch with Python elasticsearch-dsl using aliases.
Super Long Integers in Python
Python must be doing something beautiful internally to support super long integers and today we ...
https://arpitbhayani.me/blogs/super-long-integers
Python must be doing something beautiful internally to support super long integers and today we ...
https://arpitbhayani.me/blogs/super-long-integers
arpitbhayani.me
Super Long Integers in Python
Python must be doing something beautiful internally to support super long integers and today we find out what's under the hood. The article goes in-depth to explain design, storage, and operations on super long integers as implemented by Python.
facebookresearch / pytorchvideo
A deep learning library for video understanding research.
https://github.com/facebookresearch/pytorchvideo
A deep learning library for video understanding research.
https://github.com/facebookresearch/pytorchvideo
GitHub
GitHub - facebookresearch/pytorchvideo: A deep learning library for video understanding research.
A deep learning library for video understanding research. - facebookresearch/pytorchvideo
Creating generative art with L-systems in Python
https://deepnote.com/@dkapitan/lartpy-YJpZGp2rQE66bpM5-0-80Q
https://deepnote.com/@dkapitan/lartpy-YJpZGp2rQE66bpM5-0-80Q
Visual Studio Code ❤️ Pytorch
Learn some amazing features in Visual Studio Code that can level up your PyTorch game.
https://www.youtube.com/watch?v=AwRBJa23Z-I
Learn some amazing features in Visual Studio Code that can level up your PyTorch game.
https://www.youtube.com/watch?v=AwRBJa23Z-I
YouTube
Visual Studio Code ❤️ Pytorch
In this demo, Jeffrey Mew is going to show you some amazing features in Visual Studio Code that can level up your PyTorch game.
Dolt Powered Bartender
Creating a robot bartender with a Flask server and Dolt to serve cocktails.
https://www.dolthub.com/blog/2021-05-17-dolt-powered-bartender/
Creating a robot bartender with a Flask server and Dolt to serve cocktails.
https://www.dolthub.com/blog/2021-05-17-dolt-powered-bartender/
hackingthemarkets / binance-tutorials
Real-Time Candlestick Charts and Crypto Trading Bot using Binance API and Websockets
https://github.com/hackingthemarkets/binance-tutorials
Real-Time Candlestick Charts and Crypto Trading Bot using Binance API and Websockets
https://github.com/hackingthemarkets/binance-tutorials
GitHub
GitHub - hackingthemarkets/binance-tutorials: Real-Time Candlestick Charts and Crypto Trading Bot using Binance API and Websockets
Real-Time Candlestick Charts and Crypto Trading Bot using Binance API and Websockets - hackingthemarkets/binance-tutorials
Shrinking your Python application’s Docker image: an overview
In this article you’ll find an overview of the many techniques you can use to shrink your image, organized approximately by logical order packaging. The focus is on Python, though many of these techniques are more generic.
https://pythonspeed.com/articles/smaller-docker-images/
In this article you’ll find an overview of the many techniques you can use to shrink your image, organized approximately by logical order packaging. The focus is on Python, though many of these techniques are more generic.
https://pythonspeed.com/articles/smaller-docker-images/
Python⇒Speed
Shrinking your Python application’s Docker image: an overview
Learn the variety of techniques you can use to make your Python application’s Docker image a whole lot smaller.
microsoft / recommenders
Best Practices on Recommendation Systems
https://github.com/microsoft/recommenders
Best Practices on Recommendation Systems
https://github.com/microsoft/recommenders
GitHub
GitHub - recommenders-team/recommenders: Best Practices on Recommendation Systems
Best Practices on Recommendation Systems. Contribute to recommenders-team/recommenders development by creating an account on GitHub.