django-planet

Blog: The PyCharm Blog

web https://blog.jetbrains.com
Author Denis Mashutin Maha Taqi Mukul Mantosh Valeria Letusheva

Django Learning Resources

April 11, 2024 » The PyCharm Blog » [Archived Version]

Are you new to Django development? Are you already familiar with it and want to expand your knowledge? PyCharm has Django learning resources for everyone.  In this article, you’ll find a compilation of all the Django-related resources created by the experts at PyCharm to help you navigate through them all. From creating a new Django […]

Read More

Deploying Django Apps in Kubernetes

March 5, 2024 » The PyCharm Blog » [Archived Version]

As an open-source container orchestration platform that automates deployment, scaling, and load balancing, Kubernetes offers unparalleled resilience and flexibility in the management of your Django applications. Whether you’re launching a small-scale project or managing a complex application, Kubernetes provides a robust environment to enhance your Django application, ensuring it’s ready to meet the demands of […]

Read More

PyCharm 2023.3.4: AI Assistant’s Efficiency Boosters and a more powerful Django Structure tool window

Feb. 26, 2024 » The PyCharm Blog » [Archived Version]

This year, we are trying out a new approach with our releases, moving away from a quarterly schedule to more regular monthly feature-rich releases. This change is intended to deliver new features more rapidly and streamline the feedback process. Upgrade to PyCharm 2023.3.4 New AI Assistant functionality [PyCharm Professional] Get work done faster with new […]

Read More

How to Connect Django With MongoDB

Jan. 9, 2024 » The PyCharm Blog » [Archived Version]

One of the most popular web frameworks, Django, has adopted the “batteries included” philosophy. This means that you can build a production-ready application using only the vanilla Django with no extensions or other frameworks. Even the database SQLite is available out of the box. SQLite is great for learning and developing small applications, but has […]

Read More

Django vs FastAPI: Which is the Best Python Web Framework?

Dec. 22, 2023 » The PyCharm Blog » [Archived Version]

Introduction If you’re new to web development and have only recently heard of “Frameworks” as a method of speeding up your application development, then you’re in the right place. Today, we’ll explore the two most popular web frameworks in the Python ecosystem currently, namely Django and FastAPI. In this blog post, we’ll help you understand […]

Read More

PyCharm 2023.3: Feature Spotlight for Django Developers

Dec. 11, 2023 » The PyCharm Blog » [Archived Version]

PyCharm 2023.3 introduces a plethora of features for Django development: Django Structure tool window, Live preview for Django templates, enhancements in code assistance for the Django REST framework, and more! This release is poised to enhance the productivity of developers working with Django. Let’s delve into these functionalities. Try PyCharm for Django Django Structure Tool […]

Read More

What is the Django Web Framework?

Nov. 27, 2023 » The PyCharm Blog » [Archived Version]

In this blog post, we’ll introduce you to web frameworks and explore what they are and why they’re vital if you want to develop apps rapidly without compromising on security. More importantly, we’ll explain exactly what the Django web framework is – an open-source web framework for building web applications using Python. Whether you’re a […]

Read More

Django vs Flask: Which is the Best Python Web Framework?

Nov. 10, 2023 » The PyCharm Blog » [Archived Version]

Overview Even if you are new to web development, you probably already know that there are two main web frameworks in the Python world: Django and Flask. According to the Python Developers Survey 2022 conducted by JetBrains, 39% of developers reported using either or both. Whether you are a beginner thinking of what to learn […]

Read More

PyCharm 2023.3 Early Access Program: The Second Build Is Out!

Oct. 6, 2023 » The PyCharm Blog » [Archived Version]

The second PyCharm 2023.3 EAP build offers improvements to support for the Django REST Framework and support for some Python 3.12 features, including new f-string grammar and initial support for type parameter syntax. This build also introduces a new UI for the DataFrames preview. The Toolbox App is the easiest way to get the EAP […]

Read More

Building APIs With Django REST Framework

Sept. 28, 2023 » The PyCharm Blog » [Archived Version]

In this Django REST framework tutorial, you will create a rental platform API. The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs. By the time you complete the tutorial, you will be able to answer the following questions: Prerequisites To successfully complete the Django REST framework tutorial, you’ll […]

Read More