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 Meditation Personal Transformation Life Purpose Emotional Intelligence 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 Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing 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

Mastery in Python - For Beginners from Zero to Hero !

A straight-to-the-point Python course to quickly get you started with writing Python code and creating Python examples
Rating: 3.1 out of 53.1 (600 ratings)
46,453 students
Created by Arun Ammasai
Last updated 12/2018
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • This course is meant for absolute beginners in programming or in python. No prior knowledge about any programming language.

Course content

9 sections • 34 lectures • 5h 20m total length

  • Preview02:40
  • What will you learn in this course?
    09:49
  • Preview01:52

  • Preview06:20
  • Python IDE - Integrated Development Environment [IDLE]
    05:44

  • Python - Working With Variables
    06:00
  • Python - Working with Math Module Part1
    09:35
  • Python - Working with Math Module Part2
    11:44
  • Python - Working with String Module Part1
    10:09
  • Python - Working with String Module Part2 - String Formatter
    05:58
  • Python - Working with String Module Part3 - String methods
    09:57
  • Python - Working with String Module Part4 - String Slicer Methods
    09:19
  • Python - Working with String Module Part4 - String Slicer Example
    10:55

  • Python - Boolean's and Comparison
    08:26
  • Python - Logical and Conditional Operators
    15:42

  • Python - Playing with List Part1
    13:50
  • Python - Playing with List Part2
    10:29
  • Python - Playing with List Part3
    07:26
  • Python - Playing with List Part4
    08:54
  • Python - Playing with Tuple's
    06:29

  • Python - Working with Dictionaries Part1
    08:03
  • Python - Working with Dictionaries Part2
    16:11

  • Python - Working with While Loop
    15:51
  • Python - Working with For Loop Part1
    09:24
  • Python - Working with For Loop Part2
    07:25
  • Python - Working with List Comprehensions
    08:37

  • Python - Working with Function Part1
    06:20
  • Python - Working with Function Part2
    13:15
  • Python - Working with Function Part3
    07:40
  • Python - Working with Function Part4
    12:34

  • Python - Class Introduction Part1
    06:51
  • Python - Class Introduction Part2
    12:56
  • Python - Working with OOPS Concept Part1
    13:24
  • Python - Working with OOPS Concept Part2
    10:28

Requirements

  • No Prior knowledge needed

Description

What is Python?

Python is a popular programming language. It was created in 1991 by "Guido van Rossum".

It is used for:

  1. web development (server-side),

  2. software development,

  3. mathematics purpose,

  4. system scripting.

What can Python do?

  1. Can be used alongside software to create workflows.

  2. Can be used on a server to create web applications.

  3. can connect to database systems. It can also read and modify files.

  4. Can be used to handle big data and perform complex mathematics.

  5. Can be used for rapid prototyping, or for production-ready software development.

Why Python?

  1. it works on different platforms (Windows, Mac, Linux, etc).

  2. Has a simple syntax similar to the English language.

  3. Has syntax that allows developers to write programs with fewer lines than some other programming languages.

  4. Runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.

  5. Can be treated in a procedural way, an object-orientated way or a functional way.

Good to know

  • The most recent major version of Python is Python 3, which we shall be using in this tutorial.

  • In this tutorial Python will be written in a text editor. It is possible to write Python in an Integrated Development Environment, such as Thonny, Pycharm, Netbeans or Eclipse which are particularly useful when managing larger collections of Python files.

Python Syntax compared to other programming languages

  • Designed to for readability, and has some similarities to the English language with influence from mathematics.

  • Uses new lines to complete a command, as opposed to other programming languages which often use semicolons or parentheses.

  • Relies on indentation, using whitespace, to define scope; such as the scope of loops, functions and classes. Other programming languages often use curly-brackets for this purpose.

Thanks,

Arun Ammasai

Who this course is for:

  • Beginners who wants to learn Python

Instructor

Arun Ammasai
Teach with passion, from experience, and with an easy-to-understand way of teaching
Arun Ammasai
  • 4.0 Instructor Rating
  • 1,732 Reviews
  • 151,617 Students
  • 16 Courses

Arun , Working as a Software Professional and having 10+ years of Industry experience in IT. I love to teach and its my passion. Interested in Java, Python ,Oracle and Open source technologies like PHP , WordPress.

Graduated in bachelor of Chemistry and master degree in Computer Application at Bharathiar University. 

I love photography, trekking and passion to travel to different place.

"Learn whatever comes in your way"

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