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…
2500+ Python Practice Challenges
https://medium.com/data-engineering-ramstkp/2500-python-practice-challenges-6203e8d42b4
https://medium.com/data-engineering-ramstkp/2500-python-practice-challenges-6203e8d42b4
Medium
2500+ Python Practice Challenges
Practice makes us perfect, it applies to programming too, only way you get Programming by practicing with challenges. Here in this article…
YuNet — Ultra-High-Performance Face Detection in OpenCV — a good solution for real-time POC…
https://medium.com/@silkworm/yunet-ultra-high-performance-face-detection-in-opencv-a-good-solution-for-real-time-poc-b01063e251d5
https://medium.com/@silkworm/yunet-ultra-high-performance-face-detection-in-opencv-a-good-solution-for-real-time-poc-b01063e251d5
Medium
YuNet — Ultra-High-Performance Face Detection in OpenCV — a good solution for real-time POC, Demo, face applications.
Face Detection is an absolute required module for face recognition, face classification, face attribute estimation, etc. Recently, when…
Passwordless SMS Authentication 101 | Python Edition
https://medium.com/infobipdev/passwordless-sms-authentication-101-python-edition-367af7cc1060
https://medium.com/infobipdev/passwordless-sms-authentication-101-python-edition-367af7cc1060
Medium
Passwordless SMS Authentication 101 | Python Edition
Imagine yourself logging into an application without being required to create and remember a password. Well, not much to imagine, right? We…
Deploying your ML models on the web, sharing them, and making the awesome web interface part 2
https://medium.com/mlearning-ai/deploying-your-ml-models-on-the-web-sharing-them-and-making-the-awesome-web-interface-part-2-1db472b1ca0b
https://medium.com/mlearning-ai/deploying-your-ml-models-on-the-web-sharing-them-and-making-the-awesome-web-interface-part-2-1db472b1ca0b
Medium
Deploying your ML models on the web, sharing them, and making the awesome web interface part 2
In the previous part, we have designed the app.py our main interface and in this part, we are gonna focus on the functionality of our…