Mô tả

Welcome to this course of Python Programming for Beginners, and become a Python Professional which is one of the most favored skills, that employer's need

Whether you are new to programming or have never programmed before in Python, this course is for you! This course covers the Python Programming from scratch. This course is self-paced. There is no need to rush - you learn on your own schedule. 

Pуthоn iѕ one of the best open source programming language and more powerful than other programming languages. It iѕ well documented and runs everywhere. It has a clean syntax and quite еаѕу tо lеаrn.

This course will help anyone who want to start a саrееr in Data Science and Machine Lеаrning. You need to have basic undеrѕtаnding оf Pуthоn to become a Data Scientist or Data Analyst.

This course begins with the introduction to Python that will help you write python code in no time. Then we help you with the installation of Python on your computer and setting up programming tools and programming environment. This course will provide you with everything you need to know about Python Programming.

We will be covering the following topics:

  • Writing your first Python Program

  • Data Types in Python

  • Variables and Expressions

  • Keywords and Identifiers, Comments

  • Numbers in Python

  • Strings and its operations (Formatting, Indexing, Slicing and String Methods)

  • Type Conversion Functions & eval() function

  • Operators in Python (Arithmetic, Relational, Comparison, Chaining of Relational Operators, Logical, Bitwise, Assignment, Identity, Membership and Operator Precedence)

  • Input and Output Statements (Separator, End Attributes, Replacement Operator, Formatted Strings)

  • Program Control Flow (If, if-else, Nested if-else, While loop, Range Function, For loop, break and continue statements)

  • List Data Structure (Indexing, Methods, Slicing, Split, Sorting, Reversing, and List Functions, Membership and Identity Operators)

  • Tuples Data Structure (Indexing, Slicing, Functions, Membership and Identity Operators)

  • Nesting of Lists and Tuples

  • Dictionary and Sets in Python

  • Functions (Creating Functions, Variable parameters, Keyword Arguments, Default Arguments)

  • Recursion in Python

  • Local and Global Variables

  • Lambda Functions

  • Modules in Python

  • Working with Files ( Reading and Writing Files)

  • Exception Handling

  • Object Oriented Programming in Python (Classes, Inheritance, Polymorphism)

This course teaches Python in a practical manner with hands-on experience with coding screen-cast. 

Once you complete this course, you will be able to create or develop Python Programs to solve any complex problems with ease.

Bạn sẽ học được gì

Learn basics of Python Programming

Explore and Understand Pythons Data Structures ie Lists, Tuples, Sets and Dictionaries

Learn Fundamentals of Python Programming

Learn the purpose of Functions in Python and How to operate on files to read and write data in Python

Learn the Object Oriented Programming in Python

Learn how to use PyCham to write Python Scripts

Learn how to Professionally write Python Programs

Yêu cầu

  • Basic knowledge of Computers

Nội dung khoá học

16 sections

Course Overview

1 lectures
Course Introduction
04:01

Python Setup

2 lectures
Installing Python on Windows
02:41
Installing PyCharm on Windows
04:39

Python Basics

27 lectures
Writing & Executing Your First Program
03:04
Data Types in Python
02:14
Variables
07:26
Keywords & Predefined Identifiers
01:46
Comments
00:41
Quiz
2 questions
Numbers in Python - Integers
07:16
Integer Conversion Functions - bin(), oct(), hex()
06:22
Floating Point Numbers in Python
01:30
More on Integers & Floating Point Numbers
01:23
Complex Numbers in Python
02:05
Boolean in Python
03:04
Strings in Python
05:12
Strings - Format Function
05:22
Strings - Escape Sequence and len(), min(), max()
04:00
Strings Indexing
03:10
Strings Slice Operator
08:24
String Methods
15:30
Quiz
3 questions
None Data Type in Python
03:48
Coercion & Type Conversion - int() Function
04:19
Type Conversion - float() Function
02:01
Type Conversion - bool() Function
02:05
Type Conversion - str() Function
01:07
Type Conversion - complex() Function
04:34
eval() - Function
02:13
Quiz
2 questions

Operators in Python

