Setting up a Virtual Environment and GitHub Repo : A Step-by-Step Guide
https://medium.com/@nelsonjoseph123/setting-up-a-virtual-environment-and-github-repo-a-step-by-step-guide-107215bf0a7c
https://medium.com/@nelsonjoseph123/setting-up-a-virtual-environment-and-github-repo-a-step-by-step-guide-107215bf0a7c
Medium
Setting up a Virtual Environment and GitHub Repo : A Step-by-Step Guide
Setting up a virtual environment for Python projects is indeed a crucial step in software development. It allows for the isolation of…
DjangoExplainer: How custom user authentication is implemented in Python Django
https://medium.com/@sakthi1996sm/djangoexplainer-how-custom-user-authentication-is-implemented-in-python-django-e244a0ef51c9
https://medium.com/@sakthi1996sm/djangoexplainer-how-custom-user-authentication-is-implemented-in-python-django-e244a0ef51c9
Medium
DjangoExplainer: How custom user authentication is implemented in Python Django
In Django, implementing custom user authentication involves creating a User model and a BaseUserManager. The User model stores user data, while the BaseUserManager handles user creation. To use this custom model as the default authentication model, specify…
Exploring the Programming World with Python and Turtle
https://larbi-ouiyzme.medium.com/exploring-the-programming-world-with-python-and-turtle-9cc7da096528
https://larbi-ouiyzme.medium.com/exploring-the-programming-world-with-python-and-turtle-9cc7da096528
Medium
Exploring the Programming World with Python and Turtle
Meeting Turtle
On the Way to Python : A Fun STEM Course for Future Coders
https://larbi-ouiyzme.medium.com/on-the-way-to-python-a-fun-stem-course-for-future-coders-ae6f89d68d05
https://larbi-ouiyzme.medium.com/on-the-way-to-python-a-fun-stem-course-for-future-coders-ae6f89d68d05
Medium
On the Way to Python : A Fun STEM Course for Future Coders
What is STEM ?
Restaurant Order Q1 2023 — Data Analyst Portfolio
https://medium.com/@annisamuhh/restaurant-order-q1-2023-data-analyst-portfolio-16fe3a39974c
https://medium.com/@annisamuhh/restaurant-order-q1-2023-data-analyst-portfolio-16fe3a39974c
Medium
Restaurant Order Q1 2023 — Data Analyst Portfolio
In this project, the analysis aims to find operational and customer patterns to gain insight on optimizing the resource.
Setting custom notifications in Windows using Python
https://medium.com/@pratikdahal700/setting-custom-notifications-in-windows-using-python-4b30012467bf
https://medium.com/@pratikdahal700/setting-custom-notifications-in-windows-using-python-4b30012467bf
Medium
Setting custom notifications in Windows using Python
In this article, I will be demonstrating a simple way with which you can display custom notifications in Windows. For this example, I will…
Django Rest Framework vs Django Ninja: Choosing the Right Framework for Your API
https://mccall167.medium.com/django-rest-framework-vs-django-ninja-choosing-the-right-framework-for-your-api-ae7c0f8f4baa
https://mccall167.medium.com/django-rest-framework-vs-django-ninja-choosing-the-right-framework-for-your-api-ae7c0f8f4baa
Medium
Django Rest Framework vs Django Ninja: Choosing the Right Framework for Your API
When it comes to building robust and efficient APIs in the Django ecosystem, developers often find themselves choosing between Django Rest Framework (DRF) and Django Ninja. Both frameworks offer…
Complete Basic Guide to Data Manipulation with Numpy
https://medium.com/@egafebridh/complete-basic-guide-to-data-manipulation-with-numpy-f7cc6aee509a
https://medium.com/@egafebridh/complete-basic-guide-to-data-manipulation-with-numpy-f7cc6aee509a
Medium
Complete Basic Guide to Data Manipulation with Numpy
Numpy is one of the most used python library when there is a need to manipulate dataset. This library is capable of doing many things, we…
Step-by-Step Guide to Implementing OAuth Authentication in FastAPI
https://medium.com/@himanshu.sharma.for.work/step-by-step-guide-to-implementing-oauth-authentication-in-fastapi-8291a3184f46
https://medium.com/@himanshu.sharma.for.work/step-by-step-guide-to-implementing-oauth-authentication-in-fastapi-8291a3184f46
Medium
Step-by-Step Guide to Implementing OAuth Authentication in FastAPI
In the ever-evolving landscape of web applications, security is paramount. If you’re building APIs with FastAPI, you’re already on the…
How to Run a Jupyter Notebook on a Chromebook
https://tinplavec.medium.com/how-to-run-a-jupyter-notebook-on-a-chromebook-e080380fafb9
https://tinplavec.medium.com/how-to-run-a-jupyter-notebook-on-a-chromebook-e080380fafb9
Medium
How to Run a Jupyter Notebook on a Chromebook
Chromebooks run ChromeOS, a cloud-first operating system based on the Linux kernel, that is known for its super-fast booting. The initial…
Repository structure for use case driven data engineering
https://medium.com/@ruud.cools/repository-structure-for-use-case-driven-data-engineering-74a74a1154b2
https://medium.com/@ruud.cools/repository-structure-for-use-case-driven-data-engineering-74a74a1154b2
Medium
Repository structure for use case driven data engineering
Options for maintainable use case development