Day 4 of 100 Days of Django: What is Virtual Environment and Why we need it?
https://medium.com/@aman_adastra/day-4-of-100-days-of-django-what-is-virtual-environment-and-why-we-need-it-adca73b82526
https://medium.com/@aman_adastra/day-4-of-100-days-of-django-what-is-virtual-environment-and-why-we-need-it-adca73b82526
Medium
Day 4 of 100 Days of Django: What is Virtual Environment and Why we need it?
A Virtual environment is a Python environment such that the Python interpreter, libraries and scripts installed into it are isolated from…
Logical framework to identify which outlier you should exclude
https://medium.com/@gieun/logical-framework-to-identify-which-outlier-you-should-exclude-29f5e53d90b4
https://medium.com/@gieun/logical-framework-to-identify-which-outlier-you-should-exclude-29f5e53d90b4
Medium
Logical framework to identify which outlier you should exclude
Outliers should be dealt with care, and every decision in the analytics process should have a logical reasoning behind.
İş Dünyasının Karar Turnusolu: A/B Testi
https://medium.com/@neslihanuzun/i%CC%87%C5%9F-d%C3%BCnyas%C4%B1n%C4%B1n-karar-turnusolu-a-b-testi-725c5a997da
https://medium.com/@neslihanuzun/i%CC%87%C5%9F-d%C3%BCnyas%C4%B1n%C4%B1n-karar-turnusolu-a-b-testi-725c5a997da
Medium
İş Dünyasının Karar Turnusolu: A/B Testi
A/B Testi iş dünyasında müşteriye temas eden her alanda kullanılabilen bir test türü olup müşteriye sunulan içerik/sürüm/seçeneğin…
Making an Image Metadata Extractor In Python
https://medium.com/@coderarth/making-an-image-metadata-extractor-in-python-40d54f9e9f40
https://medium.com/@coderarth/making-an-image-metadata-extractor-in-python-40d54f9e9f40
Medium
Making an Image Metadata Extractor In Python
In this tutorial, you will learn how you can extract some useful metadata within images using the Pillow library in Python.
Saving & Loading CSV Files with Pandas DataFrames
https://medium.com/alpharithms/saving-loading-csv-files-with-pandas-dataframes-afb0084aebfe
https://medium.com/alpharithms/saving-loading-csv-files-with-pandas-dataframes-afb0084aebfe
Medium
Saving & Loading CSV Files with Pandas DataFrames
Pandas DataFrames provide convenient methods for manipulating data with ease. The row-column format of the DataFrame is native to CSV files…
A Flask-RESTful api which is performed CRUD operation with firebase realtime database.
https://medium.com/@islam.asif/a-flask-restful-api-which-is-performed-crud-operation-with-firebase-realtime-database-a93485feb77
https://medium.com/@islam.asif/a-flask-restful-api-which-is-performed-crud-operation-with-firebase-realtime-database-a93485feb77
Medium
A Flask-RESTful api which is performed CRUD operation with firebase realtime database.
What is CRUD?CRUD means Create, Read, Update and Delete operations on any database.In this article I am going to create a flask API which…
A Primer On Machine Learning Fairness Using Fairlearn
https://medium.com/@armand-sauzay/a-primer-on-machine-learning-fairness-using-fairlearn-8c00f92015dc
https://medium.com/@armand-sauzay/a-primer-on-machine-learning-fairness-using-fairlearn-8c00f92015dc
Medium
A Primer On Machine Learning Fairness Using Fairlearn
Are Machine Learning models “fair”? When increasingly more decisions are backed by ML algorithms, it becomes important to understand the…
Widely Used Python Libraries for Data Science
https://medium.com/@udana63/widely-used-python-libraries-for-data-science-31143da8c227
https://medium.com/@udana63/widely-used-python-libraries-for-data-science-31143da8c227
Medium
Widely Used Python Libraries for Data Science
Python is the most widely used programming language in the data science field. There are many reasons for that. Python is open source…
Introducing i8 Terminal: Open Source Market Research with the Power of Command-Line
https://medium.com/@i8terminal/introducing-i8-terminal-open-source-market-research-with-the-power-of-command-line-aa5ada7d2c54
https://medium.com/@i8terminal/introducing-i8-terminal-open-source-market-research-with-the-power-of-command-line-aa5ada7d2c54
Medium
Introducing i8 Terminal: Open Source Market Research with the Power of Command-Line
We are proud to announce that i8 Terminal is now open-sourced and accessible in GitHub.
33. Search in Rotated Sorted Array — LeetCode(Python)
https://palashsharma891.medium.com/33-search-in-rotated-sorted-array-leetcode-python-87584dcce5cf
https://palashsharma891.medium.com/33-search-in-rotated-sorted-array-leetcode-python-87584dcce5cf
Medium
33. Search in Rotated Sorted Array — LeetCode(Python)
I got you!
Transitioning into tech: A mechanical engineer’s perspective
https://medium.com/@daniel_stai/transitioning-into-tech-a-mechanical-engineers-perspective-855f440c3a04
https://medium.com/@daniel_stai/transitioning-into-tech-a-mechanical-engineers-perspective-855f440c3a04
Medium
Transitioning into tech: A mechanical engineer’s perspective
They say fortune favors the brave and I’ve recently taken the brave decision to transition from Mechanical Engineering to Software…