Extend our first API in a backward compatible way
https://medium.com/@leonardo.foderaro/extend-our-first-api-in-a-backward-compatible-way-f58f451bd0f4
https://medium.com/@leonardo.foderaro/extend-our-first-api-in-a-backward-compatible-way-f58f451bd0f4
Medium
Extend our first API in a backward compatible way
At first we could be tempted to add the parameter handling (I’ll explain shortly how to do it) and some sort of logic inside our hello function (“if there’s the parameter ‘name’ use it, otherwise…
What is the Minimum Viable Product (MVP) in the software world, and why is it necessary?
https://medium.com/@kateryna.pakhomova/what-is-the-minimum-viable-product-mvp-in-the-software-world-and-why-is-it-necessary-b7bf64adf3b9
https://medium.com/@kateryna.pakhomova/what-is-the-minimum-viable-product-mvp-in-the-software-world-and-why-is-it-necessary-b7bf64adf3b9
Medium
What is the Minimum Viable Product (MVP) in the software world, and why is it necessary?
The original article was written by SoftFormance https://www.softformance.com/blog/mvp/
Chaos and the Butterfly Effect with Python
https://medium.com/@natsunoyuki/chaos-and-the-butterfly-effect-with-python-c215a8deec5f
https://medium.com/@natsunoyuki/chaos-and-the-butterfly-effect-with-python-c215a8deec5f
Medium
Chaos and the Butterfly Effect with Python
Chaos is to me one of the most beautiful and elegant scientific discoveries — it is order and disorder incarnate, complexity within…
My Superlative Experience with CodeVixen Academy.
https://medium.com/@ikhimiukorisi/my-superlative-experience-with-codevixen-academy-72bdd3e75d4
https://medium.com/@ikhimiukorisi/my-superlative-experience-with-codevixen-academy-72bdd3e75d4
Medium
My Superlative Experience with CodeVixen Academy.
I had always been interested in Science, Technology and Engineering (STEM) right from my early school days and this fueled my passion to…
Boxplot, Histograma y diagramas de Puntos básicos con Python.
https://medium.com/@jonascondori95/boxplot-histograma-y-diagramas-de-puntos-b%C3%A1sicos-con-python-3275af965b2c
https://medium.com/@jonascondori95/boxplot-histograma-y-diagramas-de-puntos-b%C3%A1sicos-con-python-3275af965b2c
Medium
Boxplot, Histograma y diagramas de Puntos básicos con Python.
Diagrama de dispersión (Nube de puntos), es un tipo de grafico que nos permite visualizar como están correlacionados las variables. Estas…
How to Start Your Programming Journey with Python — Part 1: Why Python?
https://anggraaditra.medium.com/how-to-start-your-programming-journey-with-python-part-1-why-python-53923886f982
https://anggraaditra.medium.com/how-to-start-your-programming-journey-with-python-part-1-why-python-53923886f982
Medium
How to Start Your Programming Journey with Python — Part 1: Why Python?
Just like me, that question pops up in your mind, right? why Python? why is Python so popular? and seems to be getting more and more…
Building my own (recursive descent) SQL parser in Python
https://medium.com/@kelvingakuo/building-my-own-recursive-descent-sql-parser-in-python-7cd0c90718f0
https://medium.com/@kelvingakuo/building-my-own-recursive-descent-sql-parser-in-python-7cd0c90718f0
Medium
Building my own (recursive descent) SQL parser in Python
A validating parser for a subset of the SQL syntax
Visualização de dados com Bar Chart Race e PyWaffle
https://heitorhermanson.medium.com/visualiza%C3%A7%C3%A3o-de-dados-com-bar-chart-race-e-pywaffle-3eb0b973a37d
https://heitorhermanson.medium.com/visualiza%C3%A7%C3%A3o-de-dados-com-bar-chart-race-e-pywaffle-3eb0b973a37d
Medium
Visualização de dados com Bar Chart Race e PyWaffle
Quando se está em busca de atrair a atenção do publico ou de destacar os dados relevantes nas planilha de Excel ou em arquivos CSV…
Indirect extraction of outlook mails for parsing information
https://deepakharish.medium.com/indirect-extraction-of-outlook-mails-for-parsing-information-e6f49044cc35
https://deepakharish.medium.com/indirect-extraction-of-outlook-mails-for-parsing-information-e6f49044cc35
Medium
Indirect extraction of outlook mails for parsing information
A simple but indirect way to extract outlook mail information using power query & parsing the information using python.
Bamboolib — одна из самых полезных библиотек Python
https://medium.com/nuances-of-programming/bamboolib-%D0%BE%D0%B4%D0%BD%D0%B0-%D0%B8%D0%B7-%D1%81%D0%B0%D0%BC%D1%8B%D1%85-%D0%BF%D0%BE%D0%BB%D0%B5%D0%B7%D0%BD%D1%8B%D1%85-%D0%B1%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA-python-efbc33f7deae
https://medium.com/nuances-of-programming/bamboolib-%D0%BE%D0%B4%D0%BD%D0%B0-%D0%B8%D0%B7-%D1%81%D0%B0%D0%BC%D1%8B%D1%85-%D0%BF%D0%BE%D0%BB%D0%B5%D0%B7%D0%BD%D1%8B%D1%85-%D0%B1%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA-python-efbc33f7deae
Medium
Bamboolib — одна из самых полезных библиотек Python
Почему Bamboolib считают уникальной библиотекой Python и почему вы непременно должны с ней поработать? Идея Bamboolib заключается в том…
Azure Durable Functions for ETL Orchestration
https://medium.com/@mathieus_59408/azure-durable-functions-for-etl-orchestration-84e1c94fefe2
https://medium.com/@mathieus_59408/azure-durable-functions-for-etl-orchestration-84e1c94fefe2
Medium
Azure Durable Functions for ETL Orchestration
As bigger Data Engineering needs often leads to exponentially larger cloud computing costs, exploring cheaper, less-managed services can…
Neural Networks: Part(5)- Regularization-Batch Normalization
https://aamir07.medium.com/neural-networks-part-5-regularization-batch-normalization-a2a2954bb1bc
https://aamir07.medium.com/neural-networks-part-5-regularization-batch-normalization-a2a2954bb1bc
Medium
Neural Networks: Part(5)- Regularization-Batch Normalization
Rather than harder, regularization does all the other things for a neural network. It makes the model generalization better, stronger to…