Python: A Complete Boot Camp

Python: A Complete Boot Camp

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3 Hours | 0.97 GB

Learn Python 3.X alongside 2.X and become an expert of this IT Revolution

Become a Python Programmer and learn one of the most requested skills of Information and Technology Revolution!

Whether you have never programmed before, already know basic syntax, or want to learn about the advanced features of Python, this course is for you! In this course I will teach you Python 3. (Note, I also provided older Python 2 differences along the lecture so you can understand easily).

This course will teach you Python in a practical manner, with every lecture comes a full coding screencast and a corresponding code notebook! Learn in whatever manner is best for you!

I will start by helping you get Python installed on your computer, regardless of your operating system, whether its Linux, MacOS, or Windows, we’ve got you covered!

We cover a wide variety of topics, including:

  • Command Line Basics
  • Installing Python
  • How Python really run your code
  • Running Python Code
  • Strings
  • Lists
  • Dictionaries
  • Tuples
  • Sets
  • Number Data Types
  • Print Formatting
  • Functions
  • Scope
  • Built-in Functions
  • Debugging and Error Handling
  • Modules
  • External Modules
  • Object Oriented Programming
  • Inheritance
  • Polymorphism
  • File I/O
  • Advanced Methods
  • Unit Tests
  • and much more!

You will get lifetime access to the course plus corresponding Notes for the lectures!

The course is continually updated and enhanced, and fully supports Python 3. This guarantees what you’re learning is relevant for you today and will never be obsolete.

What Will I Learn?

  • Learn to use Python professionally, learning both Python 2 and Python 3!
  • Build a complete understanding of Python from the ground up!
  • Understand how to use both the Jupyter Notebook and create .py files
  • Learn to use Object Oriented Programming with classes!
  • Learn the use of Numpy
  • Learn the use of Scipy
  • Learn Exception Handling
Table of Contents

Introduction
1 Introduction
2 What actually Python is
3 So what is the downside of Python And Who Uses it
4 What we can do with Python
5 And What makes it so powerful

Execution of the Programs in Python and Downloading Python
6 How Python really works (A.k.A The Interpreter)
7 What are the alternatives to Python
8 Installation of Python IDLE, Terminal, Anaconda

Getting Started with Objects
9 Built-in Objects and Numbers
10 Strings A brief Intro
11 Lists in Python A brief Intro
12 List part 2 of Intro
13 Dictionaries A brief Intro
14 Tuples A brief Intro
15 Files in Python
16 Sets A brief Intro