Python Programming: Diploma in

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Diploma in

Python
Programming
Starter Pack
Module 1
Python Programming Lesson 1: Introduction to Python
Lesson 2: Python Basics
Course Outline Lesson 3: Decision Making

In this course you can expect 2 Lesson 4: Control Flow and Loops
modules comprising the following: Lesson 5: Python Data Types
Lesson 6: More on Data Types
Each module consists of:
Lesson 7: Exceptions and Error Handling
• 8 lessons
Lesson 8: List Comprehensions
• 4 practice assignments
Lesson 9: Collection Functions
• 1 module assignment
• Webinar slides Lesson 10: Calculator
• Bonus content Module 2
• Summary notes
Lesson 1: Anaconda IDE and Python Functions
Lesson 2: Advanced Functions
Lesson 3: Python Libraries
Lesson 4: Closures
Lesson 5: Decorators
Lesson 6: Generators
Lesson 7: Modules
Lesson 8: Files Input and Output (I/O)
Introductory content

Python programming language is a trending technology and


is widely used in software application development and AI
industry for development of high-end applications, and, in
fact, in some robotic application which makes use of machine
learning and deep learning in Python. For individuals who
want to pursue a career as a Python developer, this course is a
complete package with basic to advanced concepts of Python
programming. As an introduction to the course, you’ll need to
know some important terminologies related to programming
technology, which are:

IDE – Integrated Development Environment which is used for


programming and this course includes PyCharm and Anaconda
IDE.
Code Intends – Spaces between codes to make the code more
readable and understandable.
Comments – Comments explaining the code blocks.

Top skills and knowledge that will be gained by


Python Programming completing this course:

1. Understanding the basics of Python in detail and how to


develop basic skills to code in Python.
2. Theoretical and practical knowledge of Python programs.
3. Setting up a development environment like PyCharm and
Anaconda IDE.
4. Practical and hands-on understanding of Python
applications, along with the syntax understanding.
5. Practical and hands-on demonstration of high-end Python
development.
6. Understanding and applying the concepts learned.
7. Practical demonstration for each Python concept.

This course consists of practical demos for Python


development using PyCharm and Anaconda IDE. The content
will provide you with exposure to the actual industry learning
experience, as it is from reputable sources. Relevant tools and
technologies are being demonstrated in this course which are
essential for a Python developer!

You might also like