Bayer capture and processing with the Raspberry Pi HQ camera in Python
https://medium.com/@bezzam/bayer-capture-and-processing-with-the-raspberry-pi-hq-camera-in-python-8496fed9dcb7
https://medium.com/@bezzam/bayer-capture-and-processing-with-the-raspberry-pi-hq-camera-in-python-8496fed9dcb7
Medium
Bayer capture and processing with the Raspberry Pi HQ camera in Python
We’ve already seen how to capture images with the Raspberry Pi HQ camera via the command line. In this tutorial, we will see how to do it…
Python: Debugging Data Operations Effectively with Breakpoint()
https://medium.com/@dataproducts/python-debugging-data-operations-effectively-with-breakpoint-ac995cf5d3cd
https://medium.com/@dataproducts/python-debugging-data-operations-effectively-with-breakpoint-ac995cf5d3cd
Medium
Python: Debugging Data Operations Effectively with Breakpoint()
Debugging overall can take a good amount of time for developers. Unlike, behavior driven applications, debugging data-driven applications…
Send Pandas Data Frame via email in Python
https://medium.com/@alexandre.tkint/send-pandas-data-frame-via-email-in-python-c346314321fa
https://medium.com/@alexandre.tkint/send-pandas-data-frame-via-email-in-python-c346314321fa
Medium
Send Pandas Data Frame via email in Python
Pandas Data Frames are omnipresent in the Data Space. But how can you send those as an attachment to an email in Python?
Add a custom domain to your streamlit web app
https://giswqs.medium.com/add-a-custom-domain-to-your-streamlit-web-app-daed6d11dd72
https://giswqs.medium.com/add-a-custom-domain-to-your-streamlit-web-app-daed6d11dd72
Medium
Add a custom domain to your streamlit web app
Streamlit does not yet support custom domains. Here is a workaround: iframing your app into index.html and put it in your repo, then create…
Introducción rápida a Numpy (8 minutos)
https://medium.com/@erwingforerocastro/introducci%C3%B3n-r%C3%A1pida-a-numpy-8-minutos-388da9a99733
https://medium.com/@erwingforerocastro/introducci%C3%B3n-r%C3%A1pida-a-numpy-8-minutos-388da9a99733
Medium
Introducción rápida a Numpy (8 minutos)
Sin relleno
Mistakes to avoid when creating a Python library
https://medium.com/@agrover112/mistakes-to-avoid-when-creating-a-python-library-1db39370b7eb
https://medium.com/@agrover112/mistakes-to-avoid-when-creating-a-python-library-1db39370b7eb
Medium
Mistakes to avoid when creating a Python library
Creating a Python library can be daunting and if you haven’t created one, then I’m sure if you don’t have some good advice you might end up…
Predict Transaction Value of a Bank’s Potential Customers — Kaggle Santander Competition
https://medium.com/mlearning-ai/predict-transaction-value-of-a-banks-potential-customers-kaggle-santander-competition-c9da42f2295c
https://medium.com/mlearning-ai/predict-transaction-value-of-a-banks-potential-customers-kaggle-santander-competition-c9da42f2295c
Medium
Predict Transaction Value of a Bank’s Potential Customers — Kaggle Santander Competition
For this Project — I applied LightGBM + XGBoost + CatBoost Ensemble to achieve a Top 11% score in the Kaggle Competition ( Santander Value…
Detecting language in speech recognition
https://medium.com/@bhushanravi06/detecting-language-in-speech-recognition-fbcd4fb6a9cc
https://medium.com/@bhushanravi06/detecting-language-in-speech-recognition-fbcd4fb6a9cc
Medium
Detecting language in speech recognition
A client came up with a requirement to identify the language in which a user will speak with its bot. The motive was to nudge the user to…
Hydrocarbon reservoir simulation in Python. Part III: production rates
https://medium.com/@skoltech-chr/hydrocarbon-reservoir-simulation-in-python-part-iii-production-rates-d88377a21030
https://medium.com/@skoltech-chr/hydrocarbon-reservoir-simulation-in-python-part-iii-production-rates-d88377a21030
Python Functions for Data Cleansing and Manipulation
https://medium.com/@raihanfirdausx/python-functions-for-data-cleansing-and-manipulation-d220fa08f270
https://medium.com/@raihanfirdausx/python-functions-for-data-cleansing-and-manipulation-d220fa08f270
Medium
Python Functions for Data Cleansing and Manipulation
Either you are a data analyst, business intelligence, or data scientist, you will take a long time ‘fixing’ your data; from changing data…
Markowitz com rebalanceamento diário em Python
https://maisamelo.medium.com/markowitz-com-rebalanceamento-di%C3%A1rio-em-python-f21059d51fe4
https://maisamelo.medium.com/markowitz-com-rebalanceamento-di%C3%A1rio-em-python-f21059d51fe4
Medium
Markowitz com rebalanceamento diário em Python
O problema de seleção de portfólio dado por Markowitz é um método clássico de investimento. Os princípios envolvidos podem ser vistos neste…
How to change string data or text data of a column to lowercase in Pandas?
https://aparnamishra144.medium.com/how-to-change-string-data-or-text-data-of-a-column-to-lowercase-in-pandas-248a8ce4ae01
https://aparnamishra144.medium.com/how-to-change-string-data-or-text-data-of-a-column-to-lowercase-in-pandas-248a8ce4ae01
Medium
How to change string data or text data of a column to lowercase in Pandas?
This article will be an explanation of how we can change string data into lowercase which is a small step during data preprocessing stage…
Testes Em Python desde o Hello World
https://medium.com/@nilberthsouza/testes-em-python-desde-o-hello-world-79eb650a8e9d
https://medium.com/@nilberthsouza/testes-em-python-desde-o-hello-world-79eb650a8e9d
Medium
Testes Em Python desde o Hello World
Depois de alguns anos programando por hobby com python eu senti uma nescessidade de melhorar. Alias , mesmo com tantas linhas de código ja…