🐍💌 Python's list comprehensions are awesome! (Get the full series at https://lnkd.in/gGuFXih)
Real Python
E-Learning Providers
Vancouver, British Columbia 206,602 followers
Online Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More!
About us
Join our 3,000,000+ monthly readers at realpython.com—and take your Python skills to the next level. At Real Python you'll learn all things Python from the ground up. Our tutorials, books, and video courses are created, curated, and vetted by a community of expert Pythonistas. With new content published weekly, custom Python learning paths, and interactive code challenges, you'll always find something to boost your skills.
- Website
-
https://realpython.com
External link for Real Python
- Industry
- E-Learning Providers
- Company size
- 11-50 employees
- Headquarters
- Vancouver, British Columbia
- Type
- Educational
- Founded
- 2012
- Specialties
- Python, Web Development, Training, and Education
Locations
-
Primary
Get directions
720-999 W Broadway
Vancouver, British Columbia V5Z 1K5, CA
Employees at Real Python
Updates
-
🐍📰 In this tutorial, you'll learn about embedded development. You'll learn about your options for writing embedded Python code and build a basic game using the BBC micro:bit. #python
-
🐍 Python Term of the Day: else (Python Keywords) Specifies a block of code to be executed when a certain condition is false in control flow statements such as if, while, and for. https://lnkd.in/gMDyvm_K
-
🐍📰 Working With JSON Data in Python Learn how to work with JSON data in Python using the json module. Convert, read, write, and validate JSON files and handle JSON data for APIs and storage https://lnkd.in/gwYrX5S
-
Checking Whether Iterables Are Equal in Python #python
-
🐍📺 When to Use .__repr__() vs .__str__() in Python [Video] #python
-
🐍 Plot With Pandas: Python Data Visualization Basics (Overview) [Video] #python
-
🐍 Pycoder's Weekly has recently introduced its archive feature. Check out past issues here: https://lnkd.in/gJyMf2S #python
-
🐍❓ Python Lambda Functions Quiz — Python lambdas are little, anonymous functions, subject to a more restrictive but more concise syntax than regular Python functions. Test your understanding on how you can use them better! #python