#medium Archives - 🌟Code with MrCoder7️⃣0️⃣1️⃣ https://www.mrcoder701.com/tag/medium/ Blog related to programming Thu, 04 Apr 2024 18:22:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://www.mrcoder701.com/wp-content/uploads/2024/06/cropped-369B947D-A5EE-4B16-816A-5EE55D1DDF96_L0_001-10_6_2024-6-13-24-PM-32x32.png #medium Archives - 🌟Code with MrCoder7️⃣0️⃣1️⃣ https://www.mrcoder701.com/tag/medium/ 32 32 Comparison and Conversion function in Django Models https://www.mrcoder701.com/2024/04/04/mastering-django-models-comparison-conversion-functions/ https://www.mrcoder701.com/2024/04/04/mastering-django-models-comparison-conversion-functions/#comments Thu, 04 Apr 2024 18:22:44 +0000 https://www.mrcoder701.com/?p=597 Ever wondered how to utilize Django models for advanced data manipulation? This post takes you through comparison and conversion functions like Cast, Coalesce, and Collate with practical examples to boost your Django projects.

The post Comparison and Conversion function in Django Models appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/04/04/mastering-django-models-comparison-conversion-functions/feed/ 1
django.core.exceptions.ImproperlyConfigured: Error loading psycopg module: No module named psycopg https://www.mrcoder701.com/2024/04/02/solving-django-core-exception-psycopg-module-error/ https://www.mrcoder701.com/2024/04/02/solving-django-core-exception-psycopg-module-error/#comments Tue, 02 Apr 2024 16:45:27 +0000 https://www.mrcoder701.com/?p=586 Stumped by the "psycopg module not found" error in Django? Dive into our expert guide for easy-to-follow solutions that will get your project back on track in no time.

The post django.core.exceptions.ImproperlyConfigured: Error loading psycopg module: No module named psycopg appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/04/02/solving-django-core-exception-psycopg-module-error/feed/ 2
Python’s most powerful functions: map(), filter(), lambda(), zip(), Enumerate() https://www.mrcoder701.com/2024/03/26/python-powerful-functions-lambda-map-filter-zip-enumerate/ https://www.mrcoder701.com/2024/03/26/python-powerful-functions-lambda-map-filter-zip-enumerate/#comments Tue, 26 Mar 2024 15:18:25 +0000 https://www.mrcoder701.com/?p=552 Discover the 5 powerful Python functions: lambda, map, filter, zip, and enumerate, that can streamline your coding projects effectively.

The post Python’s most powerful functions: map(), filter(), lambda(), zip(), Enumerate() appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/26/python-powerful-functions-lambda-map-filter-zip-enumerate/feed/ 1
Create a Random Password Generator using Python https://www.mrcoder701.com/2024/03/26/random-password-generator-security/ https://www.mrcoder701.com/2024/03/26/random-password-generator-security/#comments Tue, 26 Mar 2024 14:26:56 +0000 https://www.mrcoder701.com/?p=549 In the digital age, protecting your online identity has never been more crucial. A random password generator is your first line of defense against cyber threats. Find out how it works and why it's essential for securing your digital footprint.

The post Create a Random Password Generator using Python appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/26/random-password-generator-security/feed/ 1
User Forgot Password Using Flask REST API https://www.mrcoder701.com/2024/03/19/forgot-password-flask-rest-api/ https://www.mrcoder701.com/2024/03/19/forgot-password-flask-rest-api/#comments Tue, 19 Mar 2024 18:14:26 +0000 https://www.mrcoder701.com/?p=517 Struggling to add a "Forgot Password" feature to your Flask REST API? This guide walks you through every step, from setup to sending the reset email, ensuring a seamless user experience.

The post User Forgot Password Using Flask REST API appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/19/forgot-password-flask-rest-api/feed/ 1
TypeError: string argument without an encoding in Python https://www.mrcoder701.com/2024/03/19/typeerror-string-argument-without-an-encoding-in-python-2/ https://www.mrcoder701.com/2024/03/19/typeerror-string-argument-without-an-encoding-in-python-2/#comments Tue, 19 Mar 2024 18:09:45 +0000 https://www.mrcoder701.com/?p=509 Encounter the dreaded "TypeError: string argument without an encoding" in Python? Our comprehensive guide demystifies this common error, offering clear solutions to get your code running smoothly.

The post TypeError: string argument without an encoding in Python appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/19/typeerror-string-argument-without-an-encoding-in-python-2/feed/ 1
Flask Rest API With User Signup&Login with JWT Token https://www.mrcoder701.com/2024/03/19/flask-rest-api-user-signup-login-jwt/ https://www.mrcoder701.com/2024/03/19/flask-rest-api-user-signup-login-jwt/#comments Tue, 19 Mar 2024 18:08:16 +0000 https://www.mrcoder701.com/?p=515 Discover how to build a Flask REST API with JWT token authentication for user signup and login. This guide includes detailed steps, file structure, and an example to get you started.

The post Flask Rest API With User Signup&Login with JWT Token appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/19/flask-rest-api-user-signup-login-jwt/feed/ 2
How to optimize Django ORM queries https://www.mrcoder701.com/2024/03/19/how-to-optimize-django-orm-queries/ https://www.mrcoder701.com/2024/03/19/how-to-optimize-django-orm-queries/#comments Tue, 19 Mar 2024 18:06:29 +0000 https://www.mrcoder701.com/?p=512 Struggling with slow Django applications? Our guide on optimizing Django ORM queries dives deep into techniques that enhance performance, making your projects faster and more scalable.

The post How to optimize Django ORM queries appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/19/how-to-optimize-django-orm-queries/feed/ 2
The Evolution of Artificial Intelligence: Tracing the Journey to Today’s Tech Marvels https://www.mrcoder701.com/2024/03/19/the-evolution-of-artificial-intelligence-tracing-the-journey-to-todays-tech-marvels/ https://www.mrcoder701.com/2024/03/19/the-evolution-of-artificial-intelligence-tracing-the-journey-to-todays-tech-marvels/#comments Tue, 19 Mar 2024 17:56:09 +0000 https://www.mrcoder701.com/?p=524 Artificial Intelligence (AI) has journeyed from the realms of science fiction to become a staple in our daily lives, powering everything from smart assistants in our homes to sophisticated algorithms that drive decision-making in industries.

The post The Evolution of Artificial Intelligence: Tracing the Journey to Today’s Tech Marvels appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/19/the-evolution-of-artificial-intelligence-tracing-the-journey-to-todays-tech-marvels/feed/ 2
How To Revert Migration In Django? https://www.mrcoder701.com/2024/03/19/how-to-revert-migration-in-django/ https://www.mrcoder701.com/2024/03/19/how-to-revert-migration-in-django/#comments Tue, 19 Mar 2024 17:46:01 +0000 https://www.mrcoder701.com/?p=506 Learn how to expertly revert a migration in Django, ensuring smooth database and application management for developers.

The post How To Revert Migration In Django? appeared first on 🌟Code with MrCoder7️⃣0️⃣1️⃣.

]]>
https://www.mrcoder701.com/2024/03/19/how-to-revert-migration-in-django/feed/ 1