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 Personal Transformation Meditation Life Purpose Coaching Neuroscience
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

This course includes:

  • 8.5 hours on-demand video
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Python

Python 3 Programming A Step By Step Guide for Beginners

Best Course To Learn Python 3 Programming for Beginners
Rating: 4.4 out of 54.4 (93 ratings)
1,479 students
Created by Sekhar Srinivasan
Last updated 7/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Python Programming Step by Step Guide consists of currently 13 modules
  • 1. Introduction: In this module you will learn the Fundamentals of Python
  • 2. Installing and Using Python: In this module you will learn How to Install Python in Various Platforms and Write a Basic Python Program
  • 3. Variables and Expressions: In this module you will learn, How to define Variables and Write Expressions in Python Language
  • 4. Conditional Statements: In this module you will learn the basic building blocks of the programs by understanding the various Conditional Statements such as if, if-else, nested-if, ternary operators etc.
  • 5. Loops and Iteration: In this module you will learn how to execute a set of statements repeatedly using various Loops
  • 6. Working with Functions: In this module you will learn how to define Functions in Python
  • 7. Handling Exceptions in Python: In this module you will learn how to handle the Exceptions in Python
  • 8. Understanding the Usage of Classes and Objects in Python: In this module you will get to know what is a Class and What are Objects and How to define a Constructor to initialize the members of the class.
  • 9. Handling Strings in Python: In this module we will learn how to handle the strings.
  • 10. Handling Files in Python: In this module you will learn how to create a new file, add text to the file, read the contents from the file and also you will learn how to read the binary data and create an image file dynamically at runtime.
  • 11. Working with Lists: In this module you will learn what is a List and also you will learn the various operations that you can perform with the Lists.
  • 12. Working with Tuples, Sets and Dictionaries: In this module you will learn what are Tuples, Set and Dictionaries and the various operations you can perform within this Data Structure and also you will learn when to use each Data Structure
  • 13. Comprehensions in Python: In this module you will learn the most efficient way to handle the code in Python
  • 14. many more: This course will be later added with some more features such as Regular Expressions, Decorators etc.

Course content

13 sections • 89 lectures • 8h 32m total length

  • Preview01:56
  • Preview07:08
  • Preview03:41

  • Introduction
    01:31
  • Getting Started with Python using Jupyter
    07:10
  • Installing Python and Writing a Program
    07:08
  • Preview06:39
  • Preview00:46

  • Introduction
    01:00
  • Declaring Variables in Python
    07:33
  • Preview07:26
  • Understanding Types and Types Expressions
    08:53
  • Demos: Types and Types Conversion
    04:33
  • Summary
    00:33

  • Introduction
    01:58
  • Using if Statement
    02:51
  • Using if-else Statement
    04:12
  • Using if-elsif-else Statement
    07:33
  • Working with Nested if Statement
    07:02
  • Ternary Operator
    02:20
  • Summary
    00:43

  • Introduction
    00:45
  • Indefinite Loop using While
    06:19
  • Breaking out of a loop using break Statement
    04:21
  • Finishing an Iteration using Continue Statement
    03:54
  • Preview16:29
  • Summary
    00:43

  • Introduction
    02:19
  • Defining Python Functions
    04:17
  • Understanding Parameters, Arguments and Return Values with Demos
    07:02
  • Using Default Arguments in Python Functions
    06:09
  • Using Keyboard Arguments in Python Functions
    08:13
  • Passing Variable Number of Arguments to Python Functions
    04:32
  • Understanding Global and Local Variables
    03:05
  • Lambda Functions
    02:30
  • Summary
    00:55

  • Introduction
    03:05
  • Understanding Built-in Exceptions
    08:32
  • Handling Exceptions
    11:12
  • Raising Exceptions
    05:39
  • Defining Clean-Up Actions
    03:50
  • Summary
    01:59

  • Understanding Classes and Objects
    03:40
  • Demo: Understanding Classes and Objects Syntax
    03:46
  • Demo: Defining Classes with Data and Methods
    06:02
  • Demo: Defining Classes with Constructors
    05:28
  • Summary
    01:01

  • Introduction
    00:59
  • Understanding Strings in Python
    09:03
  • Slicing Strings
    05:39
  • Using 'in' as a Logical Operator
    03:02
  • Working with String Library
    09:23
  • Summary
    00:48

  • Introduction
    05:01
  • Writing to a File
    03:40
  • Reading from the File
    06:42
  • Reading from the File Cont.
    11:14
  • Copying Text File
    04:17
  • Preview03:50
  • Summary
    00:44

Requirements

  • There are no prerequisites for learning this course.
  • However, basic understanding of Computer Programming terminologies is beneficial.

Description

Python has been one of the premier, flexible, and powerful open-source language that is easy to learn, easy to use, and has powerful libraries for data manipulation and analysis. For over a decade, Python has been used in scientific computing and highly quantitative domains such as Data Science, Machine Learning, AI, IOT etc.

Python Programming Step by Step Guide consists of currently 13 modules and later will add some more additional modules to help the students interested in learning Data Science. First we shall start with the Introduction to Python Programming language then we shall learn how to install Python on your machines and get started with Python Programming, then we shall start understanding the fundamentals of Python by understanding how to define the variables and the expressions that are supported by the Python language, then we shall learn how to write the conditional statements and we shall learn how to work with the loops and how to perform iterations in Python language, then we shall learn how to work with the functions, we shall learn how to define the classes and objects in python, then we shall learn how to handle the exceptions in Python language, we shall learn how to handle and manipulate the strings using Python, we shall learn how to handle the files, we shall learn various data structures such as Lists, Dictionaries, Tuples, Sets etc. and also we shall learn how to use the comprehensions support provided by the Python language for writing maintainable and efficient code. Later in this course I will add additional modules such as Regular Expressions, Decorators, Packing and Modules Dynamic Loading, Python Essentials for Data Science and many more.

Once you have subscribed all the future updates will be free only.

Who this course is for:

  • Python Programming Step by Step Guide is a good fit for the below professionals:
  • Freshers Programmers
  • Developers interested in Learning Python
  • Technical Leads
  • Architects Data Scientists

Instructor

Sekhar Srinivasan
Microsoft Certified Trainer, Author and Architect
Sekhar Srinivasan
  • 4.4 Instructor Rating
  • 185 Reviews
  • 7,803 Students
  • 2 Courses

Sekhar Srinivas ( Microsoft Certified Trainer ) Well known for his good track record as one of the best I.T faculty in imparting his unique techniques in training from past 22 years and trained more than 1Lakh students on various Microsoft Technologies Platforms incl. VB6.0, ASP, VB.NET, C#, ASP.NET , Silverlight , ASP.NET MVC, SharePoint, Azure, Xamarin.Andriod, Xamarin.iOS, Xamarin Forms, Data Science with Python and R Cross Platform Mobile Technologies Flutter and React Native  and JavaScript Frameworks like Angular, React and Vue.

Sekhar has a rich experience in technology consulting, providing solutions for complex and diverse problems to corporate, he is a person,who always believe in updating himself with the upcoming technologies to deliver the best to the trainees.

Sekhar has extensive experience designing and implementing systems in the Insurance, e-Commerce, and finance industries. These systems have included internet cafe security, financial reporting, inventory and manufacturing planning, and building design programs. In addition to his analytical skills, Sekhar is valued for his mentoring ability as well as his skill for managing communications and interactions between the business management and the technical implementation groups.

  • 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.