Why (and Why Not to) Choose Django for Your Next Project
https://python.plainenglish.io/why-and-why-not-to-choose-django-for-your-next-project-8c9575c03cad
https://python.plainenglish.io/why-and-why-not-to-choose-django-for-your-next-project-8c9575c03cad
Medium
Why (and Why Not to) Choose Django for Your Next Project
The pros and cons of Django as the backend framework for your project.
Visualising COVID-19 country-wise data using Python and Dash
https://guneet-kohli.medium.com/visualising-covid-19-country-wise-data-using-python-and-dash-5239b0a66191
https://guneet-kohli.medium.com/visualising-covid-19-country-wise-data-using-python-and-dash-5239b0a66191
Medium
Visualising COVID-19 country-wise data using Python and Dash
Creating a Dashboard Web App for COVID-19 cases data
Day 21 of 100 Days of Django: Forms in Django.
https://medium.com/@aman_adastra/day-21-of-100-days-of-django-forms-in-django-73ca418fa4f0
https://medium.com/@aman_adastra/day-21-of-100-days-of-django-forms-in-django-73ca418fa4f0
Medium
Day 21 of 100 Days of Django: Forms in Django.
Hi Dev’s👏, Let’s discuss What are Django Forms?
6 Python Things That Make It My Favourite Language
https://python.plainenglish.io/6-python-things-that-make-it-my-favourite-language-ae86a1439e18
https://python.plainenglish.io/6-python-things-that-make-it-my-favourite-language-ae86a1439e18
Medium
6 Python Things That Make it My Favourite Language
I started my Python journey back in 2017, and it has been my favourite programming language ever since. Here are 6 reasons why:
Makine Öğrenmesinde Ensemble (Topluluk) Learning Algoritması
https://medium.com/@gorkemyesildag3/makine-%C3%B6%C4%9Frenmesinde-ensemble-topluluk-learning-algoritmas%C4%B1-f7e2b48586af
https://medium.com/@gorkemyesildag3/makine-%C3%B6%C4%9Frenmesinde-ensemble-topluluk-learning-algoritmas%C4%B1-f7e2b48586af
Medium
Makine Öğrenmesinde Ensemble (Topluluk) Learning Algoritması
Herkese merhaba! Önceki yazımda Makine Öğrenmesinde Decision Trees algoritmasından bahsetmiştim. Bugünkü yazımda ise sınıflandırma için…
Compare preparation approach for better accuracy or not (Ep1 : Setup Environment)
https://suchetreaboot.medium.com/compare-preparation-approach-for-better-accuracy-or-not-ep1-setup-environment-9b913bdfa017
https://suchetreaboot.medium.com/compare-preparation-approach-for-better-accuracy-or-not-ep1-setup-environment-9b913bdfa017
Medium
Compare preparation approach for better accuracy or not (Ep1 : Setup Environment)
เคยได้ยินคำกล่าวที่ว่าถ้าข้อมูล scale ไม่เท่ากันจะนำมาใช้ด้วยกันไม่ได้ ไหมครับ
MongoDB authentication and replication feat. pymongo
https://medium.com/@xdxxxx4713/mongodb-authentication-and-replication-feat-pymongo-3c3e1023156f
https://medium.com/@xdxxxx4713/mongodb-authentication-and-replication-feat-pymongo-3c3e1023156f
Medium
MongoDB authentication and replication feat. pymongo
Building Custom Reproducible ETL Pipelines in Python
https://medium.com/@josephgeorgelewis2000/building-custom-reproducible-etl-pipelines-in-python-7dbdbd32acd1
https://medium.com/@josephgeorgelewis2000/building-custom-reproducible-etl-pipelines-in-python-7dbdbd32acd1
Medium
Building Custom Reproducible ETL Pipelines in Python
How to build robust, reliable and reproducible ETL that will stand the test of time.
Prettify your Python Outputs using pprint()!
https://medium.com/codex/prettify-your-python-outputs-using-pprint-60522ef997d0
https://medium.com/codex/prettify-your-python-outputs-using-pprint-60522ef997d0
Medium
Prettify your Python Outputs using pprint()!
Anyone working in Python usually has to deal with large amounts of data; most times, data is not very pretty. The output isn’t pretty when…
Writing a Spinner — A Spinning Progression Indicator in Python
https://medium.com/@yellowjacket0694_89630/writing-a-spinner-a-spinning-progression-indicator-in-python-6f82e3a3bee
https://medium.com/@yellowjacket0694_89630/writing-a-spinner-a-spinning-progression-indicator-in-python-6f82e3a3bee
Medium
Writing a Spinner — A Spinning Progression Indicator in Python
How I Wrote a Lite Spinner — Progess Indicator-In Python
The Correct Way of Running Python Programs
https://python.plainenglish.io/the-correct-way-of-running-python-programs-ec8bfa4a78cc
https://python.plainenglish.io/the-correct-way-of-running-python-programs-ec8bfa4a78cc
Medium
The Correct Way of Running Python Programs
How to use __name__ == “__main__”
Implement Django User Registration with Email Confirmation
https://medium.com/geekculture/implement-django-user-registration-with-email-confirmation-31f0eefe976d
https://medium.com/geekculture/implement-django-user-registration-with-email-confirmation-31f0eefe976d
Medium
Implement Django User Registration with Email Confirmation
Part 15: We’ll cover how to send an email confirmation using Django when someone registers on our website