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 CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation CBT 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 Marketing Strategy Google Ads (AdWords) Certification 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 Online Business Business Strategy 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 Web Development Python

Python for beginners

Master the fundamentals of Python while working on various usecases in easy steps
Rating: 4.4 out of 54.4 (17,408 ratings)
213,176 students
Created by Bharath Thippireddy
Last updated 2/2021
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Master the Features of Python Language
  • Install Python Virtual Machine and the Eclipse IDE(PyDev)
  • Execute your first python program
  • Learn various simple types as well as collection types
  • Define logic using conditional statements ,looping constructs
  • Use the different types of operators
  • See the input and output functions in action
  • Pass Command line arguments
  • Create and use functions , Lambdas Decorators and Generators
  • Learn what Object Oriented Programming is the four OOPs principles
  • Implement inheritance, abstraction, polymorphism and encapsulation
  • Understand interfaces, their importance, and their uses
  • Use abstract classes and interfaces to implement abstraction
  • Handle Exceptions
  • Read and Write files using the Files API
  • Do pattern matching using Regular expressions
  • Deal with data and time
  • All in simple steps
Curated for the Udemy for Business collection

Course content

27 sections • 230 lectures • 10h 15m total length

  • Preview03:57
  • How to make the best of this course
    01:46
  • Preview00:55
  • Preview02:38
  • Basics
    3 questions

  • Introduction
    01:00
  • Install Python
    02:09
  • Which IDE?
    00:37
  • Install Java and Eclipse
    03:01
  • Install PyDev for eclipse
    01:49
  • PyDev Tips
    02:40
  • Install PyCharm
    03:07
  • Download the completed projects
    00:54
  • Preview02:30
  • Comments
    02:36
  • Preview01:49

  • Introduction
    01:37
  • Numeric Types
    03:02
  • Complex , Binary and Hexadecimal Types
    02:48
  • Boolean Types
    01:13
  • Type Conversion Functions
    03:39
  • Datatypes
    7 questions
  • Datatypes
    1 question

  • Introduction
    01:04
  • Create a string
    03:42
  • Slicing a string
    02:12
  • Steps in slicing
    02:00
  • Strip the spaces
    01:45
  • Few more string methods
    03:17
  • Data Types
    1 question
  • Create a list
    03:04
  • Adding and removing list elements
    02:20
  • Few more list functions
    02:49
  • Tuple
    00:24
  • Use a Tuple
    03:16
  • List to Tuple
    01:25
  • Set Type
    03:49
  • Frozen Set
    01:09
  • range type
    02:36
  • bytes and bytearray
    02:45
  • Dictionary
    05:07
  • Preview05:05
  • Map of Lists Usecase
    03:55
  • Sequence Types
    10 questions
  • Collection Types
    1 question

  • Arithmetic Operators
    04:22
  • Assignment Operators
    02:48
  • Comparison Operators
    02:36
  • Logical Operators
    03:53
  • Preview02:25
  • Operators and Operands
    4 questions

  • Introduction
    00:49
  • print
    02:56
  • print and string formatting
    04:17
  • input
    04:18
  • reading multiple inputs
    03:48
  • Input and Output functions
    4 questions
  • Input and Output Functions
    1 question

  • Read and Display student details
    03:23
  • Average of three numbers
    02:33
  • Area of a circle
    01:36
  • Using the math module
    01:20

  • Introduction
    01:15
  • If Else Syntax
    01:08
  • Find even or odd number
    03:30
  • IF Else Ladder
    01:22
  • Handle Zero
    01:48
  • If-Else Ladder
    1 question
  • While Syntax
    00:42
  • Display numbers from 1 to 20
    02:16
  • Odd numbers between given numbers
    03:36
  • For Syntax
    00:53
  • using for loop
    02:13
  • product of numbers in a list
    03:24
  • multiplication table of a given number
    03:53
  • break
    02:43
  • continue
    02:48
  • assert
    02:21
  • Flow Control Statements
    4 questions
  • Loops
    1 question
  • Input and Output functions
    1 question

  • Introduction
    02:09
  • command line arguments
    04:27
  • command line arguments in PyCharm
    01:05
  • product of command line arguments
    02:54
  • Command Line Arguments
    2 questions
  • Command line arguments
    1 question

  • Introduction
    02:51
  • first function
    02:28
  • returning a result
    01:09
  • return multiple values
    03:04
  • local and global variables
    02:18
  • accessing global variable with the same name
    00:58
  • assign function to a variable
    01:01
  • function inside another
    02:49
  • function as parameter to an other
    01:54
  • returning functions
    01:42
  • pass any type
    01:16
  • Recursion
    02:35
  • recursion
    02:05
  • keyword arguments
    01:40
  • default arguments
    01:26
  • BMI Usecase
    02:30
  • Functions
    5 questions

