āœØTry MagicTask: Your AI-Powered Task Assistant!

Python Tutorial - Python Full Course for Beginners

By - Programming with Mosh
Overview
Certification
Reminders

Description

Python tutorial - Python full course for beginners - Go from Zero to Hero with Python (includes machine learning & web development projects). šŸ”„ Want to master Python? Get my Python mastery course: http://bit.ly/35BLHHP šŸ‘ Subscribe for more Python tutorials like this: https://goo.gl/6PYaGF šŸ‘‰ Watch the new edition: https://youtu.be/kqtD5dpn9C8 šŸ“• Get my FREE Python cheat sheet: http://bit.ly/2Gp80s6 Want to learn more from me? Courses: https://codewithmosh.com Twitter: https://twitter.com/moshhamedani Facebook: https://www.facebook.com/programmingwithmosh/ Blog: http://programmingwithmosh.com #Python, #MachineLearning, #WebDevelopment šŸ”— Supplementary Materials (Spreadsheet): https://bit.ly/3cb2YNo šŸ“” Python Exercises for Beginners: https://goo.gl/1XnQB1 ā­ My Favorite Python Books - Python Crash Course: https://amzn.to/2GqMdjG - Automate the Boring Stuff with Python: https://amzn.to/2N71d6S - A Smarter Way to Learn Python: https://amzn.to/2UZa6lE - Machine Learning for Absolute Beginners: https://amzn.to/2Gs0koL - Hands-on Machine Learning with scikit-learn and TensorFlow: https://amzn.to/2IdUuJy TABLE OF CONTENT 00:00:00 Introduction 00:01:49 Installing Python 3 00:06:10 Your First Python Program 00:08:11 How Python Code Gets Executed 00:11:24 How Long It Takes To Learn Python 00:13:03 Variables 00:18:21 Receiving Input 00:22:16 Python Cheat Sheet 00:22:46 Type Conversion 00:29:31 Strings 00:37:36 Formatted Strings 00:40:50 String Methods 00:48:33 Arithmetic Operations 00:51:33 Operator Precedence 00:55:04 Math Functions 00:58:17 If Statements 01:06:32 Logical Operators 01:11:25 Comparison Operators 01:16:17 Weight Converter Program 01:20:43 While Loops 01:24:07 Building a Guessing Game 01:30:51 Building the Car Game 01:41:48 For Loops 01:47:46 Nested Loops 01:55:50 Lists 02:01:45 2D Lists 02:05:11 My Complete Python Course 02:06:00 List Methods 02:13:25 Tuples 02:15:34 Unpacking 02:18:21 Dictionaries 02:26:21 Emoji Converter 02:30:31 Functions 02:35:21 Parameters 02:39:24 Keyword Arguments 02:44:45 Return Statement 02:48:55 Creating a Reusable Function 02:53:42 Exceptions 02:59:14 Comments 03:01:46 Classes 03:07:46 Constructors 03:14:41 Inheritance 03:19:33 Modules 03:30:12 Packages 03:36:22 Generating Random Values 03:44:37 Working with Directories 03:50:47 Pypi and Pip 03:55:34 Project 1: Automation with Python 04:10:22 Project 2: Machine Learning with Python 04:58:37 Project 3: Building a Website with Django

Course Content

Introduction
1
1 min

Introduction

5 Questions Ready
Installing Python 3
2
4 min

Installing Python 3

5 Questions Locked
Your First Python Program
3
2 min

Your First Python Program

5 Questions Locked
How Python Code Gets Executed
4
3 min

How Python Code Gets Executed

5 Questions Locked
How Long It Takes To Learn Python
5
1 min

How Long It Takes To Learn Python

5 Questions Locked
Variables
6
5 min

Variables

5 Questions Locked
Receiving Input
7
3 min

Receiving Input

5 Questions Locked
Python Cheat Sheet
8
30 sec

Python Cheat Sheet

5 Questions Locked
Type Conversion
9
6 min

Type Conversion

5 Questions Locked
Strings
10
8 min

Strings

5 Questions Locked
Formatted Strings
11
3 min

Formatted Strings

5 Questions Locked
String Methods
12
7 min

String Methods

5 Questions Locked
Arithmetic Operations
13
3 min

Arithmetic Operations

5 Questions Locked
Operator Precedence
14
3 min

Operator Precedence

5 Questions Locked
Math Functions
15
3 min

Math Functions

5 Questions Locked
If Statements
16
8 min

If Statements

5 Questions Locked
Logical Operators
17
4 min

Logical Operators

5 Questions Locked
Comparison Operators
18
4 min

Comparison Operators

5 Questions Locked
Weight Converter Program
19
4 min

Weight Converter Program

5 Questions Locked
While Loops
20
3 min

While Loops

5 Questions Locked
Building a Guessing Game
21
6 min

Building a Guessing Game

5 Questions Locked
Building the Car Game
22
10 min

Building the Car Game

5 Questions Locked
For Loops
23
5 min

For Loops

5 Questions Locked
Nested Loops
24
8 min

Nested Loops

5 Questions Locked
Lists
25
5 min

Lists

5 Questions Locked
2D Lists
26
3 min

2D Lists

5 Questions Locked
My Complete Python Course
27
49 sec

My Complete Python Course

5 Questions Locked
List Methods
28
7 min

List Methods

5 Questions Locked
Tuples
29
2 min

Tuples

5 Questions Locked
Unpacking
30
2 min

Unpacking

5 Questions Locked
Dictionaries
31
8 min

Dictionaries

5 Questions Locked
Emoji Converter
32
4 min

Emoji Converter

5 Questions Locked
Functions
33
4 min

Functions

5 Questions Locked
Parameters
34
4 min

Parameters

5 Questions Locked
Keyword Arguments
35
5 min

Keyword Arguments

5 Questions Locked
Return Statement
36
4 min

Return Statement

5 Questions Locked
Creating a Reusable Function
37
4 min

Creating a Reusable Function

5 Questions Locked
Exceptions
38
5 min

Exceptions

5 Questions Locked
Comments
39
2 min

Comments

5 Questions Locked
Classes
40
6 min

Classes

5 Questions Locked
Constructors
41
6 min

Constructors

5 Questions Locked
Inheritance
42
4 min

Inheritance

5 Questions Locked
Modules
43
10 min

Modules

5 Questions Locked
Packages
44
6 min

Packages

5 Questions Locked
Generating Random Values
45
8 min

Generating Random Values

5 Questions Locked
Working with Directories
46
6 min

Working with Directories

5 Questions Locked
Pypi and Pip
47
4 min

Pypi and Pip

5 Questions Locked
Project 1: Automation with Python
48
14 min

Project 1: Automation with Python

5 Questions Locked
Project 2: Machine Learning with Python
49
48 min

Project 2: Machine Learning with Python

5 Questions Locked
Project 3: Building a Website with Django
50
1 hour 15 min

Project 3: Building a Website with Django

5 Questions Locked
AI Mentor