Python stands to lose its GIL, and gain a lot of speed
https://www.infoworld.com/article/3637073/python-stands-to-lose-its-gil-and-gain-a-lot-of-speed.html
https://www.infoworld.com/article/3637073/python-stands-to-lose-its-gil-and-gain-a-lot-of-speed.html
InfoWorld
Python stands to lose its GIL, and gain a lot of speed
A new project to change the CPython runtime to boost multithreaded performance has drawn the attention of Python’s core development team.
PortaSpeech
PyTorch Implementation of PortaSpeech: Portable and High-Quality Generative Text-to-Speech.
https://github.com/keonlee9420/PortaSpeech
PyTorch Implementation of PortaSpeech: Portable and High-Quality Generative Text-to-Speech.
https://github.com/keonlee9420/PortaSpeech
GitHub
GitHub - keonlee9420/PortaSpeech: PyTorch Implementation of PortaSpeech: Portable and High-Quality Generative Text-to-Speech
PyTorch Implementation of PortaSpeech: Portable and High-Quality Generative Text-to-Speech - keonlee9420/PortaSpeech
Using Machine Learning to Denoise Images for Better OCR Accuracy
One of the most challenging aspects of applying optical character recognition (OCR) isn’t the ...
https://www.pyimagesearch.com/2021/10/20/using-machine-learning-to-denoise-images-for-better-ocr-accuracy/
One of the most challenging aspects of applying optical character recognition (OCR) isn’t the ...
https://www.pyimagesearch.com/2021/10/20/using-machine-learning-to-denoise-images-for-better-ocr-accuracy/
PyImageSearch
Using Machine Learning to Denoise Images for Better OCR Accuracy - PyImageSearch
Learn to use Python to denoise images and get better OCR accuracy. Many times noise in your images is hurting your OCR. This tutorial will show you how to remove that noise and get better results.
Show HN: Python library to overload functions based on interpreter version
https://github.com/ttymck/compatlib
https://github.com/ttymck/compatlib
GitHub
GitHub - tmkontra/compatlib: Python utilities for writing cross-version compatible libraries
Python utilities for writing cross-version compatible libraries - GitHub - tmkontra/compatlib: Python utilities for writing cross-version compatible libraries
Storing data on a cassette using Arduino and Python (Diff. Manchester encoding)
http://zeninstruments.blogspot.com/2021/10/manchester-decoder-and-cassette.html
http://zeninstruments.blogspot.com/2021/10/manchester-decoder-and-cassette.html
Blogspot
Storing data on a cassette using Arduino and Python (Differential Manchester encoding)
A blog about synths, drum machines, pedals and mods.
Bayesian Statistics 101
Love it or hate it, you will never look at statistics the same way againContinue reading on Towards ...
https://towardsdatascience.com/bayesian-statistics-101-4c4bc5fde1e1
Love it or hate it, you will never look at statistics the same way againContinue reading on Towards ...
https://towardsdatascience.com/bayesian-statistics-101-4c4bc5fde1e1
Medium
Bayesian Statistics 101
Love it or hate it, you will never look at statistics the same way again
Simple steps to create custom colormaps in Python
Creating any colormap at your willsPhoto by Pawel Czerwinski on UnsplashImagine you find a pretty ...
https://towardsdatascience.com/simple-steps-to-create-custom-colormaps-in-python-f21482778aa2
Creating any colormap at your willsPhoto by Pawel Czerwinski on UnsplashImagine you find a pretty ...
https://towardsdatascience.com/simple-steps-to-create-custom-colormaps-in-python-f21482778aa2
Medium
Simple steps to create custom colormaps in Python
Creating any colormap at your wills
Tests aren’t enough: Case study after adding type hints to urllib3
Adding type hints to urllib3 was clearly a huge amount of work, hundreds of engineer hours across several months. What we once thought would be a purely developer-facing change ended up making the codebase more robust than ever. Several non-trivial logic errors were fixed and our team is more confident reviewing and merging PRs. This is a big win for our users and a very worthy investment.
https://sethmlarson.dev/blog/2021-10-18/tests-arent-enough-case-study-after-adding-types-to-urllib3
Adding type hints to urllib3 was clearly a huge amount of work, hundreds of engineer hours across several months. What we once thought would be a purely developer-facing change ended up making the codebase more robust than ever. Several non-trivial logic errors were fixed and our team is more confident reviewing and merging PRs. This is a big win for our users and a very worthy investment.
https://sethmlarson.dev/blog/2021-10-18/tests-arent-enough-case-study-after-adding-types-to-urllib3
sethmlarson.dev
Tests aren’t enough: Case study after adding type hints to urllib3
Since Python 3.5 was released in 2015 including PEP 484 and the typing module type hints have grown from a nice-to-have to an expectation for popular packages. To fulfill this expectation our team...
How to create an Ethereum Token with Python (ERC20)
In this tutorial, we will create an Ethereum token on the Polygon Network from scratch. To create our token we will use Python and Python-like programming languages.
https://rasulkireev.com/creating-ethereum-token-with-python/
In this tutorial, we will create an Ethereum token on the Polygon Network from scratch. To create our token we will use Python and Python-like programming languages.
https://rasulkireev.com/creating-ethereum-token-with-python/
Rasul Kireev | Personal Website
How to create an Ethereum Token with Python (ERC20)
This tutorial teaches you how to create/develop your own Ethereum token (ERC20) with Python on Polygon Network.
Space Science with Python - Part 6: The Solar System Barycenter
https://www.reddit.com/r/madeinpython/comments/q7ekj8/space_science_with_python_part_6_the_solar_system/
https://www.reddit.com/r/madeinpython/comments/q7ekj8/space_science_with_python_part_6_the_solar_system/
reddit
Space Science with Python - Part 6: The Solar System Barycenter
Posted in r/madeinpython by u/MrAstroThomas • 7 points and 0 comments
httpie / httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
https://github.com/httpie/httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
https://github.com/httpie/httpie
X (formerly Twitter)
HTTPie (@httpie) on X
Flow through APIs 🪄
Loved by millions of developers.
Desktop: https://t.co/V7KwOUsRJz
Terminal: https://t.co/BxiQEqJV9p
Browser: https://t.co/aAPGd41wrP
Loved by millions of developers.
Desktop: https://t.co/V7KwOUsRJz
Terminal: https://t.co/BxiQEqJV9p
Browser: https://t.co/aAPGd41wrP
Getting Started with Data Collection using Twitter API v2 in less than an hour
Getting Started with Data Collection Using Twitter API v2 in Less than an HourAn introduction to a ...
https://towardsdatascience.com/getting-started-with-data-collection-using-twitter-api-v2-in-less-than-an-hour-600fbd5b5558
Getting Started with Data Collection Using Twitter API v2 in Less than an HourAn introduction to a ...
https://towardsdatascience.com/getting-started-with-data-collection-using-twitter-api-v2-in-less-than-an-hour-600fbd5b5558
Medium
Getting Started with Data Collection using Twitter API v2 in less than an hour
An introduction to a search query using the Twitter API v2 and a demonstration using Python.
Analyzing commonly used slang words on TikTok using Twitter
How can we use Sentiment Analysis and Topic Modeling on Python & Tableau to discover the ...
https://towardsdatascience.com/analyzing-commonly-used-slang-words-on-tiktok-using-twitter-3b9043e32f93
How can we use Sentiment Analysis and Topic Modeling on Python & Tableau to discover the ...
https://towardsdatascience.com/analyzing-commonly-used-slang-words-on-tiktok-using-twitter-3b9043e32f93
salesforce / Merlion
Merlion: A Machine Learning Framework for Time Series Intelligence
https://github.com/salesforce/Merlion
Merlion: A Machine Learning Framework for Time Series Intelligence
https://github.com/salesforce/Merlion
GitHub
GitHub - salesforce/Merlion: Merlion: A Machine Learning Framework for Time Series Intelligence
Merlion: A Machine Learning Framework for Time Series Intelligence - salesforce/Merlion
microsoft / muzic
Muzic: Music Understanding and Generation with Artificial Intelligence
https://github.com/microsoft/muzic
Muzic: Music Understanding and Generation with Artificial Intelligence
https://github.com/microsoft/muzic
GitHub
GitHub - microsoft/muzic: Muzic: Music Understanding and Generation with Artificial Intelligence
Muzic: Music Understanding and Generation with Artificial Intelligence - microsoft/muzic