24 lectures
Arithmetic Operators
05:30
Arithmetic (//) Operator - Integer or Floor Division
03:57
More on Arithmetic Operators
00:26
Arithmetic (+) Operator on Strings as Concatenation
01:04
Arithmetic (*) Operator - String Repetition Operator
01:46
Arithmetic Operators on Complex Numbers
01:50
Quiz
2 questions
Arithmetic Operators
1 question
Relational or Comparison Operators
06:05
Chaining of Relational Operators
03:08
Equality Operators
03:53
Quiz
2 questions
Logical Operators
08:26
Bitwise AND, OR, XOR Operators
07:29
Bitwise Complement Operator - with negative values
06:13
Shift Operators
03:53
Assignment Operators
04:39
Quiz
1 question
No Increment and Decrement Operators, But?
03:41
Quiz
2 questions
Identity Operators
02:21
Membership Operators
02:48
Operator Precedence
05:58
Quiz
1 question

Input and Output Statements in Python

7 lectures
Input Function
07:13
Reading Multiple Values
03:44
Command Line Arguments
07:08
Output Statements
05:06
Separator and End Attributes
05:05
Replacement Operator
09:56
Printing Formatted Strings
08:38

Program Control Flow

11 lectures
Control Statements
01:01
If, If-Else Statement
12:39
Nested If & Elif Statement
08:47
While Loop
11:06
Built-in Range Function
05:43
For Loop
03:49
For Loop with Range Function
04:14
Comparison of While and For Loops
02:25
Break Statement
04:35
Continue Statement
03:54
Quiz
1 question

Lists in Python

10 lectures
Explanation of Lists
08:00
Using Lists and List Indexing
05:08
List Methods
02:05
List Slicing
02:51
List Split Method
01:20
Sorting and Reversing Lists
00:57
List Functions - sum(), min(), max()
00:31
Membership & Identity Operators on Lists
02:19
Iterations over List
03:45
Quiz
1 question

Tuples in Python

8 lectures
Explanation of Tuples
04:24
Using Tuples and Tuple Indexing
04:45
Tuples Slicing
05:32
Tuples Functions - sum(), min(), max()
01:22
Membership & Identity Operators on Tuples
02:39
Quiz
2 questions
Nested Lists & Tuples
05:08
Quiz
1 question

Dictionaries & Sets in Python

5 lectures
Explanation of Dictionaries
04:26
Using Dictionaries in Python
08:13
Explanation of Sets
03:37
Sets Implementation in Python
10:04
Quiz
4 questions

Functions in Python

11 lectures
Functions Explanation
08:10
Creating Functions in Python
05:31
Functions with Variable Number of Parameters
03:35
Functions with Keyword Arguments
05:13
Functions with Default Arguments
03:48
Recursion in Python Explanation
04:15
Implementing Recursion in Python
03:25
Local Variables
03:36
Global Variables
06:20
Lambda Functions
03:22
Quiz
2 questions

Modules in Python

4 lectures
Built-in Modules in Python
01:50
Importing Python Built-in Modules
05:41
Python Built-in Math Module
04:31
Creating Your Own Modules
06:37

Working with Files

3 lectures
Reading Text Files
05:10
Writing Text Files
05:59
Program to Copy Contents of File to Another File
01:54

Exception Handling

1 lectures
Handling Common Exception in Python
06:55

Object Oriented Programming in Python

20 lectures
Fundamentals of Object Oriented Programming
02:49
Defining Classes & Creating Objects
12:44
More on __init__ Method (Constructor)
03:06
Initializing Members without __init__ Method (Constructor)
04:48
More on self Parameter
03:11
Accessing Class Symbol Table
07:15
Static and Local Variables
06:49
Decorators (Static and Class Methods)
08:07
Getter and Setter Methods
05:28
Passing Objects as Class Members
05:57
Inner Classes
06:42
Class Destructors
03:26
Inheritance in Python
07:13
Multi Level Inheritance
05:11
Hierarchical Inheritance
03:30
Multiple Inheritance
04:40
Hybrid Inheritance
04:39
Polymorphism in Python
05:56
Method Resolution Order (MRO)
03:56
Quiz
2 questions

Python Interview Questions

10 lectures
Interview Questions - Python Basics
12:21
Interview Questions - Python Operators
06:46
Interview Questions - Python Control Structures
05:59
Interview Questions - Python Lists and Tuples
11:59
Interview Questions - Python Strings
08:10
Interview Questions - Dictionary
01:48
Interview Questions - Python Functions and Modules
10:43
Interview Questions - Python Files
02:14
Interview Questions - Python Object Oriented Programming
03:41
Interview Questions - Python Memory Management
02:51

How to Get Certificate of Completion

1 lectures
Getting Certificate of Completion
00:41

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.