Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода
Собрали дайджест из лучших статей и новостей о Python с 14 по 28 февраля. Дайджест включает статьи и видео на русском и английском языках.
Читать: «Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода»
Собрали дайджест из лучших статей и новостей о Python с 14 по 28 февраля. Дайджест включает статьи и видео на русском и английском языках.
Читать: «Дайджест Python #4: версия 3.12 и свой GPT за 60 строк кода»
👍2
How to use DateTimeField in Django Models !!
Django's DateTimeField is a useful field that allows you to store and manipulate date and time data in your models. In this blog, we'll take a closer look at how to use DateTimeField in Django, with code examples and images to help illustrate the con...
Read: https://blog.mayankaggarwal.live/how-to-use-datetimefield-in-django-models
Django's DateTimeField is a useful field that allows you to store and manipulate date and time data in your models. In this blog, we'll take a closer look at how to use DateTimeField in Django, with code examples and images to help illustrate the con...
Read: https://blog.mayankaggarwal.live/how-to-use-datetimefield-in-django-models
👍1
Django Model Inheritance
Django is a popular web framework that allows developers to build web applications quickly and easily. One of the powerful features of Django is its support for model inheritance. Model inheritance enables developers to create new models by inheritin...
Read: https://vicentereyes.org/django-model-inheritance
Django is a popular web framework that allows developers to build web applications quickly and easily. One of the powerful features of Django is its support for model inheritance. Model inheritance enables developers to create new models by inheritin...
Read: https://vicentereyes.org/django-model-inheritance
👍1
How I'm Building a SaaS to Launch in 7 days (in public)
Hey Hashnode!
I’m doing a fun, quick challenge to build a SaaS (coding the entire thing myself) in 7 days and documenting the entire journey.
I got a lot of support to do this so I'm finally doing it..
I have 10 years of experience coding (python, no...
Read: https://pwangszn.com/how-im-building-a-saas-to-launch-in-7-days-in-public
Hey Hashnode!
I’m doing a fun, quick challenge to build a SaaS (coding the entire thing myself) in 7 days and documenting the entire journey.
I got a lot of support to do this so I'm finally doing it..
I have 10 years of experience coding (python, no...
Read: https://pwangszn.com/how-im-building-a-saas-to-launch-in-7-days-in-public
Building Course Assist Part 5: Rebuilding chat functionality from scratch (1/2).
If you've been following this series you're probably wondering why I'm rebuilding chat functionality into Course Assist. In the previous chat functionality blog I mentioned 3 ways of adding chat functionality to an app which is; 1. Building a chat sy...
Read: https://andysonm.hashnode.dev/building-course-assist-part-5-rebuilding-chat-functionality-from-scratch-12
If you've been following this series you're probably wondering why I'm rebuilding chat functionality into Course Assist. In the previous chat functionality blog I mentioned 3 ways of adding chat functionality to an app which is; 1. Building a chat sy...
Read: https://andysonm.hashnode.dev/building-course-assist-part-5-rebuilding-chat-functionality-from-scratch-12
What Are GET, POST, PUT & DELETE Requests!!
In this blog, we will explore the four main HTTP requests used in Django: GET, POST, PUT, and DELETE. We will cover the basics of each request and provide code examples for each.
GET Request
A GET request is used to retrieve data from a server. Wh...
Read: https://blog.mayankaggarwal.live/what-are-get-post-put-delete-requests
In this blog, we will explore the four main HTTP requests used in Django: GET, POST, PUT, and DELETE. We will cover the basics of each request and provide code examples for each.
GET Request
A GET request is used to retrieve data from a server. Wh...
Read: https://blog.mayankaggarwal.live/what-are-get-post-put-delete-requests
Effortlessly Setting Up Your Django Environment Using Devcontainer
Introduction
Developing applications using the Django framework requires a specific set of development environment configurations, such as the Python interpreter version, packages, libraries, and dependencies. In this blog, we will discuss the proce...
Read: https://kodein.hashnode.dev/effortlessly-setting-up-your-django-environment-using-devcontainer
Introduction
Developing applications using the Django framework requires a specific set of development environment configurations, such as the Python interpreter version, packages, libraries, and dependencies. In this blog, we will discuss the proce...
Read: https://kodein.hashnode.dev/effortlessly-setting-up-your-django-environment-using-devcontainer
👍1
Building globally with Django internalization
The world as a global village is comprising of different language, ethnicity and gender. In this article I will introduce to you the concept of internalization with Django.
You will understand how an application can be built to reach a global audienc...
Read: https://osahenru.hashnode.dev/building-globally-with-django-internalization
The world as a global village is comprising of different language, ethnicity and gender. In this article I will introduce to you the concept of internalization with Django.
You will understand how an application can be built to reach a global audienc...
Read: https://osahenru.hashnode.dev/building-globally-with-django-internalization
Integrating Paystack payment gateway into the Django project
Merchants use payment gateways, a technology that enables them to accept credit or debit card payments from customers. This term encompasses the physical card-reading devices found in material and offline retail stores and the payment processing port...
Read: https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project
Merchants use payment gateways, a technology that enables them to accept credit or debit card payments from customers. This term encompasses the physical card-reading devices found in material and offline retail stores and the payment processing port...
Read: https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project
👍1
Integrating Paystack payment gateway into the Django project
This article is split into two parts to make it easier for readers to digest the information and to allow for a more focused and in-depth exploration of the topic. This is part two(2) of the article. Check out part one(1) at, Link
I highly recommend ...
Read: https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project-part2
This article is split into two parts to make it easier for readers to digest the information and to allow for a more focused and in-depth exploration of the topic. This is part two(2) of the article. Check out part one(1) at, Link
I highly recommend ...
Read: https://willingly.hashnode.dev/integrating-paystack-payment-gateway-into-the-django-project-part2
Основы PyCharm
Сегодня я расскажу новичкам про полезные и удобные функции PyCharm. Эта статья предназначена для тех, кто уже знаком с PyCharm и написал свои первые программы. Затронем основной функционал пайчарма, который может упростить и ускорить вашу работу и узнаем, как запускать сервер и тесты Django в один клик. А ещё, я поделюсь подборкой полезных плагинов и горячих клавиш.
Читать: https://habr.com/ru/post/720480/
Сегодня я расскажу новичкам про полезные и удобные функции PyCharm. Эта статья предназначена для тех, кто уже знаком с PyCharm и написал свои первые программы. Затронем основной функционал пайчарма, который может упростить и ускорить вашу работу и узнаем, как запускать сервер и тесты Django в один клик. А ещё, я поделюсь подборкой полезных плагинов и горячих клавиш.
Читать: https://habr.com/ru/post/720480/
All About DjangoRestAPI ! And How to Use it !!
Django is a powerful web framework that provides tools for building RESTful APIs. In this blog, we will discuss what RESTful APIs are and how to use Django to build them.
What is REST?
REST stands for Representational State Transfer. It is a design p...
Read: https://blog.mayankaggarwal.live/all-about-djangorestapi-and-how-to-use-it
Django is a powerful web framework that provides tools for building RESTful APIs. In this blog, we will discuss what RESTful APIs are and how to use Django to build them.
What is REST?
REST stands for Representational State Transfer. It is a design p...
Read: https://blog.mayankaggarwal.live/all-about-djangorestapi-and-how-to-use-it
👍1
Getting started with Django App
Introduction
An app in Django is a self-contained module that provides a specific functionality within the Django project. A Django project can have multiple apps, each of which handles multiple functionalities of a project.
For example, let's say yo...
Read: https://srujangowda.hashnode.dev/getting-started-with-django-app
Introduction
An app in Django is a self-contained module that provides a specific functionality within the Django project. A Django project can have multiple apps, each of which handles multiple functionalities of a project.
For example, let's say yo...
Read: https://srujangowda.hashnode.dev/getting-started-with-django-app
Srujan Gowda D M's Blog
Getting started with Django App
A step-by-step guide to setting up Views and URLs.
👍1
Django Vs NodeJS
Django and Node.js are two the most popular web development frameworks, each with their its own strengths and weaknesses.
So first, let's discuss about their functionalities,
Functionalities of Django and NodeJS:
Ecosystem: Node.js has a rich ecosys...
Read: https://aaditechtalk.hashnode.dev/django-vs-nodejs
Django and Node.js are two the most popular web development frameworks, each with their its own strengths and weaknesses.
So first, let's discuss about their functionalities,
Functionalities of Django and NodeJS:
Ecosystem: Node.js has a rich ecosys...
Read: https://aaditechtalk.hashnode.dev/django-vs-nodejs
My Journey on how I built an online marketplace api (Part 1)
For this project I used Django to build the models, django rest framework for the api, and mysql for the database.
What are the steps needed to proceed
create a virtualenv using pipenv and activate it
Desktop/Development/: pip install pipenv
Deskt...
Read: https://sawacha.hashnode.dev/my-journey-on-how-i-built-an-online-marketplace-api-part-1
For this project I used Django to build the models, django rest framework for the api, and mysql for the database.
What are the steps needed to proceed
create a virtualenv using pipenv and activate it
Desktop/Development/: pip install pipenv
Deskt...
Read: https://sawacha.hashnode.dev/my-journey-on-how-i-built-an-online-marketplace-api-part-1
How does Django handle user authentication and authorization?
Django provides a robust built-in authentication and authorization system that allows developers to handle user authentication and authorization with ease. The authentication system manages user registration, login, logout, and password reset, while ...
Read: https://mtmanish.hashnode.dev/how-does-django-handle-user-authentication-and-authorization
Django provides a robust built-in authentication and authorization system that allows developers to handle user authentication and authorization with ease. The authentication system manages user registration, login, logout, and password reset, while ...
Read: https://mtmanish.hashnode.dev/how-does-django-handle-user-authentication-and-authorization
30-Day Plan to build a Side Project -For Beginners
Devs, It's the first Monday of the month 🗓️
If you start today, in the next 4 weeks, you can have a working and live side project 🚀
Here is a 30 Day step by step process. 🧵
I have created a detailed Google Sheet of the 30-day plan. Check the Link ...
Read: https://saaswisdom.hashnode.dev/30-day-plan-to-build-a-side-project-for-beginners
Devs, It's the first Monday of the month 🗓️
If you start today, in the next 4 weeks, you can have a working and live side project 🚀
Here is a 30 Day step by step process. 🧵
I have created a detailed Google Sheet of the 30-day plan. Check the Link ...
Read: https://saaswisdom.hashnode.dev/30-day-plan-to-build-a-side-project-for-beginners
👍1
Decorators in Django !!
Django decorators are a powerful tool for modifying the behavior of views, functions, and methods in your Django application. In this blog, we will discuss what decorators are, how to use them, and provide examples of some of the most commonly used d...
Read: https://blog.mayankaggarwal.live/decorators-in-django
Django decorators are a powerful tool for modifying the behavior of views, functions, and methods in your Django application. In this blog, we will discuss what decorators are, how to use them, and provide examples of some of the most commonly used d...
Read: https://blog.mayankaggarwal.live/decorators-in-django
👍1
Extending Django's default User Model
If you're starting a brand new Django project and want to modify the user model, try this - this is tricky in the sense that it has the been done step-by-step without intervention in-between.
In this case, we're adding a role and date-of-birth (dob) ...
Read: https://anjanesh.dev/extending-djangos-default-user-model
If you're starting a brand new Django project and want to modify the user model, try this - this is tricky in the sense that it has the been done step-by-step without intervention in-between.
In this case, we're adding a role and date-of-birth (dob) ...
Read: https://anjanesh.dev/extending-djangos-default-user-model
Containerization of Django Application
Hey all,
The purpose of this blog is to demonstrate how a Docker file can be used to containerize a Django application. By exposing the port, we can access the application in the network
Pre-requisite:
Have the repo in your host machine
Docker sho...
Read: https://govarthan.hashnode.dev/containerization-of-django-application
Hey all,
The purpose of this blog is to demonstrate how a Docker file can be used to containerize a Django application. By exposing the port, we can access the application in the network
Pre-requisite:
Have the repo in your host machine
Docker sho...
Read: https://govarthan.hashnode.dev/containerization-of-django-application