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.
How to Become Data Engineer for ETL Developers?
https://medium.com/data-engineering-on-cloud/how-to-become-data-engineer-for-etl-developers-f8240d26617e
https://medium.com/data-engineering-on-cloud/how-to-become-data-engineer-for-etl-developers-f8240d26617e
Medium
How to Become Data Engineer for ETL Developers?
Are you a traditional ETL Developer and want to become Data Engineer but not sure how? Here is the 2 part series where you will learn the…
Feature Selection for dummies — a simple introduction
https://medium.com/@amerjabar0000/feature-selection-for-dummies-a-simple-introduction-9cf8a9ad737a
https://medium.com/@amerjabar0000/feature-selection-for-dummies-a-simple-introduction-9cf8a9ad737a
Medium
Feature Selection for dummies — a gentle introduction
A while ago, I had the intention of training a Machine Learning model on a small dataset. After trying some basic ML algorithms I could…