Applying Software engineering best practices to a codebase … Tests!
https://medium.com/@tony.w1/applying-software-engineering-best-practices-to-a-codebase-tests-8df561f9bb30
https://medium.com/@tony.w1/applying-software-engineering-best-practices-to-a-codebase-tests-8df561f9bb30
Medium
Applying Software engineering best practices to a codebase … Tests!
At Gousto when collaborating with Data Scientists (as well as working in an Agile environment) we often prototype algorithms. To…
Long Running Tasks In Microservices Architecture
https://medium.com/@dean15198/long-running-tasks-in-microservices-architecture-568c204da75e
https://medium.com/@dean15198/long-running-tasks-in-microservices-architecture-568c204da75e
Medium
Long Running Tasks in a Microservices Architecture
In this article I’m going to introduce the Tasks Service and it’s mechanism. It’s one solution that solves two problems:
Mastering Web Scraping in Python: Scaling to Distributed Crawling
https://betterprogramming.pub/mastering-web-scraping-in-python-scaling-to-distributed-crawling-34017a1322c7
https://betterprogramming.pub/mastering-web-scraping-in-python-scaling-to-distributed-crawling-34017a1322c7
Medium
Mastering Web Scraping in Python: Scaling to Distributed Crawling
Discover pages and store the exact content you need in less than 300 lines of code
Algoritma ve Programlama Dünyası — Programlamaya Giriş
https://medium.com/kodcular/algoritma-ve-programlama-d%C3%BCnyas%C4%B1-programlamaya-giri%C5%9F-ddd0715ef684
https://medium.com/kodcular/algoritma-ve-programlama-d%C3%BCnyas%C4%B1-programlamaya-giri%C5%9F-ddd0715ef684
Medium
Algoritma ve Programlama Dünyası — Programlamaya Giriş
Herkese merhabalar!! Algoritma ve programlama dünyası serisinde bir önceki bölümünde karşılaştırma, mantıksal ve atama operatörlerinden…
Write an SQL query builder in 150 lines of Python
https://death.andgravity.com/query-builder-how#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://death.andgravity.com/query-builder-how#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
death and gravity
Write an SQL query builder in 150 lines of Python!
This is the fourth article in a series about writing my own SQL query builder. Today, we'll rewrite it from scratch, explore API design, learn when to be lazy, and look at worse and better ways of doing things – all in 150 lines of Python!
Demystifying R-Squared and Adjusted R-Squared
https://ksvmuralidhar.medium.com/demystifying-r-squared-and-adjusted-r-squared-52903c006a60
https://ksvmuralidhar.medium.com/demystifying-r-squared-and-adjusted-r-squared-52903c006a60
Medium
Demystifying R-Squared and Adjusted R-Squared
This article discusses the math behind R-squared and Adjusted R-squared along with their implementation in Python.
Introduction to Direct Reinforcement Learning by Example
https://medium.com/@mymomo119966.mm/introduction-to-direct-reinforcement-learning-by-example-3f69af9353b2
https://medium.com/@mymomo119966.mm/introduction-to-direct-reinforcement-learning-by-example-3f69af9353b2
Medium
Introduction to Direct Reinforcement Learning by Example
Finding Optimal Moves in Blackjack
How increasing sample size will improve Gaussian Distribution
https://tracyrenee61.medium.com/how-increasing-sample-size-will-improve-gaussian-distribution-ae2bf5c5abaf
https://tracyrenee61.medium.com/how-increasing-sample-size-will-improve-gaussian-distribution-ae2bf5c5abaf
Medium
How increasing sample size will improve Gaussian Distribution
In my last post I revealed how a person could create a bell curve by simply playing a simple simulation where die were randomly thrown. As…
How to Create a Choropleth Map in Python (without GeoPandas, GiS, or any GeoJSON knowledge)
https://maitiusexton.medium.com/how-to-create-a-choropleth-map-in-python-without-geopandas-gis-or-any-geojson-knowledge-6f2fa8128d39
https://maitiusexton.medium.com/how-to-create-a-choropleth-map-in-python-without-geopandas-gis-or-any-geojson-knowledge-6f2fa8128d39
Medium
How to Create a Choropleth Map in Python (without GeoPandas, GiS, or any GeoJSON knowledge)
I don’t know if it’s because GeoPandas is poorly maintained or that most people can’t be bothered and simply use GiS software for this type…
Building a Simple Web App with Flask 2.0 — Part 1
https://medium.com/@tony_shifflett/building-a-simple-web-app-with-flask-2-0-part-1-7ff065a7c873
https://medium.com/@tony_shifflett/building-a-simple-web-app-with-flask-2-0-part-1-7ff065a7c873
Medium
Building a Simple Web App with Flask 2.0 — Part 1
Flask is an extremely popular web framework for the Python language. It’s considered a micro web framework, meaning it’s minimalistic and…
Elo Merchant Category Recommendation — Kaggle Competition with Loyalty Score Prediction
https://medium.com/@sumobhagat/elo-merchant-category-recommendation-kaggle-competition-with-loyalty-score-prediction-4a32e5c7f407
https://medium.com/@sumobhagat/elo-merchant-category-recommendation-kaggle-competition-with-loyalty-score-prediction-4a32e5c7f407
Medium
Elo Merchant Category Recommendation — Kaggle Competition with Loyalty Score Prediction