Дайджест Python #11: шаурмичная на Python и AI-плагины для разработки
Лучшие статьи о Python с 1 по 15 июня: как готовить шаурму с Python, как создать чатбот на ruT5 и какие есть AI-плагины для разработки.
Читать: «Дайджест Python #11: шаурмичная на Python и AI-плагины для разработки»
Лучшие статьи о Python с 1 по 15 июня: как готовить шаурму с Python, как создать чатбот на ruT5 и какие есть AI-плагины для разработки.
Читать: «Дайджест Python #11: шаурмичная на Python и AI-плагины для разработки»
Tproger
Дайджест Python #11: шаурмичная на Python и AI-плагины для разработки
Лучшие статьи о Python с 1 по 15 июня: как готовить шаурму с Python, как создать чатбот на ruT5 и какие есть AI-плагины для разработки.
👍1
Export Django Model Schemas into Excel
Hello Devs,
I have come across Scanario where I have too many models in my Django project and I have to export model schemas into an Excel file to audit the same.I have found the solution and I wanted to share it here so it can help you as well.
To e...
Read: https://blog.akashsenta.com/export-django-model-schemas-into-excel
Hello Devs,
I have come across Scanario where I have too many models in my Django project and I have to export model schemas into an Excel file to audit the same.I have found the solution and I wanted to share it here so it can help you as well.
To e...
Read: https://blog.akashsenta.com/export-django-model-schemas-into-excel
Django, Docker, and PostgreSQL
In this tutorial, I will guide you through the process of creating a new Django project using Docker and PostgreSQL. Although Django comes with built-in support for SQLite, it is recommended to use a "real" database like PostgreSQL even for local dev...
Read: https://pedbad.hashnode.dev/django-docker-and-postgresql
In this tutorial, I will guide you through the process of creating a new Django project using Docker and PostgreSQL. Although Django comes with built-in support for SQLite, it is recommended to use a "real" database like PostgreSQL even for local dev...
Read: https://pedbad.hashnode.dev/django-docker-and-postgresql
👍3
Understanding Python Syntax: The Lazy Guide for Beginners
Python, known for its simplicity and readability, is an excellent programming language for beginners to embark on their coding journey.
Understanding Python syntax is essential for writing effective code and solving real-world problems. In this arti...
Read: https://learnhubafrica.hashnode.dev/understanding-python-syntax-the-lazy-guide-for-beginners
Python, known for its simplicity and readability, is an excellent programming language for beginners to embark on their coding journey.
Understanding Python syntax is essential for writing effective code and solving real-world problems. In this arti...
Read: https://learnhubafrica.hashnode.dev/understanding-python-syntax-the-lazy-guide-for-beginners
Django-MVT architecture
Django is a powerful web development framework used for creating creative websites. Django is well-documented and supported by a large development community. Django appears to be a MVT framework(Model-View-template).It runs on various os platforms(wi...
Read: https://pythongeek.hashnode.dev/django-mvt-architecture
Django is a powerful web development framework used for creating creative websites. Django is well-documented and supported by a large development community. Django appears to be a MVT framework(Model-View-template).It runs on various os platforms(wi...
Read: https://pythongeek.hashnode.dev/django-mvt-architecture
#4 - Setting the stage to write testcases
In my previous post, we saw how to use pydanny's cookie cutter and create a django project. That's how I created mine.
I have my roadmap ready, which means I've decided on the apps that I will need. Apps in django is nothing but a self-contained modu...
Read: https://hellosambhavi.com/4-setting-the-stage-to-write-testcases
In my previous post, we saw how to use pydanny's cookie cutter and create a django project. That's how I created mine.
I have my roadmap ready, which means I've decided on the apps that I will need. Apps in django is nothing but a self-contained modu...
Read: https://hellosambhavi.com/4-setting-the-stage-to-write-testcases
Let's Learn Django #5 Django Template
In the previous blog, we looked at how to set up and use Django templating. Now, let's dive deeper into Django templating and explore its powerful features.
Django templating is very powerful. It supports a large number of tags like if, for, cycle et...
Read: https://dilutewater.hashnode.dev/lets-learn-django-5-django-template
In the previous blog, we looked at how to set up and use Django templating. Now, let's dive deeper into Django templating and explore its powerful features.
Django templating is very powerful. It supports a large number of tags like if, for, cycle et...
Read: https://dilutewater.hashnode.dev/lets-learn-django-5-django-template
Forms in Django: Simplifying User Input Handling
What are Forms?
Forms are essential components of web applications that allow users to input data. Whether it's a registration form, a search bar, or a feedback form, Django provides a robust way to handle user input effortlessly. In this blog post, ...
Read: https://nileshdarji.hashnode.dev/forms-in-django
What are Forms?
Forms are essential components of web applications that allow users to input data. Whether it's a registration form, a search bar, or a feedback form, Django provides a robust way to handle user input effortlessly. In this blog post, ...
Read: https://nileshdarji.hashnode.dev/forms-in-django
👍1
Build your first app using django
Let’s create our first app using Django in a structured manner.
It is always suggested to provide a virtual environment for each Django project you create.Ok,now why virtual environment?The reason for creating a virtual environment for each Django pr...
Read: https://pythongeek.hashnode.dev/build-your-first-app-using-django
Let’s create our first app using Django in a structured manner.
It is always suggested to provide a virtual environment for each Django project you create.Ok,now why virtual environment?The reason for creating a virtual environment for each Django pr...
Read: https://pythongeek.hashnode.dev/build-your-first-app-using-django
Flask vs Django: Selecting the Perfect Python Web Framework
Python offers developers a multitude of options when it comes to web frameworks, but two of the most popular choices are Flask and Django. Both frameworks have their own strengths and cater to different needs, making the decision between them crucial for your project's success.
In this article, we will delve into a comprehensive comparison of Flask and Django, highlighting their …
Read: https://djangocentral.com/flask-vs-django-selecting-the-perfect-python-web-framework/
Python offers developers a multitude of options when it comes to web frameworks, but two of the most popular choices are Flask and Django. Both frameworks have their own strengths and cater to different needs, making the decision between them crucial for your project's success.
In this article, we will delve into a comprehensive comparison of Flask and Django, highlighting their …
Read: https://djangocentral.com/flask-vs-django-selecting-the-perfect-python-web-framework/
Djangocentral
Flask vs Django: Selecting the Perfect Python Web Framework
Python offers developers a multitude of options when it comes to web frameworks, but two of the most popular choices are Flask and Django. Both frameworks ha
Implementing Custom User Authentication in Django: A Comprehensive Guide
Django provides a robust authentication system out of the box. However, there are instances where the default authentication setup may not exactly fit the specific requirements of your project. In such cases, implementing a custom user authentication...
Read: https://codepriest.hashnode.dev/implementing-custom-user-authentication-in-django-a-comprehensive-guide
Django provides a robust authentication system out of the box. However, there are instances where the default authentication setup may not exactly fit the specific requirements of your project. In such cases, implementing a custom user authentication...
Read: https://codepriest.hashnode.dev/implementing-custom-user-authentication-in-django-a-comprehensive-guide
Hosting a Django Application on Kubernetes with PostgreSQL Database and Istio as Ingress
Introduction:
In the world of modern application development, containerization and orchestration have become essential for scalability, reliability, and seamless deployment. Kubernetes, a powerful container orchestration platform, offers a robust sol...
Read: https://blogs.iamabhishek.me/hosting-a-django-application-on-kubernetes-with-postgresql-database-and-istio-as-ingress
Introduction:
In the world of modern application development, containerization and orchestration have become essential for scalability, reliability, and seamless deployment. Kubernetes, a powerful container orchestration platform, offers a robust sol...
Read: https://blogs.iamabhishek.me/hosting-a-django-application-on-kubernetes-with-postgresql-database-and-istio-as-ingress
How to Add ads.txt to Your Django Project: Boost Ad Revenue with Simple Implementation
If you're looking to maximize your ad revenue and monetization efforts in your Django project, adding ads.txt is a crucial step, ads.txt is a text file that helps prevent unauthorized ad inventory from being sold on your website, ensuring that only trusted advertisers can display ads.
By adding this file to your Django project, you can enhance the credibility of …
Read: https://djangocentral.com/how-to-add-adstxt-to-your-django-project-boost-ad-revenue-with-simple-implementation/
If you're looking to maximize your ad revenue and monetization efforts in your Django project, adding ads.txt is a crucial step, ads.txt is a text file that helps prevent unauthorized ad inventory from being sold on your website, ensuring that only trusted advertisers can display ads.
By adding this file to your Django project, you can enhance the credibility of …
Read: https://djangocentral.com/how-to-add-adstxt-to-your-django-project-boost-ad-revenue-with-simple-implementation/
Djangocentral
How to Add ads.txt to Your Django Project: Boost Ad Revenue with Simple Implementation
If you're looking to maximize your ad revenue and monetization efforts in your Django project, adding ads.txt is a crucial step, ads.txt is a text file that
Effortless Django Installation: Utilizing Pip and Virtual Environments to Create a Sample Project on Ubuntu 22.04
Setting up Django with Pip in a Virtual Environment: A Comprehensive Guide
When it comes to developing Django projects, having a clean and isolated environment is crucial for smooth execution. In this step-by-step guide, we will walk you through the ...
Read: https://nakityo-joanita.hashnode.dev/effortless-django-installation-utilizing-pip-and-virtual-environments-to-create-a-sample-project-on-ubuntu-2204
Setting up Django with Pip in a Virtual Environment: A Comprehensive Guide
When it comes to developing Django projects, having a clean and isolated environment is crucial for smooth execution. In this step-by-step guide, we will walk you through the ...
Read: https://nakityo-joanita.hashnode.dev/effortless-django-installation-utilizing-pip-and-virtual-environments-to-create-a-sample-project-on-ubuntu-2204
How to Read a Text File in Python with Examples
Working with text files is a fundamental task in many Python applications. Whether you're processing large data files, reading configuration files, or analyzing log files, understanding how to read text files efficiently is essential.
In this article, we'll dive into the world of file handling in Python and explore different techniques to read text files with ease. By the end, …
Read: https://djangocentral.com/how-to-read-a-text-file-in-python/
Working with text files is a fundamental task in many Python applications. Whether you're processing large data files, reading configuration files, or analyzing log files, understanding how to read text files efficiently is essential.
In this article, we'll dive into the world of file handling in Python and explore different techniques to read text files with ease. By the end, …
Read: https://djangocentral.com/how-to-read-a-text-file-in-python/
Djangocentral
How to Read a Text File in Python with Examples
Working with text files is a fundamental task in many Python applications. Whether you're processing large data files, reading configuration files, or analyz
👍1
Django templates(configure HTML and CSS),heard of HTML inheritance?
We know that ,HTML is the user interface of any webpage. User interface will help the user to use the service of the website .Even though Django is a python based framework,we can configure the HTML and beautify the pages using CSS within the framewo...
Read: https://pythongeek.hashnode.dev/django-templatesconfigure-html-and-cssheard-of-html-inheritance
We know that ,HTML is the user interface of any webpage. User interface will help the user to use the service of the website .Even though Django is a python based framework,we can configure the HTML and beautify the pages using CSS within the framewo...
Read: https://pythongeek.hashnode.dev/django-templatesconfigure-html-and-cssheard-of-html-inheritance
Python Libraries Every Developer Should Know
Python's strength lies not only in its simplicity and readability but also in its rich ecosystem of libraries. These libraries provide pre-built functions and modules that extend Python's capabilities and help developers save time and effort. In this...
Read: https://johananoppongamoateng.hashnode.dev/python-libraries-every-developer-should-know
Python's strength lies not only in its simplicity and readability but also in its rich ecosystem of libraries. These libraries provide pre-built functions and modules that extend Python's capabilities and help developers save time and effort. In this...
Read: https://johananoppongamoateng.hashnode.dev/python-libraries-every-developer-should-know
Introduction to Web Frameworks: A Comprehensive Guide
In the world of web development, creating dynamic and robust websites and web applications requires a solid foundation and efficient tools. This is where web frameworks come into play. Web frameworks provide developers with a structured approach to b...
Read: https://quinnkiwalabye.hashnode.dev/introduction-to-web-frameworks-a-comprehensive-guide
In the world of web development, creating dynamic and robust websites and web applications requires a solid foundation and efficient tools. This is where web frameworks come into play. Web frameworks provide developers with a structured approach to b...
Read: https://quinnkiwalabye.hashnode.dev/introduction-to-web-frameworks-a-comprehensive-guide
Handling Secrets of a Django Application in Different Environments
Introduction
We know that the development and production environments of an application are vastly different. We also know that it is a common habit among beginners to simply check their application secrets (such as the SECRET_KEY, database credentia...
Read: https://diptonil.hashnode.dev/handling-secrets-of-a-django-application-in-different-environments
Introduction
We know that the development and production environments of an application are vastly different. We also know that it is a common habit among beginners to simply check their application secrets (such as the SECRET_KEY, database credentia...
Read: https://diptonil.hashnode.dev/handling-secrets-of-a-django-application-in-different-environments
Django: Building Web Applications with Python
Strong Python web framework Django is renowned for its high-level architecture and quick development capabilities. Django gives developers the tools they need to quickly build reliable and scalable web applications thanks to its simple, practical des...
Read: https://quinnkiwalabye.hashnode.dev/django-building-web-applications-with-python
Strong Python web framework Django is renowned for its high-level architecture and quick development capabilities. Django gives developers the tools they need to quickly build reliable and scalable web applications thanks to its simple, practical des...
Read: https://quinnkiwalabye.hashnode.dev/django-building-web-applications-with-python
👍1