Become a professional Python programmer and learn how to easily create programs, apps, scripts, games and so much more!
What you will learn
☑ How to become a professional Python Developer
☑ How to land your first job as a Python Developer
☑ How to use the basic Python structures: strings, lists, and dictionaries
☑ How to write Python scripts to perform automated actions
☑ How to use Python Object-Oriented Programming (OOP)
☑ How to create your own Python programs from scratch
☑ How to use core programming tools such as functions and loops
☑ How to use variables to store, retrieve and calculate information
Description
Welcome to the Learn Python Programming From A-Z: Beginner To Expert Course
Where you’re going to learn how to become a professional Python Developer and create programs, apps, scripts, games and so much more…
In this practical, hands-on course our main objective is to give you the education not just to understand the ins and outs of Python Programming, but also to learn exactly how the software development industry works, the different roles within a team, and how to land a Python Programming job without a degree.
Blending practical work with solid theoretical training, we take you from the basics of Python Programming to mastery, giving you the training you need not just to create software programs, scrape websites, and build automations, but also the foundational understanding of data science and visualization so you can become a well-rounded Python Programmer.
We understand that theory is important to build a solid foundation, we understand that theory alone isn’t going to get the job done so that’s why this course is packed with practical hands-on examples that you can follow step by step.
Even if you already have some coding experience, or want to learn about the advanced features of Python, this course is for you! In this course, you’ll learn Python 3.
Python is the number one programming language choice for machine learning, data science, and artificial intelligence. In order to get those high paying programming jobs, you need the skills and knowledge of how to become an expert Python Programmer, and that’s exactly what you’ll learn in this course.
Together we’re going to give you the foundational education that you need to know not just on how to write code in Python, create various scripts and softwares but also how to get paid for your newly developed programming skills. The course covers 6 main areas:
1: PYTHON COURSE INTRO
This intro section gives you a full introduction to the Python industry and marketplace, job opportunities and salaries, and the various Python job roles.
- – Python Industry and Marketplace
- – Python Job Opportunities
- – Landing a Job w/o a Degree
2: BASIC/ADVANCED DATA TYPES
This section gives you a full introduction to the Python basic and advanced data types with hands-on step by step training.
- – Python Variables
- – Integers, Floats, and Complex Numbers
- – Strings
- – Operators
- – Lists, Tuples, Sets & Dictionary
3: PYTHON CONTROL FLOW
This section gives you a full introduction to the Python Control Flow with hands-on step by step training.
- – Basic/Complex Conditional Statements
- – For Loops, While Loops
- – Break/Continue Statements
- – Zip/Enumerate Keywords
4: BASIC/ADVANCED FUNCTIONS
This section gives you a full introduction to the Python basic and advanced functions with hands-on step by step training.
- – Help/Defining Function
- – Error Handling
- – Variable Scope
- – Doc Strings
- – Lambda Functions
- – Iterators + Generators
- – Map/Filter Functions
5: SCRIPTING & LIBRARIES (includes numpy, pandas)
This section gives you a full introduction to the scripting and libraries with hands-on step by step training.
- – Scripting Basics
- – Python IDEs
- – Python Text Editors
- – Third Party Libraries
- – Numpy + Pandas
- – Data Visualization
- – Webscraping
6: STARTING A CAREER IN PYTHON
This section gives you a full introduction to starting a career as a Python Programmer with hands-on step by step training.
- – Building a Brand
- – Personal Branding
- – Freelancing + Freelance websites
- – Importance of Having a website
- – Networking
- – Creating a Resume
By the end of the course you’ll be a professional Python Programmer and confidently apply for jobs and feel good knowing that you have the skills and knowledge to back it up.
English
Language
Content
Introduction to Python Programming from A-Z
Intro To Python Section Overview
What is Python Programming?
Who is This Course For?
Python Programming Marketplace
Python Job Opportunities
How To Land a Python Job Without a Degree
Python Programmer Job Roles
Python from A-Z Course Structure
Getting Familiar with Python
Getting Familiar with Python Section Overview
Installing Python on Windows
Installing Python on Windows Quiz
Anaconda and Jupyter Notebooks Part 1
Anaconda and Jupyter Notebooks Part 2
Python Syntax
Python Syntax Quiz
Line Structure
Line Structure Exercise
Line Structure Quiz
Comments
Comments Quiz
Joining Lines
Joining Lines Quiz
Multiple Statements on a Single Line
Multiple Statements on a Single Line Quiz
Indentation
Indentation Quiz
Basic Data Types
Basic Data Types Section Overview
Python Variables
Python Variables Quiz
Integers and Floats
Integers and Floats Quiz
Integers and Floats Exercise
String Overview
String Overview Quiz
String Overview Exercise
String Manipulation
String Manipulation Quiz
String Manipulation Exercise
String Indexing
String Indexing Quiz
String Slicing
String Slicing Quiz
Strings Exercise
Boolean
Printing
Printing Quiz
Python Operators
Python Operators Section Overview
Arithmetic Operators
Arithmetic Operators Quiz
Arithmetic Operators Exercise
Assignment Operators
Assignment Operators Quiz
Assignment Operators Exercise
Comparison Operators
Comparison Operators Quiz
Logical Operators
StackOverFlow. Our new best friend !
Logical Operators Quiz
Logical Operators Exercise
Identity Operators
Identity Operators Quiz
Membership Operators
Bitwise Operators
Bitwise Operators Quiz
Advanced Data Types
Python Advanced Data Types Section Overview
List Overview
List Slicing and Indexing
List Slicing and Indexing Quiz
Lists Exercise
Tuples
Tuples
Tuples Exercise
Sets
Sets Quiz
Dictionaries
Dictionaries Quiz
Dictionaries Exercise
When to use each one?
When to use each one Quiz
Compound Data Types
Compound Data Types Quiz
Data Types Practice Test
Control Flow Part 1
Control Flow Part 1 Section Overview
Intro to Control Flow
Basic Conditional Statements
Basic Conditional Statements Quiz
Basic Conditional Statements Exercise
More Conditional Statements
More Conditional Statements Quiz
More Conditional Statements Exercise
For Loops
For Loops Quiz
For Loops Exercise
While Loops
While Loops Quiz
Control Flow Part 2
Control Flow Part 2 Section Overview
Break Statements
Break Statements Quiz
Continue Statements
Continue Statements Quiz
Zip Function
Zip Function Quiz
Enumerate Function
Enumerate Function Quiz
List Comprehension
List Comprehension Quiz
Python Functions
Python Functions Section Overview
Intro to Functions
Python help Function
Defining Functions
Variable Scope
Variable Scope Quiz
Doc Strings
Doc Strings Quiz
User Input and Error Handling
User Input and Error Handling Section Overview
Introduction to error handling
User Input
User Input Quiz
Syntax Errors
Syntax Errors Quiz
Exceptions
Exceptions Quiz
Handling Exceptions Part 1
Handling Exceptions Part 2
Handling Exceptions Quiz
Python Advanced Functions
Python Advanced Functions
Python Advanced Functions Section Overview
Lambda Functions
Lambda Functions Quiz
Functions args and kwargs
Functions args and kwargs Quiz
Iterators
Iterators Quiz
Generators and Yield
Generators and Yield Quiz
Map Function
Map Function Quiz
Filter Function
Filter Function Quiz
Filter Function Exercise
Python Scripting and Libraries
Python Scripting and Libraries Section Overview
What is a script?
What is an IDE?
What is a text editor?
From Jupyter Notebook to VScode Part 1
From Jupyter Notebook to VScode Part 2
Importing Scripts
Importing Scripts Quiz
Standard Libraries
Third Party Libraries
NumPy
NumPy Section Overview
Intro to NumPy
Why use NumPy?
NumPy Arrays
NumPy Arrays Quiz
Reshaping, Accessing, and Modifying
Reshaping, Accessing, and Modifying Quiz
Slicing and Copying
Slicing and Copying Quiz
Inserting, Appending, and Deleting
Inserting, Appending, and Deleting Quiz
Array Logical Indexing
Array Logical Indexing Quiz
Broadcasting
Broadcasting Quiz
Starting a Career in Python
Python Career Section Overview
Getting Started with Freelancing
Building A Brand
Personal Branding
Importance of Having Website/Blog
Do’s and Don’ts of Networking
Top Freelance Websites
Creating A Python Developer Resume