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 Mindfulness Personal Development Personal Transformation Meditation 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 Analysis Data Modeling 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
2021-01-11 19:53:49
30-Day Money-Back Guarantee
IT & Software IT Certification Python

The Complete Python Programmer: From Scratch to Applications

Let's start coding and developing in Python from scratch to building cool projects!
Rating: 4.2 out of 54.2 (521 ratings)
47,114 students
Created by Sujithkumar MA
Last updated 1/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Python 3 Programming
  • Developing Projects in Python

Requirements

  • No, Prior knowledge is not necessary

Description

Hey there! Welcome to the course on Python 3 named The Complete Python Programmer: From Scratch to Applications.

As the name suggests, You'll learn everything in Python from Scratch and upto developing simple projects in Python. Coding is different from Developing. We'll learn both coding and developing. If you do not know anything about Programming, this course  is your cup of tea.

Course Outcomes:

1. Modelling some real world problems in Python and solve them.

2. Building projects in Python

3. Understanding all the foundations of Python and knowing how to apply them

4. Understanding all the Pythonic Data Structures, Objects, Functions and Modules

5. Knowing how to use Jupyter iPython Notebook for Data Science Applications

6. Foundations for Data Science: The Numpy module

7. Understanding Client-Server Architecture and Making HTTP Requests with Python.

Highlights:
1. Advanced Math in Python

2. GUI Projects

3. Chatbot (Speech Recognition) in Python

4. Coding Problem Sheets to practice

5. Beginner-friendly and so on.


Python is an interpreted, high-level and general-purpose programming language used world widely .Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects

Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly, procedural), object-oriented and functional programming. Python is often described as a "batteries included" language due to its comprehensive standard library.

Python was created in the late 1980s, and first released in 1991, by Guido van Rossum as a successor to the ABC programming language. Python 2.0, released in 2000, introduced new features, such as list comprehensions, and a garbage collection system with reference counting, and was discontinued with version 2.7 in 2020.Python 3.0, released in 2008, was a major revision of the language that is not completely backward-compatible and much Python 2 code does not run unmodified on Python 3. With Python 2's end-of-life, only Python 3.6.x and later are supported, with older versions still supporting e.g. Windows 7 (and old installers not restricted to 64-bit Windows).

Nothing more to write. I'll see you there in my lectures.

Who this course is for:

  • Beginners who want to learn Python from Scratch

Course content

17 sections • 132 lectures • 14h 29m total length

  • Preview09:16
  • Downloading Python
    01:27
  • Installing Python 3
    01:14
  • What is pip?
    01:42
  • Info
    00:08
  • Preview06:54
  • Preview02:27

  • Variables and Datatypes
    19:28
  • Operators in Python
    12:48
  • Exponentiation and precedence
    04:02
  • Interesting stuff in Strings
    08:26
  • User input
    05:57
  • ID of objects
    07:22
  • First Python Script
    02:56

  • Comparison Operators in Python
    05:38
  • Logical Operators in Python
    08:24
  • Downloading PyCharm IDE
    03:09
  • Installing PyCharm IDE and working with it
    06:46
  • if-else statement
    09:06
  • Membership Operators
    03:23
  • elif ladder
    07:18
  • Swapping two values in Python
    04:56
  • end parameter in print function
    05:19
  • Quiz-1
    5 questions

  • Understanding while loops through Remote Control
    13:34
  • range() and for loop
    09:35
  • Let's design a simple calculator in Python
    13:01
  • Sum of n integers in one line
    07:14
  • Quiz-2
    2 questions

  • Introduction to Python Data Structures
    02:01
  • String indexing
    11:14
  • Slicing a string like slicing an apple
    13:51
  • String concatenation and String deletion
    03:04
  • Iterate over a string
    02:33
  • String methods
    13:38
  • Reversing a string
    02:48

  • Creating a list in Python
    04:25
  • Nested Lists, List Indexing and List Slicing
    13:22
  • Change the values of a list
    03:54
  • Adding elements to a list - append and extend
    06:23
  • Methods in list
    10:36
  • Methods in list 2.0 (continued)
    06:31
  • Error while removing
    02:07
  • Palindrome code
    04:52
  • List comprehension (Important)
    10:47
  • join method
    02:54
  • Adding two lists using list comprehension
    04:45
  • How to get user input as a list
    07:22
  • All about Tuples
    12:04

  • Introduction to Dictionary and creating a dictionary
    15:21
  • Dictionary comprehension
    03:12
  • Getting word count as a dictionary
    05:47
  • Methods in Dictionary
    04:25
  • Sets
    08:08
  • Sets - Union, Intersection and Difference
    05:59
  • Subset and Supersets
    02:49

  • Introduction to Functions
    12:38
  • Scope and Lifetime of an object
    09:32
  • Understanding Keyword arguments in Functions through Quadratic Equations
    11:50
  • Default arguments
    02:15
  • Arbitrary arguments (tuples)
    04:47
  • Anonymous functions - lambda functions
    06:40
  • Applications of lambda functions
    06:02
  • Map, Zip and Filter functions
    11:06
  • Introduction to modules and creating our own modules
    11:26
  • Math module in Python
    03:01

  • Problem Sheet-1
    00:06
  • Problem Sheet-2
    00:06
  • Problem Sheet - 3
    00:06
  • Problem Sheet - 4
    00:06
  • Problem Sheet - 5
    00:08

  • Preview13:29
  • Creating a class and Instantiating the class
    07:07
  • The constructor
    13:45
  • Assigning the attributes
    03:06
  • Understanding Special methods for a class through Complex Numbers
    10:40
  • Understanding methods using a car example
    06:19
  • Understanding Inheritance through cats and dogs
    11:56
  • Method overriding
    05:13

Instructor

Sujithkumar MA
Teaching Aspirant
Sujithkumar MA
  • 4.3 Instructor Rating
  • 1,882 Reviews
  • 109,739 Students
  • 12 Courses

Engineer who is being Engineered from PSG College of Technology | Online Course Instructor by Passion | Young Embedded Progammer who is curious about integrating Artificial Intelligence with Electronics | Specialized in Python, Supervised Machine Learning Algorithms, Tensorflow and Data Visualisation. | Cross Platform Application Developer specialized in Google Flutter and Dart | Knows coding in C, Python , Java, C++, Javascript and Dart and specialized in OOP's concepts | Radio Jockey at PSG Community Radio 107.8 MHz and Radio Hub by interest | Tutoring young school students | Public Speaker who is interested in hosting seminars and webinars.

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