What you'll learn
Uses of Python
Python variables and input
Python Decisions and Looping
About this Guided Project
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.
Learn step-by-step
In a video that plays in a split-screen with your work area, your instructor will walk you through these steps:
- 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
0 Comments:
Post a Comment