Python 3 - Intermediate
Python 3 is the most up-to-date version of the language with many improvements made to increase the efficiency and simplicity of the Python code you write. In this course, we extend the tools typically used when working with Python, co
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 4 Modules
- 8 Videos
- 12 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- Advanced String and Dictionary functions
- Module installation and import
- Object-Oriented Programming
- Classes and self methods
- Inheritance and Polymorphism concepts
- Object serialization: JSON
- Reading and writing to files
- Webserver with Python
- REST API requests: Post and Get
Course Contents
8 Hours 0 Minutes
Learn everything about the Python string object. Discover how to create, rearrange, reassign, dismantle, and automatically reassemble text blocks
Learn the main concepts of an object-oriented language like Python. Create classes, instantiate objects of the same, and understand the utility of "Self". We will also explore the potential of inheritance and polymorphism.
Convert any Python object into a serialized file such as XML, JSON, or text file. Learn the potential this offers for sending objects to other locations without needing to know the language at the destination or its implementation.
Learn to use built-in Python modules such as httpServer and requests to interact with REST APIs of public or private servers via HTTP method calls like GET, POST, PUT, etc...