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+ Microsoft AZ-900
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 Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-02-28 12:09:16
30-Day Money-Back Guarantee
Development Programming Languages Python

Python Programming by Examples

Learn Python using 44 different Python programs
New
Rating: 5.0 out of 55.0 (1 rating)
1 student
Created by Alok Kumar
Last updated 2/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Able to use Python for solving computation problem
  • Able to understand Python programming concepts with examples
  • Able to write Python program using Numpy, Panda, Pyplot, Pillow, OS and collections modules.
  • 44 Python programs has been written using Visual Studio Code and Jupyter Notebook
  • Able to use and knows complex module like Pyplot, Collections, Panda, Numpy, OS and WebBrowser
  • Python 3 Programming Basic

Course content

4 sections • 48 lectures • 8h 44m total length

  • Preview04:06
  • Instructor Introduction
    00:57

  • Preview00:18
  • Preview09:05
  • Preview07:49
  • Input two numbers and display the larger / smaller number.
    11:38
  • Input three numbers and display the largest / smallest number
    04:15
  • Sort 3 numbers
    07:11
  • Preview06:55
  • Calculate simple and compound interests
    12:47
  • Check that a number is a perfect number, an armstrong number or a palindrome
    15:49
  • Input a number and check if the number is a prime or composite number
    08:05
  • Find the factorial of a positive number
    11:37
  • Given two integers x and n, compute (x)n
    12:44
  • Input a number and display the terms of a Fibonacci series
    09:54
  • Sum of the following series 1+x+x2+x3+x4+ ............xn, 1-x-x2-x3-x4- ......
    13:02
  • Sum of the following series.x + x2/2 - x3/3 + x4 /4 + ........... xn /n. x +
    12:28
  • Count and display the number of vowels, consonants, uppercase, lowercase char in
    22:01
  • String palindrome or not
    12:05
  • Swap elements at the even location with the elements at the odd location in list
    12:54
  • Search for a given element in the list/tuple.
    10:45
  • Preview13:05
  • Count the number of times a character appears in a given string
    05:35
  • Create a dictionary with names of employees, their salary and access them
    10:51
  • Preview16:51
  • Compute the greatest common divisor and least common multiple of two integers
    12:40
  • Search for a given element in the list/tuple
    10:45
  • Write a function in python
    1 question

  • Preview00:18
  • Preview14:42
  • Read a text file and display the number of vowels/ consonants/ uppercase/ lower
    17:05
  • Search for a given roll number and display the name in binary file
    23:13
  • Input a roll number and update the marks in Binary file
    24:11
  • Find and Replace character in Text file
    14:42
  • A random number generator or Simulates a dice
    09:54
  • Stack implementation using list
    13:42
  • Preview12:36
  • Find most commonly occurring word(s) in strings
    16:47
  • Write a function in Python PUSH(Arr)
    1 question
  • A binary file “Book.dat”
    1 question

  • Preview00:16
  • Plot Graph using pyplot module
    11:45
  • Perform data analysis using Panda module
    11:58
  • Matrix multiplication
    18:22
  • File validation
    12:16
  • Create a static web page and display it using browser
    06:52
  • Find word and replace with new word in string
    07:28
  • Print checkerboard pattern of nxn using numpy
    11:50
  • Check that input year is leap or not
    10:37
  • Reverse a Number
    08:59
  • Merge two image into single image
    00:27
  • A bar chart is drawn
    1 question

Requirements

  • Be able to know basic of computer programming

Description

In this course , I have used problem solving approach using Python. At end of each lesson you will be able to write python programs using the lesson objectives topics. This is the fastest way to learn python programming.

This course has been designed for learner who want to learn Python programming with little or no knowledge about any programming.

44 Python programs has been shown and write step by step in the course and explained about the Python object used, Program logic and code detail.

Entire course has been divided into 3 sections and each section has been added with relevant programs. It has been carefully crafted lectures and superb quality of production (Full HD videos).

Marker used to explain the concepts.  Each lesson designed to have objectives/ outcome.

In this course we will teach you Python 3.

In each lesson, One program has been explained with Python objects, Program analysis and code logic.

Following topics programs has been explained in the course.

  • Input and Output function

  • Conditional statements

  • Iteration and control flow

  • Lists

  • Tuple

  • Dictionary

  • Functions

  • File Handling

  • File operation on text file

  • File operation on binary file

  • Stack Data Structure

  • Queue Data Structure

  • Random

  • Collections

  • Pyplot Module

  • Numpy Module

  • Panda Module

  • Pillow Module

  • OS Module

  • Webbrowser Module

Who this course is for:

  • Beginners who have never programmed before.

  • Programmers switching languages to Python.

  • Intermediate Python programmers who want to level up their skills!

Who this course is for:

  • Python Programming learner

Instructor

Alok Kumar
Software Development Manager
Alok Kumar
  • 4.7 Instructor Rating
  • 6 Reviews
  • 32 Students
  • 4 Courses

In 2006, Started working as a software developer after completed master degree in computer science and since then I never stopped exploring and learning software development technology.

I started delivery professional software using .NET 1.0, C# and ASP.NET 1.0 and SQL SERVER 2005.

Over 14+ years of experience in software development, design and delivery using various technology stack and platform for business domain.

My core skills are Xamarin based mobile app development & distribution for iOS and Android

Native iOS using Swift and native Android development using Java.



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