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…
Нет жесткому кодированию конфиденциальных данных в приложениях Python!
https://medium.com/nuances-of-programming/%D0%BD%D0%B5%D1%82-%D0%B6%D0%B5%D1%81%D1%82%D0%BA%D0%BE%D0%BC%D1%83-%D0%BA%D0%BE%D0%B4%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8E-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B4%D0%B5%D0%BD%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D1%85-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%B2-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F%D1%85-python-77de1f1f8f59
https://medium.com/nuances-of-programming/%D0%BD%D0%B5%D1%82-%D0%B6%D0%B5%D1%81%D1%82%D0%BA%D0%BE%D0%BC%D1%83-%D0%BA%D0%BE%D0%B4%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D1%8E-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B4%D0%B5%D0%BD%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D1%85-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85-%D0%B2-%D0%BF%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D1%8F%D1%85-python-77de1f1f8f59
Medium
Нет жесткому кодированию конфиденциальных данных в приложениях Python!
Защита конфиденциальных параметров — одна из приоритетных задач в IT-сфере. Мы расскажем, как обезопасить их в приложениях Python.
Python for Absolute Beginners : Getting Started
https://medium.com/@heyy.suraj/python-for-absolute-beginners-getting-started-116942d1b246
https://medium.com/@heyy.suraj/python-for-absolute-beginners-getting-started-116942d1b246
Medium
Python for beginners : Getting Started
Python is fun. Start learning it with this cool blog.
Python Fundamental for Data Science (Dasar Python Untuk Data Science)
https://medium.com/@rismitawahyu/python-fundamental-for-data-science-dasar-python-untuk-data-science-8b53cbc1cfda
https://medium.com/@rismitawahyu/python-fundamental-for-data-science-dasar-python-untuk-data-science-8b53cbc1cfda
Medium
Python Fundamental for Data Science (Dasar Python Untuk Data Science)
Penulis : Rismita Wahyu
How to use skearn’s DummyRegressor method
https://tracyrenee61.medium.com/how-to-use-skearns-dummyregressor-method-f08098212c54
https://tracyrenee61.medium.com/how-to-use-skearns-dummyregressor-method-f08098212c54
Medium
How to use skearn’s DummyRegressor method
In my last post I discussed how to use skearn’s DummyClassifier method and revealed it is used to give a baseline accuracy for…
Data Structures in Python: Custom Stack
https://medium.com/@saifmdco/data-structures-in-python-custom-stack-b7b9173b4eae
https://medium.com/@saifmdco/data-structures-in-python-custom-stack-b7b9173b4eae
Medium
Data Structures in Python: Custom Stack
Before going ahead with this tutorial if you don’t know what stack is and how we can use a list as a stack you must go through this…