Python for JavaScript Developers Intro to Python
About
Welcome to the introductory module on Python, designed for learners with a background in JavaScript. This module is structured with the assumption that learners possess a foundational understanding of coding and programming principles.
Throughout this module, learners will engage in an in-depth exploration of Python’s unique features, understanding how they align with and differ from JavaScript. The focus will be on recognizing the key distinctions between Python and JavaScript, applying fundamental Python syntax, and translating common JavaScript concepts into Python constructs.
Content
Lesson | Video Time | Video | Skills |
---|---|---|---|
Setup | 1 min | link | Setting up the development environment. |
Concepts | 4 min | link | Overview of language specs and history. |
Fundamentals | 2 min | link | Writing code comments, printing to the console, and executing Python code. |
Variables | 3 min | link | Construct and reassign Python variables. |
Data Types | 7 min | link | Working with Python data types. |
Performing Operations | 4 min | link | Performing math and assignment operations in Python. |
Working with Strings | 10 min | link | String interpolation and string methods. |
Total content | 31 min | – |