Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Interested in learning to build apps in Python, that you can maintain? You will learn language syntax but also patterns for how to structure your app.
In this learning path, you’ll:
Once you complete this learning path, you will have a great foundation to build large applications.
Prerequisites:
None
This module will teach you how to model problems by using object-oriented programming (OOP) concepts. You’ll also learn to turn your model into working code by using OOP concepts like classes, attributes, and methods.
Learning objectives:
After completing this module, you’ll be able to:
Prerequisites:
This module is part of these learning paths:
Q1. What is the difference between a class and an object?
Q2. How does Python implement accessors?
_
, at the beginning of the name indicates this variable is protected. Two underscores, __
, make the variable private and will raise an exception if assigned.Q3. Choose the best explanation that explains the parameter self
.
this
.self
parameter refers to the underlying class of the object.self
is used is to refer to members of the object, and it’s passed as a parameter.self
parameter refers to the object instance. Assignment to self
means that the attribute ends up on the object instance.Use Python, Flask, and Azure Cognitive Services to build a web app that incorporates AI
Learning objectives:
In this module, you’ll build a website using Flask and Cognitive Services to translate text.
Prerequisites:
This module is part of these learning paths:
Q1. Flask is a framework for building web apps in which of the following languages?
Q1. What is the default port number that Flask uses to service HTTP requests?
Q2. In what subdirectory should Jinja template files be stored by default?
Q1. What is the name of the HTTP header that carries API keys in calls to Azure Cognitive Services?
Start testing with Python using the unittest module. Get exposed to other testing concepts like functional and integration testing.
Learning objectives:
By the end of this module, you’ll be able to:
unittest
: Python’s standard library testing modulePrerequisites:
This module is part of these learning paths:
Q1. What is one common side-effect for functions when there are no tests involved?
Q2. What is a recognizable aspect in functions and methods when testing is involved?
Q3. What is the correct Python invocation to use test auto discovery?
I hope this Build real world applications with Python Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!