PyCharm, a JetBrains IDE
banner
pycharm.dev
PyCharm, a JetBrains IDE
@pycharm.dev
The only Python IDE you need. Built by @jetbrains.com, part of @jetbrains4data.com
Pinned
Happy Birthday, #Django! 🎉

We asked the community what makes Django special, and here’s what they shared.

What’s your favorite thing about Django? Drop it in the comments!

Support Django now and save 30% on PyCharm: https://jb.gg/1gs1fz
For almost 20 years, Django has powered thousands of websites and ideas. 💚

Now you can give back! Get 30% off PyCharm, and JetBrains will donate all proceeds to the Django Software Foundation.

Help fund Django's next chapter: https://jb.gg/yw1huf
November 16, 2025 at 3:35 PM
🧩 We asked #Django developers to share their favorite third-party packages.

From Django REST Framework to django-allauth – discover which tools the community values the most.

💙 Love Django? Support its future and save 30% on PyCharm: https://jb.gg/1gs1fz
November 14, 2025 at 3:10 PM
Want faster #Python code? Start here:

⚙️ Use sets, not lists
🚫 Skip unnecessary copies
🧮 Use math functions
📦 Pre-allocate memory
💡 Avoid exceptions in loops

That’s just half of Dido Grigorov’s 10 performance hacks for faster Python code – read them all here: https://jb.gg/5btdwn
10 Smart Performance Hacks For Faster Python Code | The PyCharm Blog
Learn practical optimization hacks, from data structures to built-in modules, that boost speed, reduce overhead, and keep your Python code clean.
jb.gg
November 13, 2025 at 1:10 PM
Happy Birthday, #Django! 🎉

We asked the community what makes Django special, and here’s what they shared.

What’s your favorite thing about Django? Drop it in the comments!

Support Django now and save 30% on PyCharm: https://jb.gg/1gs1fz
November 12, 2025 at 2:58 PM
🧩 Django’s strength lies in its ecosystem.

Top packages in 2025:
🏆 Django REST Framework (49%)
🔧 django-debug-toolbar (27%)
⚙️ django-celery (26%)

Which third-party package is essential in your stack?

More insights: 🔗 https://jb.gg/blizwg 🔗
The State of Django 2025 | The PyCharm Blog
Develop with Django? See how over 4,600 developers are using it today and get actionable ideas to implement in your projects right now.
jb.gg
November 11, 2025 at 4:51 PM
Anthony from Anthonywritescode says upgrades are easier than ever these days.

In fact, 75% of Django devs are already using the latest version 👏

Check out more findings from our latest survey report, The State of Django 2025: 🔗 https://jb.gg/mgmdjd 🔗
November 11, 2025 at 2:07 PM
Django runs on community power – and it needs yours! 💚

We are extending the fundraiser until November 19 to give you another chance to support Django and get a powerful tool for yourself.

Get 30% off PyCharm Pro, and JetBrains will donate all proceeds to @djangoproject.com.

👉 https://jb.gg/yw1huf
November 10, 2025 at 5:08 PM
#DRF still leads the way – but new frameworks are catching up.

Florian from NeuralNine says it’s great to see #DjangoNinja gaining momentum.

See more insights from the State of Django 2025: 🔗 https://jb.gg/mgmdjd 🔗
November 7, 2025 at 3:15 PM
What’s your go-to testing setup for Django projects?

🧪 #pytest leads testing in Django (39%), with #unittest close behind (33%).
That comes as no surprise – both dominate throughout the Python ecosystem.

Learn more in the State of Django 2025: https://jb.gg/blizwg
November 7, 2025 at 12:30 PM
📌 Over 4,600 #Django developers shared what’s working for them. Here are four ideas you might want to try out:

✔️ Take HTMX for a spin
✔️ Experiment with AI tools
✔️ Update to the latest Django version
✔️ Stay up to speed on the Django ecosystem

Explore more Django trends: https://jb.gg/blizwg
The State of Django 2025 | The PyCharm Blog
Develop with Django? See how over 4,600 developers are using it today and get actionable ideas to implement in your projects right now.
jb.gg
November 6, 2025 at 5:00 PM
Trends fade. Django’s core stays.

Tim from TechWithTim says this is proof that mastering the Django fundamentals pays off.

See the full State of Django 2025: 🔗 https://jb.gg/mgmdjd 🔗
November 6, 2025 at 12:30 PM
💡 Have you tried thinking of AI agents as your coding partners?

In this episode of the AI Engineering Podcast, Will Vincent shares how devs are moving beyond autocompletion to full-scale agentic workflows inside their IDEs.

🎧 If you want smarter dev workflows, tune in: https://jb.gg/1kjkmr
Agents, IDEs, and the Blast Radius: Practical AI for Software Engineers
Summary In this episode of the AI Engineering Podcast Will Vincent, Python developer advocate at JetBrains (PyCharm), talks about how AI utilities are…
jb.gg
November 5, 2025 at 4:00 PM
Think your #Python code can’t go any faster?

