Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Life Purpose Meditation Personal Transformation Neuroscience Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages Python

The complete Python Masterclass : Become a Python Engineer

Make real world Professional Applications and Topics by learning Python from complete Scratch
Rating: 3.4 out of 53.4 (66 ratings)
1,384 students
Created by Umair Khan
Last updated 2/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Complete Python from Scratch
  • Build real world Python Applications
  • Will know the art of Programming
  • Make yourself capable to be a professional

Course content

26 sections • 239 lectures • 39h 44m total length

  • Preview00:47
  • Print Statement
    02:23
  • Preview02:57
  • Preview06:36
  • Loops in Python
    09:41
  • Conditional Statements
    11:06
  • Continue and Break Statement
    07:29
  • Comments
    01:50
  • Taking Input from User
    02:28
  • Set Operations
    05:43
  • Sets and Frozen Sets
    07:11
  • String Built-in Functions
    17:24
  • Conclusion
    01:01

  • Section Overview
    00:45
  • Boolean Variables
    08:43
  • Arithmetic and Assignment Operators
    11:15
  • Comparisons and Logical Operators
    06:03
  • Identity and Membership Operators
    03:59
  • Bitwise and Operator Precedence
    06:20
  • Dictionary
    09:13
  • List and Tuple in Python
    08:15
  • Functions Overview
    07:26
  • Making Functions in Python
    05:41
  • Function Arguments
    04:02
  • Default Value of Argument
    03:54
  • Keyword Arguments
    04:35
  • Unpacking Arguments
    04:35
  • Reducing Functions
    06:53
  • Partial Functions
    05:57
  • 1D and 2D Arrays in Python
    04:26
  • Arrays vs List
    03:27
  • Normal, Shallow and Deep Copy
    06:41

  • OOP Section Overview
    Processing..
  • Introduction to OOP
    02:28
  • Classes and Objects Overview
    09:40
  • Accessing Class Attributes
    04:53
  • Method vs Function
    05:13
  • Everything is an Object in Python
    03:05
  • Initializer Function in Python
    05:17
  • Doc Strings
    13:41
  • Modules in Python
    19:19
  • Main Function
    02:46
  • Inheritance
    11:05
  • Hierarchical Inheritance
    06:01
  • Multi Level Inheritance
    08:34
  • Hybrid Inheritance
    07:08
  • Method Overloading
    04:11
  • Operator Overloading
    08:59
  • Encapsulation and Access Modifiers
    06:11
  • Polymorphism in Python
    14:37
  • Abstract Classes and Methods
    12:18
  • Making Abstract Classes and Methods
    07:09
  • Static vs Class vs Instance Method
    23:38

  • Section Overview
    01:20
  • Errors and Exceptions
    07:15
  • Handling Exceptions
    00:51
  • Try and Except Block
    16:18
  • Else Block in Exception Handling
    07:46
  • Finally Clause in Exception Handling
    04:34
  • Raising Exceptions
    05:42

  • Section Overview
    00:46
  • File Handling Introduction
    01:13
  • Creating a Text File
    02:24
  • Modes in Python
    01:46
  • Modes for other file types
    01:51
  • Reading from a Text File
    01:39
  • Rename a File
    01:43
  • Writing to a Text File
    01:55
  • Saving Data to a File
    02:13
  • Appending to a File
    06:10
  • Closing a File
    02:23
  • Deleting File and Folder
    04:55
  • With Statement
    03:13
  • Writing Dictionary to a File
    11:55

  • Section Overview
    01:30
  • GUI Introduction
    02:14
  • Tkinter GUI Window
    10:11
  • Changing Background of a Window
    05:14
  • Widgets
    00:59
  • Label Widgets
    04:08
  • Buttons
    03:36
  • Tkinter Canvas
    26:32
  • More on Tkinter Canvas
    09:55
  • Tkinter Frames
    09:29
  • Adding Elements to a Frame
    09:04
  • Changing Background Effects on Frame or Canvas
    13:51
  • GUI Canvas inside the Frame
    11:52
  • Creating Text Field
    06:38
  • Check Box Widget
    06:36
  • Preview06:25
  • Combo Box Widget
    03:58
  • Attaching Events to Buttons (Part - 1)
    11:16
  • Attaching Events to Buttons (Part - 2)
    17:46
  • GUI Layout Manager
    Processing..
  • Simple Dialog for Data Entry
    07:47
  • Message Boxes
    12:48
  • Menus in Python
    12:52
  • Adding Indicators to Menues
    11:30
  • GUI Based Simple Calculator Application
    34:08

  • Magic Functions- Introduction
    09:45
  • Binary Operators-Magic Methods
    20:05
  • Unary Operators-Magic Methods
    10:01
  • Comparison Operators-Magic Methods
    09:00
  • Extended Assignment Operator-Magic Methods
    16:42
  • Examples - Magic Methods
    33:09

  • Section Overview
    01:12
  • Process vs Thread
    03:59
  • Main Thread
    04:11
  • Ways of Creating Threads in Python
    05:59
  • Using Functions to create Thread
    03:23
  • Thread Names
    02:49
  • Targeting Multiple Thread
    06:01
  • Creating Thread by extending the Thread Class
    04:55
  • Creating Thread without extending the Thread Class
    04:41
  • Multi-Threading
    04:27
  • Sleep Method
    01:50
  • Programming the Scenario
    08:18
  • Producer Consumer Problem
    02:45
  • Synchronization with Locks
    02:46
  • Semaphores
    00:42

  • Linked List-Introduction
    04:03
  • Singly and Doubly Linked List
    10:24
  • Create and Traverse in Single Linked List
    17:14
  • Insertion in Single Linked List
    26:08
  • Deletion in Single Linked List
    17:20
  • Creation of Doubly Linked List
    10:10
  • Insertion in Doubly Linked List
    14:31
  • Appending Record in Doubly Linked List
    09:02
  • Deletion in Doubly Linked List
    12:11

  • Section Overview
    01:22
  • What is a Socket
    08:12
  • Network and Internet
    18:10
  • TCP vs UDP
    13:06
  • Lets start Socket Programming
    00:38
  • Server Side
    08:11
  • Client Side
    05:46
  • File Server
    04:50
  • File Client
    04:16
  • GUI Based Chat Room Overview
    00:55
  • Chat Room Server side
    24:10
  • Chat Room Client Side
    36:57

Requirements

  • There is no such requirements for this course. We have started this course from complete scratch

Description

In this course, we will take a start from complete scratch and will assume that you never had a Python Programming Experience before. We will end this course by making you a professional Python Engineer who is capable enough to apply his knowledge to build real world Applications. We will go in depth of everything so that you can learn each and everything about the topics that we will cover in this course.

We will focus a lot on those topics which are mostly asked for a Job interview for Python. This course aim to develop your skills to become capable for your coming professional life. We hope you very best for this course.

Hope this course will be very beneficial for you.

Good Luck

Who this course is for:

  • Beginner to Programming
  • Those who want to become a professional Engineer

Instructor

Umair Khan
Software Engineer
Umair Khan
  • 4.0 Instructor Rating
  • 126 Reviews
  • 5,205 Students
  • 3 Courses

I am a Software Engineer and I and have a strong grip on many programming languages like Java,C++,Python,C Sharp,Java Script and many other. I have also a lot of teaching experience and i realize that Udemy is the best platform to teach the students. I teach students something very new in demand so that students can develop their skills according to the latest market.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.