Datasets You Can Use to Practice Classification
https://alpersinbalc.medium.com/datasets-you-can-use-to-practice-classification-e291f3642878
https://alpersinbalc.medium.com/datasets-you-can-use-to-practice-classification-e291f3642878
Medium
Datasets You Can Use to Practice Classification
If you want to practice and keep your skills up to date in preparation for classification projects, but are confused about where to find…
Statistical Analysis for Women’s Rights in Python
https://code.likeagirl.io/statistical-analysis-for-women-rights-in-python-19db107f85a6
https://code.likeagirl.io/statistical-analysis-for-women-rights-in-python-19db107f85a6
Medium
Statistical Analysis for Women’s Rights in Python
“We need women at all levels, including the top, to change the dynamic, reshape the conversation, to make sure women’s voices are heard and…
Best Tips to Increase Your Productivity in Python
https://medium.com/@pranjalgoyal13/best-tips-to-increase-your-productivity-in-python-856fb038a676
https://medium.com/@pranjalgoyal13/best-tips-to-increase-your-productivity-in-python-856fb038a676
Medium
Best Tips to Increase Your Productivity in Python
Python provides many inbuilt functionalities which help in writing cleaner code. People are generally unaware of some productive tips that…
Datasets You Can Use to Practice Regression Projects
https://alpersinbalc.medium.com/datasets-you-can-use-to-practice-regression-projects-4ac777fd78ee
https://alpersinbalc.medium.com/datasets-you-can-use-to-practice-regression-projects-4ac777fd78ee
Medium
Datasets You Can Use to Practice Regression Projects
If you want to practice and keep your skills up to date in preparation for regression projects, but are confused about where to find the…
Automation is Easy — Convert FREE TEXT to DATE format — using python dateutil package : AIE3
https://blog.devgenius.io/automation-is-easy-convert-free-text-to-date-format-using-python-dateutil-package-aie3-8cf199814580
https://blog.devgenius.io/automation-is-easy-convert-free-text-to-date-format-using-python-dateutil-package-aie3-8cf199814580
Medium
Automation is Easy — Convert FREE TEXT to DATE format — using python dateutil package : AIE3
Have you ever come across a situation where you have to convert date in free text form to a standard date format? The most efficient way to
Development Setup: Pyenv, Poetry, EditorConfig, Safety: Part 1
https://osintiostom.medium.com/development-setup-pyenv-poetry-editorconfig-safety-part-1-dc6a22944ac3
https://osintiostom.medium.com/development-setup-pyenv-poetry-editorconfig-safety-part-1-dc6a22944ac3
Medium
Development Setup: Pyenv, Poetry, EditorConfig, Safety: Part 1
Ubuntu Setup: https://osintiostom.medium.com/development-setup-python-pycharm-and-pyenv-418b60992b6f
How to remove watermark from images using OpenCV
https://newbieprogrammer.medium.com/how-to-remove-watermark-from-images-using-opencv-b73612572355
https://newbieprogrammer.medium.com/how-to-remove-watermark-from-images-using-opencv-b73612572355
Medium
How to remove watermark from images using OpenCV
An application of OpenCV to modern day issues
Object-Oriented Programming System(OOPs)
https://medium.com/@shaifaliagarwal/object-oriented-programming-system-oops-f661b87df36e
https://medium.com/@shaifaliagarwal/object-oriented-programming-system-oops-f661b87df36e
Medium
Object-Oriented Programming System(OOPs)
Object-Oriented Programming System (OOPs) is a programming concept that works on the principles of abstraction, encapsulation, inheritance…
Ölçümleme Problemleri: A/B Testi ve Python Uygulaması
https://medium.com/@sanlian/%C3%B6l%C3%A7%C3%BCmleme-problemleri-a-b-testi-ve-python-uygulamas%C4%B1-414e75e7d9bf
https://medium.com/@sanlian/%C3%B6l%C3%A7%C3%BCmleme-problemleri-a-b-testi-ve-python-uygulamas%C4%B1-414e75e7d9bf
Medium
Ölçümleme Problemleri: A/B Testi ve Python Uygulaması
A/B Testi rastgele kontrol gruplarından kaynaklanan farkların istatistiksel olarak anlamlı olup olmadığını test etmeye yarayan bir…
Create and deploy a Cad to .stl converter: Streamlit and Python
https://marcosanguineti.medium.com/create-and-deploy-a-cad-to-stl-converter-streamlit-and-python-28a01240726a
https://marcosanguineti.medium.com/create-and-deploy-a-cad-to-stl-converter-streamlit-and-python-28a01240726a
Medium
Create and deploy a Cad to .stl converter: Streamlit and Python
Create and put into production, quickly and efficiently
Text Preprocessing in NLP With Python — I
https://medium.com/@divakarkpandey/text-preprocessing-in-nlp-with-python-i-c0b4fa644d26
https://medium.com/@divakarkpandey/text-preprocessing-in-nlp-with-python-i-c0b4fa644d26
Medium
Text Preprocessing in NLP With Python — I
Natural Language Processing (NLP) is a branch of Data Science that deals with Text data. Apart from numerical data, Text data is available…
Predicting masked ID with check-digit
https://medium.com/dont-code-me-on-that/predicting-masked-id-with-check-digit-f78c773bc828
https://medium.com/dont-code-me-on-that/predicting-masked-id-with-check-digit-f78c773bc828
Medium
Predicting masked ID with check-digit
Some identification numbers (IDs) come with check-digits, for example national IDs, membership IDs. In some cases, data protection…