Portable Python 3.9.5 for Windows (USB key, ext. drive) for schools/companies
https://www.portabledevapps.net/
https://www.portabledevapps.net/
www.portabledevapps.net
Portable Dev Apps | Portable Applications for Developers
Portable versions of development tools (Python, PHP, R, Ruby, Julia, Latex...) for schools, work, home...
Reviews
A terminal UI Dashboard for monitoring requests for code review across several Github repositories and pull requests.
https://github.com/apoclyps/reviews
A terminal UI Dashboard for monitoring requests for code review across several Github repositories and pull requests.
https://github.com/apoclyps/reviews
GitHub
GitHub - apoclyps/reviews: A terminal UI dashboard to monitor requests for code review across Github and Gitlab repositories.
A terminal UI dashboard to monitor requests for code review across Github and Gitlab repositories. - GitHub - apoclyps/reviews: A terminal UI dashboard to monitor requests for code review across Gi...
ethereum / web3.py
A python interface for interacting with the Ethereum blockchain and ecosystem.
https://github.com/ethereum/web3.py
A python interface for interacting with the Ethereum blockchain and ecosystem.
https://github.com/ethereum/web3.py
GitHub
GitHub - ethereum/web3.py: A python interface for interacting with the Ethereum blockchain and ecosystem.
A python interface for interacting with the Ethereum blockchain and ecosystem. - ethereum/web3.py
ml-tooling / opyrator
πͺ Turns your machine learning code into microservices with web API, interactive GUI, and more.
https://github.com/ml-tooling/opyrator
πͺ Turns your machine learning code into microservices with web API, interactive GUI, and more.
https://github.com/ml-tooling/opyrator
GitHub
GitHub - ml-tooling/opyrator: πͺ Turns your machine learning code into microservices with web API, interactive GUI, and more.
πͺ Turns your machine learning code into microservices with web API, interactive GUI, and more. - ml-tooling/opyrator
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.