Testing Your Python Code Base: Unit vs. Integration | Real Python Podcast #237
Verified
558 views4 days ago
Creating a Scalable Flask Web Application From Scratch: Setting Up & Running Flask
Verified
226 views5 days ago
Simon Willison: Using LLMs for Python Development | Real Python Podcast #236
Verified
1.8K views11 days ago
Python's tuple Data Type: Creating a Tuple & Retrieving Elements
Verified
169 views12 days ago
Transform Your Python Skills in Just 8 Weeks
Verified
3.6K views2 weeks ago
Principles for Considering Your Python Tooling | Real Python Podcast #235
Verified
910 views2 weeks ago
Biggest Wins & Results With Real Python
Real Python
Verified
3K views2 years ago
CC
Overcoming Challenges With Real Python
Real Python
Verified
1.1K views2 years ago
Why I Chose Real Python
Real Python
Verified
11K views2 years ago
Real Python Community Members: Douglas Ortego
Real Python
Verified
962 views2 years ago
Real Python Community Members: Paul Paradis
Real Python
Verified
768 views2 years ago
Real Python Community Members: Bryan O'Sullivan
Real Python
Verified
553 views2 years ago
What Python Projects Should I Build to Get a Job?
Real Python
Verified
237K views7 years ago
How can you get a job as junior Python developer without experience?
Real Python
Verified
95K views7 years ago
Python Certifications – Worth It Or A Waste Of Money? 💸🐍
Real Python
Verified
67K views7 years ago
How do you make money as a Python developer? 💰💰💰
Real Python
Verified
42K views7 years ago
What's the future of Python on mobile platforms?
Real Python
Verified
40K views7 years ago
Will Python survive the NodeJS / JavaScript hype?
Real Python
Verified
29K views7 years ago
Emulating switch/case Statements in Python with Dictionaries
Real Python
Verified
124K views8 years ago
"is" vs "==" in Python – What's the Difference? (And When to Use Each)
Real Python
Verified
73K views8 years ago
Python Function Argument Unpacking Tutorial (* and ** Operators)
Real Python
Verified
48K views8 years ago
A Crazy Python Dictionary Expression ?!
Real Python
Verified
27K views8 years ago
String Conversion in Python: When to Use __repr__ vs __str__
Real Python
Verified
80K views7 years ago
Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
Real Python
Verified
94K views7 years ago
Learn Coding as an Absolute Beginner: Where to Start? 🤔
Real Python
Verified
173K views7 years ago
After learning the basics of Python, how do I get started with real projects?
Real Python
Verified
165K views7 years ago
Coding Habits: How to make coding part of your daily life 💻
Real Python
Verified
18K views7 years ago
What computer should I buy to learn Python programming?
Real Python
Verified
33K views7 years ago
I completed Python Tricks: The Book — Am I a Beginner or Intermediate Python Dev?
Real Python
Verified
8K views7 years ago
What other languages/platforms besides Python should you learn?
Real Python
Verified
5.1K views7 years ago
Python Code Review: Debugging and Refactoring "Conway's Game of Life" + Automated Tests
Real Python
Verified
24K views8 years ago
Python Code Review: Refactoring a Web Scraper, PEP 8 Style Guide Compliance, requirements.txt
Real Python
Verified
9.1K views8 years ago
Python Code Review: Adding Pytest Tests to an Existing Python Web Scraper
Real Python
Verified
7.8K views8 years ago
Python Code Review Flask Web Security Tutorial + Virtualenvs, requirements.txt
Real Python
Verified
4.3K views8 years ago
Python Code Review: LibreOffice Automation and the Python Standard Library
Real Python
Verified
19K views7 years ago
Python Refactoring: "while True" Infinite Loops & The "input" Function
Real Python
Verified
60K views7 years ago
After learning the basics of Python, how do I get started with real projects?
Real Python
Verified
165K views7 years ago
Contributing to Open-Source Projects as a New Python Developer: How to Do It
Real Python
Verified
52K views7 years ago
🐍🌟 What projects is Python ideal for?
Real Python
Verified
12K views7 years ago
What Python Projects Should I Build to Get a Job?
Real Python
Verified
237K views7 years ago
Where to Find Real-World Python Projects
Real Python
Verified
63K views7 years ago
PyCon 2018 Vlog 06 – Structuring Python Projects & Open-Source (with Anthony Shaw)
Real Python
Verified
4K views6 years ago
Functional Programming in Python: Immutable Data Structures
Real Python
Verified
75K views7 years ago
Functional Programming in Python: The "filter()" Function
Real Python
Verified
37K views7 years ago
Functional Programming in Python: The "map()" Function
Real Python
Verified
46K views7 years ago
Functional Programming in Python: The "reduce()" Function
Real Python
Verified
29K views7 years ago
Functional Programming in Python: Parallel Processing with "multiprocessing"
Real Python
Verified
60K views7 years ago
Functional Programming in Python: Parallel Processing with "concurrent.futures"
Real Python
Verified
42K views7 years ago
Cool New Features in Python 3.6
Real Python
Verified
27K views8 years ago
How is Python going to evolve over the next 5-10 years?
Real Python
Verified
6.9K views7 years ago
Will Python survive the NodeJS / JavaScript hype?
Real Python
Verified
29K views7 years ago
Type-Checking Python Programs With Type Hints and mypy
Real Python
Verified
49K views8 years ago
Job Security as a Python Developer: What If Python Goes Away? 😟🐍
Real Python
Verified
5.3K views7 years ago
What Python skills are the most relevant in the industry today?
Real Python
Verified
19K views7 years ago
What's the best Python coding interview book?
Real Python
Verified
17K views7 years ago
Is Python slower than Java and how to optimize its performance?
Real Python
Verified
6.2K views7 years ago
Python vs Java and C++ in video game development
Real Python
Verified
12K views7 years ago
After learning the basics of Python, how do I get started with real projects?
Real Python
Verified
165K views7 years ago
How is Python going to evolve over the next 5-10 years?
Real Python
Verified
6.9K views7 years ago
How to write code that works on both Python 2 and Python 3?
Real Python
Verified
2.7K views7 years ago
How to set up Python code highlighting in your terminal?
Real Python
Verified
16K views7 years ago
Click & Jump to Test Failures from the Command Line (iTerm2)
Real Python
Verified
5.3K views8 years ago
A better Python REPL – bpython vs python interpreter
Real Python
Verified
19K views9 years ago
💻 2017 Apple MacBook Pro 13" — Review for Software Developers
Real Python
Verified
248K views7 years ago
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
Real Python
Verified
86K views7 years ago
Using Sublime Text as your Git Editor
Real Python
Verified
28K views8 years ago
Pylint Tutorial – How to Write Clean Python
Real Python
Verified
160K views7 years ago
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
Real Python
Verified
86K views7 years ago
How do you write clean, yet readable Python code?
Real Python
Verified
14K views7 years ago
My Python Code Looks Ugly and Confusing – Help!
Real Python
Verified
39K views8 years ago
Type-Checking Python Programs With Type Hints and mypy
Real Python
Verified
49K views8 years ago
How do you write Pythonic code? 👍🐍
Real Python
Verified
6.2K views7 years ago