Real Python
@realpython.com
2K followers
15 following
2.8K posts
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 1M+ Pythonistas at http://realpython.com
Posts
Media
Videos
Starter Packs
Real Python
@realpython.com
· 15h
Exploring Django Templates, Tags, and Filters
Are you getting the most out of the Django framework? It's a powerful web framework if you're not interested in reinventing the wheel. Django includes a useful template system with inheritance for composing reusable HTML. This week on the show, we have...
realpython.com
Real Python
@realpython.com
· 17h
Customizing VS Code Through Color Themes
A well-designed coding environment enhances your focus and productivity and makes coding sessions more enjoyable. In this **Code Conversation**, your instructor Philipp Ascany will guide you step-by-step through the process of finding, installing, and ...
realpython.com
Real Python
@realpython.com
· 20h
What Are Python Raw Strings?
In this tutorial, you'll learn the nuances of using raw string literals in your Python source code. Raw strings offer convenient syntax for including backslash characters in string literals without the complexity of escape sequences:
realpython.com