Intermediate Python Tutorials
Once you’re past the basics you can start digging into our intermediate-level tutorials that will teach you new Python concepts. This category is for intermediate Python developers who already know the basics of Python development and want to expand their knowledge.
If you are new to Python, we suggest you start with our Python Basics category, which takes you on a comprehensive tour through the Python language and related concepts, even if you are a complete beginner.
Becoming a Python expert takes time, but over time you’ll master this beautiful programming language. It’s worth it! When you’re ready to move on to more difficult topics, check out our Advanced Python Tutorials section.
Free Bonus: 5 Thoughts On Python Mastery, a free course for Python developers that shows you the roadmap and the mindset you'll need to take your Python skills to the next level.
Writing Cleaner Python Code With PyLint
May 14, 2019 intermediate python
Defining Main Functions in Python
May 01, 2019 best-practices intermediate
Sending Emails With Python
Apr 23, 2019 intermediate web-dev
A Beginner’s Guide to the Python time Module
Apr 22, 2019 intermediate
Immutability in Python
Apr 18, 2019 intermediate python
How to Work With a PDF in Python
Apr 17, 2019 intermediate
Working With JSON Data in Python
Mar 28, 2019 intermediate python
Django Migrations 101
Mar 26, 2019 intermediate web-dev
An Intro to Threading in Python
Mar 25, 2019 best-practices intermediate
Python Decorators 101
Mar 19, 2019 intermediate python
Making HTTP Requests With Python
Mar 06, 2019 intermediate web-dev
Test-Driven Development With PyTest
Mar 04, 2019 intermediate python testing
Emulating switch/case Statements in Python
Mar 02, 2019 intermediate python
@staticmethod vs @classmethod in Python
Mar 02, 2019 intermediate python
Using List Comprehensions Effectively
Mar 01, 2019 intermediate python
Reading and Writing CSV Files
Mar 01, 2019 data-science intermediate python
Using Jupyter Notebooks
Mar 01, 2019 intermediate tools
Python Development in Visual Studio Code
Feb 04, 2019 intermediate tools
Jupyter Notebook: An Introduction
Jan 28, 2019 intermediate tools
Python’s Requests Library (Guide)
Jan 23, 2019 intermediate web-dev