Data Science: Write Robust Python With Static Typing
https://towardsdatascience.com/data-science-write-robust-python-with-static-typing-c71b9c9c8044
https://towardsdatascience.com/data-science-write-robust-python-with-static-typing-c71b9c9c8044
Medium
Data Science: Write Robust Python With Static Typing
Updated for Python 3.10
Create and Share a Python Package with your team in minutes!
https://medium.com/@inzaniak/create-and-share-a-python-package-with-your-team-in-minutes-43a0659cb3e4
https://medium.com/@inzaniak/create-and-share-a-python-package-with-your-team-in-minutes-43a0659cb3e4
Medium
Create and Share a Python Package with your team in minutes!
Learn how to quickly create and deploy a package to Github and use with your team!
How to check if stock returns are normally distributed in python
https://medium.com/@bergioshopping/how-to-check-if-stock-returns-are-normally-distributed-in-python-6261dc5cc78b
https://medium.com/@bergioshopping/how-to-check-if-stock-returns-are-normally-distributed-in-python-6261dc5cc78b
Medium
How to check if stock returns are normally distributed in python
Is a normal distribution the best way to describe stock returns? What should investors do with this information?
Association Rule Based Recommendation System
https://medium.com/@kaansoyleyici/association-rule-based-recommendation-system-c7e26d4ad940
https://medium.com/@kaansoyleyici/association-rule-based-recommendation-system-c7e26d4ad940
Medium
Association Rule Based Recommendation System
Recommendation systems is used by many online retailers or online e- commercial firms.In order to suggest relevant items to users…
Python is making machine learning dead easy
https://medium.com/geekculture/python-is-making-machine-learning-dead-easy-f127f22bd43
https://medium.com/geekculture/python-is-making-machine-learning-dead-easy-f127f22bd43
Medium
Python is making machine learning dead easy
How to profit from this, step by step
5 Flask project ideas and why you should implement them
https://medium.com/@yellalena/5-flask-project-ideas-and-why-you-should-implement-them-e8aa832743e5
https://medium.com/@yellalena/5-flask-project-ideas-and-why-you-should-implement-them-e8aa832743e5
Medium
5 Flask project ideas and why you should implement them
When learning a new skill, you need as much practice as possible because it’s the practice that makes your knowledge and applied skills…
How to use Quantum Machine Learning in your AI projects
https://medium.com/@raijeku/how-to-use-quantum-machine-learning-in-your-ai-projects-80720d547c96
https://medium.com/@raijeku/how-to-use-quantum-machine-learning-in-your-ai-projects-80720d547c96
Medium
How to use Quantum Machine Learning in your AI projects
With the recent boom in quantum computing research, one can only wonder what drives such attention towards this new field. Classical…
Working With Flask — The Computer Program…
https://tyler775.medium.com/working-with-flask-the-computer-program-304b9e53dfba
https://tyler775.medium.com/working-with-flask-the-computer-program-304b9e53dfba
Medium
Working With Flask — The Computer Program…
It is somewhat difficult to create web pages and websites with the Python programming language. Python is a very good programming language…
Bad Idea Python: Collection as default Value
https://seraf.dev/bad-idea-python-collection-as-default-value-e26e46f981ec
https://seraf.dev/bad-idea-python-collection-as-default-value-e26e46f981ec
Medium
Bad Idea Python: Collection as default Value
For readability we’ve all wrote functions with type signature similar to: func(d: dict = {}) , aka using an empty dictionary as a default…
Time to Scrap USDLKR Middle Rate from CBSL Website
https://medium.com/@uditha/time-to-scrap-usdlkr-middle-rate-from-cbsl-website-80d70b2d7225
https://medium.com/@uditha/time-to-scrap-usdlkr-middle-rate-from-cbsl-website-80d70b2d7225
Medium
Time to Scrap USDLKR Middle Rate from CBSL Website
Sri Lanka is facing its worst economic crisis in modern history. Foreign Exchange is a crucial factor and it is a hot topic in the economy…
The Zen of grinding LeetCode problems: Day 52–Two simple problems
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-52-two-simple-problems-e281e0537fc6
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-52-two-simple-problems-e281e0537fc6
Medium
The Zen of grinding LeetCode problems: Day 52–Two simple problems
It gets harder then easier then harder on and on
Where’s my Voi scooter: [1] Starting my journey
https://medium.com/@chits_programming_blog/wheres-my-voi-scooter-1-starting-my-journey-872907428172
https://medium.com/@chits_programming_blog/wheres-my-voi-scooter-1-starting-my-journey-872907428172
Medium
Where’s my Voi scooter: [1] Starting my journey
I got into using Voi scooter recently. It is a scooter hiring service where you can use scooters parked on the street. To use the same scooter and go out again the next day, I usually park my scooter…
Comprehensive Tutorial on Using Confusion Matrix in Classification
https://towardsdatascience.com/comprehensive-tutorial-on-using-confusion-matrix-in-classification-92be4d70ea18
https://towardsdatascience.com/comprehensive-tutorial-on-using-confusion-matrix-in-classification-92be4d70ea18
Medium
Comprehensive Tutorial on Using Confusion Matrix in Classification
Learn to control model output based on what's important to the problem using a confusion matrix
AsyncGELF is an easy way to send logs from your python application to Graylog
https://medium.com/@smalinkin/asyncgelf-is-an-easy-way-to-send-logs-from-your-python-application-to-graylog-e5f487faa1ea
https://medium.com/@smalinkin/asyncgelf-is-an-easy-way-to-send-logs-from-your-python-application-to-graylog-e5f487faa1ea
Medium
AsyncGELF is an easy way to send logs from your python application to Graylog
Sometimes you need a way to send logs from your application to Graylog immediately as it is generated without writing to file.