Set custom label for each row in subplot matplotlib (python)
https://medium.com/@cs0183/set-custom-label-for-each-row-in-subplot-matplotlib-python-3237f39a4cfa
https://medium.com/@cs0183/set-custom-label-for-each-row-in-subplot-matplotlib-python-3237f39a4cfa
Medium
Set custom label for each row in subplot matplotlib (python)
Objectives: Set custom row names in subplots
The Zen of grinding LeetCode problems: Day 40–Back to serialization
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-40-back-to-serialization-43672d46660c
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-40-back-to-serialization-43672d46660c
Medium
The Zen of grinding LeetCode problems: Day 40–Back to serialization
I start to enjoy this kind of problem, I wonder it there’s a book about it.
Refresher Project —Part 2: Explaining how to build a simple infrastructure with Django, Celery…
https://blog.devgenius.io/refresher-project-part-2-explaining-how-to-build-a-simple-infrastructure-with-django-celery-ddf7a797c791
https://blog.devgenius.io/refresher-project-part-2-explaining-how-to-build-a-simple-infrastructure-with-django-celery-ddf7a797c791
Medium
Refresher Project —Part 2: Explaining how to build a simple infrastructure with Django, Celery, Redis, Grafana and Prometheus
In depth walkthrough of the main components of the Refresher Project and how to build an infrastructure and system design from scratch…
Processing Text Files — $50K with Python cont’d
https://medium.com/@dennisyd/processing-text-files-50k-with-python-contd-42ec47440fbd
https://medium.com/@dennisyd/processing-text-files-50k-with-python-contd-42ec47440fbd
Medium
Processing Text Files — $50K with Python cont’d
In another blog, I wrote about OCR with Python as part of making around $50K. However, this is a multi-pronged project and did not stop…
001: Coding is too complicated for the average person….. apparently.
https://medium.com/@scottmbutler93/001-coding-is-too-complicated-for-the-average-person-apparently-7779748d2b2c
https://medium.com/@scottmbutler93/001-coding-is-too-complicated-for-the-average-person-apparently-7779748d2b2c
Medium
001: Coding is too complicated for the average person….. apparently.
Coding and programming is for the elite. It isn’t something you can pick up and learn, and pursue a career in willy-nilly. Not just anybody…
Remove whitespaces from Python String
https://sujanimirihagalla.medium.com/remove-whitespaces-from-python-string-ef82f619f751
https://sujanimirihagalla.medium.com/remove-whitespaces-from-python-string-ef82f619f751
Medium
Remove whitespaces from Python String
In computer programming, whitespace is any character or series of characters that represent horizontal or vertical space in typography…
Activate your Neural Networks with Activation Functions!
https://medium.com/@calebmcirvin/activate-your-neural-networks-with-activation-functions-92a4a8e28a29
https://medium.com/@calebmcirvin/activate-your-neural-networks-with-activation-functions-92a4a8e28a29
Medium
Activate your Neural Networks with Activation Functions!
Activation functions are a crucial part of any neural network. But why are they important? What do they do? Let’s first look at how…
Data ingestion from MongoDB to Elasticsearch
https://medium.com/@ibtissam.makdoun/data-ingestion-from-mongodb-to-elasticsearch-7b136b9ada14
https://medium.com/@ibtissam.makdoun/data-ingestion-from-mongodb-to-elasticsearch-7b136b9ada14
Medium
Data ingestion from MongoDB to Elasticsearch
Documents are the new era, recently we cannot get enaugh from documents, as it allows us to store data in any format. Either your data is…