Requirements

  • Internet Connection

Description

Whether you are a College student learning the fundamentals of Python or a Data Science expert using python to analyze your data or a Web Developer using python frameworks like DJango or a Experienced python developer who wants to fill in the gaps , this course will help you accomplish your goals.

  • Master the Features of Python Language

  • Install Python Virtual Machine and the Eclipse IDE(PyDev)

  • or Install PyCharm Community Edition

  • Execute your first python program

  • Learn various simple types as well as collection types lists , sets , maps and tuples

  • Work on various Usecases to apply you Python knowledge

  • Define logic using conditional statements ,looping constructs

  • Use the different types of operators

  • See the input and output functions in action

  • Pass Command line arguments

  • Create and use functions , Lambdas Decorators and Generators

  • Learn what Object Oriented Programming is the four OOPs principles

  • Implement inheritance, abstraction, polymorphism and encapsulation

  • Understand interfaces, their importance, and their uses

  • Use abstract classes and interfaces to implement abstraction

  • Spawn of multiple threads

  • Handle Exceptions

  • Read and Write files using the Files API

  • Do pattern matching using Regular expressions

  • Deal with data and time

  • Work with databases

  • All in simple steps

What are the requirements?

  • Python,PyCharm Community Edition or Eclipse IDE(Installation is covered in easy setup section)

Who this course is for:

  • Any student who wants to learn python in depth
  • Developers who are getting started with Python
  • Big Data professionals who want to learn pythons quickly and in depth
  • Experienced developers who want to fill in any gaps in their knowledge

Featured review

Lee Haynes
Lee Haynes
185 courses
33 reviews
Rating: 5.0 out of 5a year ago
Wow, this is the complete package, it is taking you from nothing to being able to script emails, writing and working with files, and more. I am so glad I watched this course, I have so much to learn from this awesome training course. If you want to learn python then start here. I give this video course 11 out of 10. This is the course that no matter how many times you watch it you will learn something every time. It works slow, and builds up your skills Lee Haynes

Instructor

Bharath Thippireddy
IT Architect and Best Selling Instructor- 350000+ students
Bharath Thippireddy
  • 4.4 Instructor Rating
  • 55,117 Reviews
  • 402,864 Students
  • 30 Courses

Bharath Thippireddy is an Entrepreneur, Software Architect and Public Speaker who has trained 400000 + students across the planet. He is Oracle Certified Developer, Web Component Developer, Business Component Developer, Web Services Developer.

He loves learning new things both in technology and personal development and shares them on YouTube and his web site. He have mentored students in class room trainings as well as in the corporate world both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

His trainings will help you master Full Stack Development using Java,Python,JavaScript and DevOps, AWS, Docker, Kubernetes.

From 25 Courses which currently have 400K+ Learners you can pick a track and master

Spring Boot Project Development using Angular and React

Angular and React project creation with Java or Node backend

Complete Python Stack from core Python to Django REST Framework

Docker , Kubernetes, Maven, Jenkins ,GIT , AWS EC2 ,Elastic Beanstalk,ELB,Auto Scaling and more in easy steps

Java (Java Design Patterns,Java Web Services,Java Messaging Service)

Spring modules ( Spring Security, Spring Boot,Spring Data using Hibernate,Spring Data REST)

Serverless programming using AWS Lambda and more

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