Automatic Musical Composition with Python
https://flujoo.github.io/en/my-approach-to-automatic-musical-composition/
https://flujoo.github.io/en/my-approach-to-automatic-musical-composition/
pytest-dev / pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://github.com/pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://github.com/pytest-dev/pytest
GitHub
GitHub - pytest-dev/pytest: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing - pytest-dev/pytest
Faster Python calculations with Numba: 2 lines of code, 13× speed-up
https://pythonspeed.com/articles/numba-faster-python/
https://pythonspeed.com/articles/numba-faster-python/
Python⇒Speed
Faster Python calculations with Numba: 2 lines of code, 13× speed-up
Python-based calculations, especially those that use NumPy, can run much faster by using the Numba library.
Public key cryptography: RSA keys
I bet you created at least once an RSA key pair, usually because you needed to connect to GitHub ...
https://www.thedigitalcatonline.com/blog/2018/04/25/rsa-keys/
I bet you created at least once an RSA key pair, usually because you needed to connect to GitHub ...
https://www.thedigitalcatonline.com/blog/2018/04/25/rsa-keys/
Thedigitalcatonline
Public key cryptography: RSA keys
An in-depth discussion of the format of RSA keys, the PEM format, ASN, and PKCS
Indexing on Partitioned Data
In this essay, we will take a detailed look into how we could index the partitioned data, allowing ...
https://arpitbhayani.me/blogs/indexing-on-partitioned-data
In this essay, we will take a detailed look into how we could index the partitioned data, allowing ...
https://arpitbhayani.me/blogs/indexing-on-partitioned-data
Arpit Bhayani
Indexing on Partitioned Data
In this essay, we will take a detailed look into how we could index the partitioned data, allowing us to query the data on secondary attributes quickly.
Compressed Sensing in Python (2016)
http://www.pyrunner.com/weblog/2016/05/26/compressed-sensing-python/
http://www.pyrunner.com/weblog/2016/05/26/compressed-sensing-python/
Pyrunner
Compressed Sensing in Python
Investigate compressed sensing (also known as compressive sensing, compressive sampling, and sparse sampling) in Python, focusing mainly on how to apply it in one and two dimensions to things like sounds and images. Take a highly incomplete data set of signal…
PurplePanda
Identify privilege escalation paths within and across different clouds.
https://github.com/carlospolop/PurplePanda
Identify privilege escalation paths within and across different clouds.
https://github.com/carlospolop/PurplePanda
GitHub
GitHub - carlospolop/PurplePanda: Identify privilege escalation paths within and across different clouds
Identify privilege escalation paths within and across different clouds - carlospolop/PurplePanda
Interview with Sebastian Ramirez: FastAPI Creator
Learn how FastAPI, a high-performance Python web framework for building APIs, became the 3d most loved framework after just 2 years of existence.
https://flagsmith.com/podcast/fastapi-sebastian-ramirez/
Learn how FastAPI, a high-performance Python web framework for building APIs, became the 3d most loved framework after just 2 years of existence.
https://flagsmith.com/podcast/fastapi-sebastian-ramirez/
Flagsmith
Interview with the Creator of Python FastAPI - Sebastian Ramirez
Creator of FastAPI high-performance Python web framework for building APIs, the 3d most loved framework after just 2 years of existence.
Show HN: Prisma Python – A fully typed ORM for Python
https://github.com/RobertCraigie/prisma-client-py
https://github.com/RobertCraigie/prisma-client-py
GitHub
GitHub - RobertCraigie/prisma-client-py: Prisma Client Python is an auto-generated and fully type-safe database client designed…
Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use - RobertCraigie/prisma-client-py
Modal forms with Django+HTMX
This article describes the pattern I use to implement modal forms (i.e., forms in a modal dialog box) with Django and HTMX.
https://blog.benoitblanchon.fr/django-htmx-modal-form/
This article describes the pattern I use to implement modal forms (i.e., forms in a modal dialog box) with Django and HTMX.
https://blog.benoitblanchon.fr/django-htmx-modal-form/
Good Code Smell
Modal forms with Django+HTMX
In this article we’ll use Django and HTML how to implement a modal dialog containing a form with server side validation.
Enumerate from first principles
In this article, we will use Python to reimplement the built-in enumerate. We will start with a rough solution that doesn't really cut it, and we will rework it bit by bit until we have a full reimplementation of the built-in enumerate.
https://mathspp.com/blog/enumerate-from-first-principles
In this article, we will use Python to reimplement the built-in enumerate. We will start with a rough solution that doesn't really cut it, and we will rework it bit by bit until we have a full reimplementation of the built-in enumerate.
https://mathspp.com/blog/enumerate-from-first-principles
Mathspp
Enumerate from first principles
In this article we reimplement the built-in enumerate in the best way possible.
Data Races in Python, Despite the Global Interpreter Lock
https://verdagon.dev/blog/python-data-races
https://verdagon.dev/blog/python-data-races
Brownie: everything you need to know to write, test and deploy your smart contracts.
We’ll walk through and explore all the main areas of functionality and I'll give you some tricks you can use to make your development process more easy.
https://kevdevto.hashnode.dev/brownie-everything-you-need-to-know-to-write-test-and-deploy-your-smart-contracts
We’ll walk through and explore all the main areas of functionality and I'll give you some tricks you can use to make your development process more easy.
https://kevdevto.hashnode.dev/brownie-everything-you-need-to-know-to-write-test-and-deploy-your-smart-contracts
Kevin Bravo's Blog
Brownie: the python framework for smart contracts
We’ll walk through and explore all the main areas of functionality and I'll give you some tricks you can use to make your development process more easy.
How To Classify Text With Python, Transformers & scikit-learn
What is text classification? How does do text classifiers work? How can you train your own news classification models?
https://newscatcherapi.com/blog/how-to-classify-text-with-python-transformers-and-scikit-learn
What is text classification? How does do text classifiers work? How can you train your own news classification models?
https://newscatcherapi.com/blog/how-to-classify-text-with-python-transformers-and-scikit-learn
Newscatcherapi
News Article Classification With Python | NewsCatcher
What is text classification? How does do text classifiers work? How can you train your own news classification models?
Python Project Setup – Virtual Environments and Package Management
Modern Python projects need a bit more than venv and pip - Learn about the best tools for package management and environment isolation.
https://bas.codes/posts/python-virtualenv-venv-pip-pyenv-poetry
Modern Python projects need a bit more than venv and pip - Learn about the best tools for package management and environment isolation.
https://bas.codes/posts/python-virtualenv-venv-pip-pyenv-poetry
Python Project Setup – Virtual Environments and Package Management - Bas codes
Modern Python projects need a bit more than venv and pip - Learn about the best tools for package management and environment isolation.
Learn to Containerize Algorithms Deploy to AWS with App Runner
Learn to build greedy algorithms, then convert them to microservices and finally containerized them and deploy to AWS with App Runner.
https://www.youtube.com/watch?v=SWAqetwqPiU
Learn to build greedy algorithms, then convert them to microservices and finally containerized them and deploy to AWS with App Runner.
https://www.youtube.com/watch?v=SWAqetwqPiU
YouTube
Learn to Containerize Algorithms Deploy to AWS with App Runner
Learn to build greedy algorithms, then convert them to microservices and finally containerized them and deploy to AWS with App Runner.
00:00 Intro
00:38 Github Code Repo of Traveling Salesman Problem
02:00 Overview of Cities in Problem
04:50 Launching Github…
00:00 Intro
00:38 Github Code Repo of Traveling Salesman Problem
02:00 Overview of Cities in Problem
04:50 Launching Github…
Why You Should (or Shouldn't) be Using Google's JAX in 2022
Should you be using JAX in 2022? Check out our recommendations on using JAX for Deep Learning and more!
https://www.assemblyai.com/blog/why-you-should-or-shouldnt-be-using-jax-in-2022/
Should you be using JAX in 2022? Check out our recommendations on using JAX for Deep Learning and more!
https://www.assemblyai.com/blog/why-you-should-or-shouldnt-be-using-jax-in-2022/
News, Tutorials, AI Research
Why You Should (or Shouldn't) be Using Google's JAX in 2023
Should you be using JAX in 2023? Check out our recommendations on using JAX for Deep Learning and more!
Jxck-S / plane-notify
Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet
https://github.com/Jxck-S/plane-notify
Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet
https://github.com/Jxck-S/plane-notify
GitHub
GitHub - Jxck-S/plane-notify: Notify if a selected plane has taken off or landed using ADS-B data. Compares older data to newer…
Notify if a selected plane has taken off or landed using ADS-B data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and ...
RunaCapital / awesome-oss-alternatives
Awesome list of open-source startup alternatives to well-known SaaS products 🚀
https://github.com/RunaCapital/awesome-oss-alternatives
Awesome list of open-source startup alternatives to well-known SaaS products 🚀
https://github.com/RunaCapital/awesome-oss-alternatives
GitHub
GitHub - RunaCapital/awesome-oss-alternatives: Awesome list of open-source startup alternatives to well-known SaaS products 🚀
Awesome list of open-source startup alternatives to well-known SaaS products 🚀 - RunaCapital/awesome-oss-alternatives