6. User Authentication and Admin Panel in Django
https://santoshgawande.com/6-user-authentication-and-admin-panel-in-django-eea598d2b5a2
https://santoshgawande.com/6-user-authentication-and-admin-panel-in-django-eea598d2b5a2
Medium
6. User Authentication and Admin Panel in Django
User authentication is a fundamental component of many web applications, and Django makes it easy to implement. Additionally, Django…
Deploy a Django app to Railway with Template (with gunicorn)
https://medium.com/@cedric.lemercierlaos/deploy-a-django-app-to-railway-with-template-with-gunicorn-399072676c18
https://medium.com/@cedric.lemercierlaos/deploy-a-django-app-to-railway-with-template-with-gunicorn-399072676c18
Medium
Deploy a Django app to Railway with Template (with gunicorn)
If you built your Django app from a free template (or paid for it), you don’t necessarily already have the files necessary for a successful…
Dash for Beginners & Advanced: List of Useful Resources for Interactive Dashboards With Python
https://medium.com/@helpedbyanerd/dash-for-beginners-advanced-list-of-useful-resources-for-interactive-dashboards-with-python-e9c203cc5119
https://medium.com/@helpedbyanerd/dash-for-beginners-advanced-list-of-useful-resources-for-interactive-dashboards-with-python-e9c203cc5119
Medium
Dash for Beginners & Advanced: List of Useful Resources for Interactive Dashboards With Python
Do you want to learn how to build interactive dashboards with Python and Dash? In this article, I will show you all the useful Dash…
5. Creating Views and Templates in Django
https://santoshgawande.com/5-creating-views-and-templates-in-django-d43c4f590009
https://santoshgawande.com/5-creating-views-and-templates-in-django-d43c4f590009
Medium
5. Creating Views and Templates in Django
In the world of web development, views and templates form the backbone of a web application’s user interface. Django, the popular Python…
Phrasewood: Market Research and User Stories
https://medium.com/@maysidavid/phrasewood-market-research-and-user-stories-7dbf82f0f722
https://medium.com/@maysidavid/phrasewood-market-research-and-user-stories-7dbf82f0f722
Medium
Phrasewood: Market Research and User Stories
In which I research existing text-based game engines and define the user stories for the Phrasewood Python library and web platform.
How to create a finger counter with Python and Mediapipe
https://medium.com/@kleve.2406/how-to-create-a-finger-counter-with-python-and-mediapipe-cc6c3911ad09
https://medium.com/@kleve.2406/how-to-create-a-finger-counter-with-python-and-mediapipe-cc6c3911ad09
Medium
How to create a finger counter with Python and Mediapipe
The use of computer vision and machine learning has opened the door to a variety of exciting applications. One such application is creating…
How to Deploy Your Machine Learning API for Free
https://medium.com/@banias/how-to-deploy-your-machine-learning-api-for-free-d3cf896c6a55
https://medium.com/@banias/how-to-deploy-your-machine-learning-api-for-free-d3cf896c6a55
Code pour un calculateur de moyenne en Phyton avec tkinter.
https://medium.com/@sadkiakram1/code-pour-un-calculateur-de-moyenne-en-phyton-avec-tkinter-d07650bb49db
https://medium.com/@sadkiakram1/code-pour-un-calculateur-de-moyenne-en-phyton-avec-tkinter-d07650bb49db
Medium
Code pour un calculateur de moyenne en Phyton avec tkinter.
Un code pour un calculateur de moyenne en plein ecran
Validator Pattern — Do you know how to validate your data properly?
https://levelup.gitconnected.com/validator-pattern-do-you-know-how-to-validate-your-data-properly-50edc5b3c6c6
https://levelup.gitconnected.com/validator-pattern-do-you-know-how-to-validate-your-data-properly-50edc5b3c6c6
Medium
Validator Pattern — Do you know how to validate your data properly?
Data validation in software development plays a crucial role in the quality of your application. A great validation system is a really…
How to Learn Python in 4 Hours a Week — The Tim Ferriss Approach
https://levelup.gitconnected.com/how-to-learn-python-in-4-hours-a-week-the-tim-ferriss-approach-3ddf1f190097
https://levelup.gitconnected.com/how-to-learn-python-in-4-hours-a-week-the-tim-ferriss-approach-3ddf1f190097
Medium
How to Learn Python in 4 Hours a Week — The Tim Ferriss Approach
And Master Python Without The Grind
Integrating SQLite Database with Flask Application
https://levelup.gitconnected.com/integrating-sqlite-database-with-flask-application-1606c8da733b
https://levelup.gitconnected.com/integrating-sqlite-database-with-flask-application-1606c8da733b
Medium
Integrating SQLite Database with Flask Application
This article will guide you step by step in making a database using Flask-SQLAlchemy. It will show you how to work with an SQLite database…
Top 10 Python Libraries for Data Science You Can’t Ignore in 2023
https://levelup.gitconnected.com/top-10-python-libraries-for-data-science-you-cant-ignore-in-2023-38f1c8b24340
https://levelup.gitconnected.com/top-10-python-libraries-for-data-science-you-cant-ignore-in-2023-38f1c8b24340
API Security: A Comprehensive Guide
https://medium.com/@alex.staniea98/mastering-api-security-a-comprehensive-guide-faf4c54bd60d
https://medium.com/@alex.staniea98/mastering-api-security-a-comprehensive-guide-faf4c54bd60d
Medium
API Security: A Comprehensive Guide
In today’s digital landscape, Application Programming Interfaces (APIs) play a pivotal role in connecting and enabling various software…
Django: adding XML export in django-import-export
https://medium.com/@denibatyzhev/django-adding-xml-export-in-django-import-export-167686cb0d64
https://medium.com/@denibatyzhev/django-adding-xml-export-in-django-import-export-167686cb0d64
Medium
Django: adding XML export in django-import-export
First of all, we need to create a XML class. You can make a formats.py file in the app where you wanna have the XML export:
Exploring Files in Python: A Comprehensive Guide to File Information Extraction
https://medium.com/@andrewx-ex/exploring-files-in-python-a-comprehensive-guide-to-file-information-extraction-d58e495b3037
https://medium.com/@andrewx-ex/exploring-files-in-python-a-comprehensive-guide-to-file-information-extraction-d58e495b3037
Medium
Exploring Files in Python: A Comprehensive Guide to File Information Extraction
In today’s digital world, managing and understanding the files on our machines is crucial for effective data management. We will be…