Advanced Programming Techniques with Python (v1.11)
In this course, you will expand your Python proficiencies, select an object-oriented programming approach for Python applications, create object-oriented Python applications, create a desktop application, create data-driven applications, create and secure web service-connected applications, program Python for data science, implement unit testing and exception handling, and package an application for distribution.
Description
Python continues to be a popular programming language, perhaps owing to its easy learning curve, small code footprint, and versatility for business, web, and scientific uses. Python is useful for developing custom software tools, applications, web services, and cloud applications. In this course, you'll build upon your basic Python skills, learning more advanced topics such as object-oriented programming patterns, development of graphical user interfaces, data management, creating web service-connected apps, performing data science tasks, unit testing, and creating and installing packages and executable applications.
Course Content
Lesson 1: Selecting an Object-Oriented Programming Approach for Python Applications
- Implement Object-Oriented Design
- Leverage the Benefits of Object-Oriented Programming
Lesson 2: Creating Object-Oriented Python Applications
- Create a Class
- Use Build-in Methods
- Implement the Factory Design Pattern
Lesson 3: Creating a Desktop Application
- Design a Graphical User Interface (GUI)
- Create Interactive Applications
Lesson 4: Creating Data-Driven Applications
- Connect to Data
- Store, Update, and Delete Data in Database
Lesson 5: Creating and Securing a Web Service-Connected App
- Select a Network Application Protocol
- Create a RESTful Web Service
- Create a Web Service Client
- Secure Connected Applications
Lesson 6: Programming Python for Data Science
- Clean Data with Python
- Visualize Data with Python
- Perform Linear Regression with machine Learning
Lesson 7: Implementing Unit Testing and Exception Handling
- Handle Exceptions
- Write a Unit Test
- Execute a Unit Test
Lesson 8: Packaging an Application for Distribution
- Create and Install a Package
- Generate Alternative Distribution Files
Prerequisites
This course is designed for existing Python programmers who have at least one year of Python experience and who want to expand their programming proficiency in Python 3. To ensure your success in this course, you should have experience with object-oriented programming and Python 2.x or 3.x. You can obtain this level of skills and knowledge by taking the following course: Introduction to Programming with Python.