Overview
Learning Python gives the programmer a wide variety of career paths to choose from. Python is an open-source (free) programming language that is used in web programming, data science, artificial intelligence, and many scientific applications. Learning Python allows the programmer to focus on solving problems, rather than focusing on syntax. Its relative size and simplified syntax give it an edge over languages like Java and C++, yet the abundance of libraries gives it the power needed to accomplish great things. In this tutorial you will create a guessing game application that pits the computer against the user. You will create variables, decision constructs, and loops in python to create the game. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Learn Step by Step:
Task 1: How Python is Used
Task 2: Python Input and variables
Task3: Python Decisions
Challenge Task: Python Input and Decisions
Challenge Solution: Python Input and Decisions
Task 4: Python Loops
Task 5: Python Functions
Challenge Task: Python While Loops and Functions
Challenge Solution: Python While Loops and Functions