- Module 1: Learn about the Python programming language, how to execute statements and scripts, declare variables, and create a basic Python app.
- Explore the choices available to run Python apps
- Use the Python interpreter to execute statements and scripts
- Learn how to declare variables
- Build a simple Python app that takes input and produces output
- Module 2: This module will teach you how to model problems by using object-oriented programming (OOP) concepts.
- Model problems by using OOP concepts.
- Describe the basic concepts involved in OOP.
- Distinguish classes from objects.
- Module 3: Use Python, Flask, and Azure Cognitive Services to build a web app that incorporates AI
- Learn how to set up a Flask development environment
- Learn how to use Flask to build a form
- Learn how to use the Translator service to translate text
- Module 4: Use Python's standard library module to write unit tests, and then get exposed to the concepts of other types of testing and how to apply them.
- Write tests using unittest: Python's standard library testing module
- Identify and fix failures by reading test failure reports
- Differentiate between unit, functional, and integration testing types
In this module, you will:
After completing this module, you'll be able to:
In this module, you'll build a website using Flask and Cognitive Services to translate text.
By the end of this module, you'll be able to: