Python for Beginners : Concise and Practical

Python for Beginners : Concise and Practical

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 5.5 Hours | 753 MB

Learn Python from the beginning and get ready to use it in the future!

So, you’ve heard a lot about Python, but you don’t know how to get started? This Udemy course is exactly what you need!

This course will teach you all the fundamentals you need. Trust us, you won’t need any other course to reach the intermediate/advanced level after this course.

Among other things, here’s what you’ll learn in this course:

  • How to get started with your Python setup
  • The building blocks of programming with Python
  • How to manipulate data with Python
  • How to create small Python programs
  • How to import and use existing Python libraries
Table of Contents

Introduction
1 Course Overview
2 Why Python
3 Downloading and Setting Up
4 Python 2.X versus 3.X

Getting Started with the Basics
5 Command Line versus Text Editor
6 Python Syntax
7 Data Types and What They Mean
8 Simple Operators
9 Working with Strings
10 Learning About Lists

If Statements
11 Conditions and Boolean Logic
12 True or False
13 IF and ELSE
14 Nested IF Statements

Learning Loops
15 Basic for Loops
16 While Loops
17 Nested For Loops

Functions
18 What is a function
19 Input and Output
20 Creating an Addition Function
21 The main() Function

Adding Functionality with Libraries
22 Simple and Built-in Libraries
23 Downloading and Using Additional Libraries
24 Using NumPy
25 Using BeautifulSoup
26 Using BeautifulSoup Part 2

Course Review
27 Course Review

More Advanced Functionality
28 Adding New Lectures
29 Dictionaries
30 Intro. to Using Files