PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
RandomThings23 / donut

DONUTS DONUTS DONUTS 🍩

https://github.com/RandomThings23/donut
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
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
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
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/
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
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