This is how I’ve built a site that calculates 500+ crypto volume 1hour / 23hour % change
https://medium.com/@maxpython/ive-built-a-site-that-calculates-500-crypto-volume-1hour-23hour-change-66e28b82f99d
https://medium.com/@maxpython/ive-built-a-site-that-calculates-500-crypto-volume-1hour-23hour-change-66e28b82f99d
Medium
Part1: Pulling the data
Hey guys! In this post I’ll show you how to build a simple crypto data pulling/calculating app
Running Sentiment Analysis via Twitter API V2
https://medium.com/@joaomariajesus/running-sentiment-analysis-via-twitter-api-v2-cb0187cc6dc8
https://medium.com/@joaomariajesus/running-sentiment-analysis-via-twitter-api-v2-cb0187cc6dc8
Medium
Running Sentiment Analysis via Twitter API V2
I was interested to know the power and limitations of the Twitter API and what you can access with the free subscription. I used the API to…
5 Tips to Improve Your Unit Tests in Python
https://adil.medium.com/5-tips-to-improve-your-unit-tests-in-python-d1bf6d185aa5
https://adil.medium.com/5-tips-to-improve-your-unit-tests-in-python-d1bf6d185aa5
Medium
5 Tips to Improve Your Unit Tests in Python
In complex projects, unit tests are of great importance. This is why code quality and maintainability of the unit tests are important.
Netflix Exploratory Data Analysis (EDA) and Visualization Using Python
https://medium.com/@spjoshis/netflix-exploratory-data-analysis-eda-and-visualization-using-python-8b5662e49181
https://medium.com/@spjoshis/netflix-exploratory-data-analysis-eda-and-visualization-using-python-8b5662e49181
Medium
Netflix Exploratory Data Analysis (EDA) and Visualization Using Python
Explore Netflix Movies and TV Shows using machine learning with Python
Thread monitoring using Loguru and a Python queue.
https://medium.com/@shashank_iyer/thread-monitor-app-using-loguru-and-a-python-queue-540d503f4f0b
https://medium.com/@shashank_iyer/thread-monitor-app-using-loguru-and-a-python-queue-540d503f4f0b
Medium
Thread monitoring using Loguru and a Python queue.
Monitoring the status of threads by a main thread is an interesting and challenging problem to solve.