Spoiler: It absolutely can ⚡️

These 10 simple hacks, from sets and slots to itertools and bisect, can make your code fly.

🐍 Dive into Dido Grigorov’s expert guide: https://jb.gg/5btdwn
10 Smart Performance Hacks For Faster Python Code | The PyCharm Blog
Learn practical optimization hacks, from data structures to built-in modules, that boost speed, reduce overhead, and keep your Python code clean.
jb.gg
November 5, 2025 at 12:30 PM
4,600+ developers.
Global trends.
The future of #Django.

Dive into the State of Django 2025 with Will Vincent: https://jb.gg/ptgdww
November 4, 2025 at 3:01 PM
🚀 75% of #Django developers are already using the latest Django version.

This shows confidence in a framework that keeps evolving without breaking.

Are you up to date? 👇
🔗 https://jb.gg/blizwg 🔗
November 4, 2025 at 12:00 PM
Unoptimized #Python isn’t just slow – it’s expensive. 💸

CPU cycles, cloud funds, user patience – all run out faster than you think.

Discover how to identify bottlenecks, use profiling, and make your Python code run faster with PyCharm.

Read the guide by Dido Grigorov: https://jb.gg/fml4fh
Why Performance Matters in Python Development | The PyCharm Blog
Learn why code optimization is important and how efficient Python code improves speed, scalability, and the user experience.
jb.gg
November 3, 2025 at 4:50 PM
Develop with #Django? You’re in good company.

We partnered with the @djangoproject.com to survey over 4,600 developers and find out:

👥 Who Django devs are
🛠️ How they use Django
⚙️ What tools they rely on

See the results of the latest Django Developers Survey: https://jb.gg/74q68y
Django Developers Survey 2025 Results
Official Django Developers Survey 2025 Results by Django Software Foundation and JetBrains: around 4,600 responses.
jb.gg
November 3, 2025 at 1:00 PM
🎉 #Django turns 20!

In this special interview, @wsvincent.bsky.social and @thibaudcolas.bsky.social, President of the DSF, discuss:

💬 How the Django survey shapes new Django features
⚙️ Adapting to industry shifts
🌍 The first DSF Impact Survey

Watch the full conversation: https://jb.gg/8lmrqm
October 31, 2025 at 1:01 PM
🏆 #PostgreSQL keeps its crown among Django developers!

It’s the top database backend for 76% of users – far ahead of SQLite and MySQL.

What’s your go-to database for Django?

Explore the full breakdown in the State of Django 2025: https://jb.gg/blizwg
October 30, 2025 at 1:00 PM
🚨 Get a free programming course! 🚨

JetBrains Academy teamed up with #AWS to help you:
🐍 Write Python microservices and deploy them to AWS
☁️ Build and deploy a full-stack app to AWS
🎁 Use PyCharm Pro free for 3 months!

Enroll now 👉 https://jb.gg/academy/aws/devops/free
October 29, 2025 at 4:01 PM
Type hints are gaining traction:

💡 80% of #Django developers use them or plan to use them.
💬 84% even want them in Django core – and many would help make it happen.

Would you vote “yes” on type hints in core? More insights: 🔗 https://jb.gg/blizwg 🔗
October 29, 2025 at 12:30 PM
From learning to coding, #AI is changing how #Django devs work.

🤖 38% use AI tools to learn Django
💬 69% use ChatGPT
💡 56% use AI to autocomplete code

Learn more in the State of Django 2025 blog post: https://jb.gg/blizwg
October 28, 2025 at 4:00 PM
The frontend story in Django is shifting:

#HTMX and #Alpine.js are on the upswing
⬇️ React and jQuery are declining in usage

The trend? A return to server-rendered templates and simpler interactivity.

What frontend setup have you been working with lately? Tell us in the comments!
October 28, 2025 at 1:30 PM
What’s shaping Django in 2025 and beyond?

▶️ In a new Django Chat episode, @wsvincent.bsky.social, @webology.bsky.social, and Carlton Gibson break down insights from over 4,600 developers – with topics ranging from AI tools to HTMX and type hints.

Watch here: 🔗 www.youtube.com/watch?v=q5dv... 🔗
Django Survey 2025 - Jeff Triplett
YouTube video by Django Chat
www.youtube.com
October 27, 2025 at 4:07 PM
🚀 The State of #Django 2025 is out!

We partnered with the @djangoproject.com to survey 4,600+ developers and found out:

⚡ HTMX and Alpine.js are rapidly gaining popularity
🤖 38% use AI to learn Django
💡 63% use type hints

Read the full breakdown by @wsvincent.bsky.social: 🔗 https://jb.gg/ptgdww 🔗
October 27, 2025 at 1:30 PM