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
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Life Purpose Meditation Personal Transformation 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 Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
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
IT & Software Other IT & Software Python

Learn 100+ Python Pattern Printing Programs In Simple Way

To Improve Your Programming Skills and Logical Thinking ( Square, Triangle, Pyramid, Diamond, Butterfly and Many More )
Rating: 4.8 out of 54.8 (72 ratings)
951 students
Created by DURGASOFT DURGA
Last updated 7/2019
English
30-Day Money-Back Guarantee

What you'll learn

  • Student can get much perfection on Basic Python concepts and his programming skills and Logical Thinking will be improved
Curated for the Udemy for Business collection

Requirements

  • No prerequisite. It's desirable to have some minimum basic knowledge of ENGLISH Language.

Description

As the part of this course the following topics covered in detail.

1. Introduction To Python

2. Python Installation & Various Ways to Run Python Program

3. Python Language Fundamentals

4. Input and Output Statements

5. Flow Control

6. Functions

7. Square Pattern Printing Programs

8. Right Angle Triangle Pattern Printing Programs

9. Inverted Right Angle Triangle Pattern Printing Programs

10. Pyramid Pattern Printing Programs

11. Inverted Pyramid Pattern Printing Programs

12. Diamond Pattern Printing Programs

13. Right Half Diamond Pattern Printing Programs

14. Left Half Diamond Pattern Printing Programs

15. Top Half Hallow Diamond Pattern Printing Programs

16. Bottom Half Hallow Diamond Pattern Printing Programs

17. Hallow Diamond Pattern Printing Programs

18. Alphabet Pattern Printing Programs

19. Vertical LED PANEL Display with Alphabet Symbols

20. Horizontal LED PANEL Display with Alphabet Symbols

Who this course is for:

  • Anyone looking to Learn Python Language Basics In detail
  • Anyone looking to clear Python Interviews
  • Anyone looking to clear Python Certification
  • Anyone looking to improve programming skills
  • Anyone looking to improve Logical Thinking

Course content

21 sections • 214 lectures • 46h 25m total length

  • Preview06:37
  • Preview19:29
  • Preview26:14
  • Preview08:00
  • Preview11:08
  • Preview07:06
  • Preview13:12
  • Preview20:25
  • Features of Python: Part-3
    14:02
  • Features of Python: Part-4
    13:10
  • Features of Python Summary
    07:11
  • Limitations and Flavors of Python
    18:06
  • Python Versions
    13:52

  • Python Installation
    21:21
  • How to Write and Run python code on IDLE
    17:57
  • How to Write and Run python code by using NotePad
    05:12
  • Install Editplus and Run first Python Program
    16:06

  • Preview22:21
  • Preview13:30
  • Data Types Introduction
    15:01
  • Data Types: int data type
    22:17
  • Data Types: Base Conversion Functions
    08:43
  • Data Types: float data type
    12:24
  • Data Types: complex data type
    13:26
  • Data Types: bool data type
    08:08
  • Data Types: str data type representations by using single,double and triple quot
    20:08
  • Data Types: str data type - positive and negative index
    07:14
  • Data Types: str data type - Slice Operator
    16:30
  • Data Types: str data type - Slice Operator Applications
    12:43
  • Data Types: + and * operators for str data type
    13:04
  • Type Casting: introduction and int() function
    13:32
  • Type Casting: float() and complex() functions
    22:35
  • Type Casting: bool() and str() functions
    12:24
  • Type Casting: Summary
    08:48
  • Fundamental Data Types vs Immutability : Meaning Of Immutability
    14:43
  • Fundamental Data Types vs Immutability : Need Of Immutability
    20:45
  • Immutability vs Mutability
    20:45
  • Python Data Types: List data type
    24:34
  • Python Data Types: Tuple data type
    21:54
  • Python Data Types: Set data type
    21:06
  • Python Data Types: FrozenSet
    10:41
  • Python Data Types: Dict
    16:40
  • Python Data Types: range
    24:17
  • Python Data Types: bytes and bytearray
    16:50
  • Preview19:48
  • None Data Type
    12:33
  • Escape Characters,Comments and Constants
    17:45

  • Preview14:48
  • Preview09:45
  • Demo Program-2 to read input data from the keyboard
    15:49
  • Reading Multiple Values from the keyboard in a single line
    26:56
  • Preview07:48
  • Command Line Arguments Part-1
    16:37
  • Command Line Arguments Part-2
    21:07
  • Important Conclusions about Command Line Arguments
    12:36
  • Output Statements : print() function and sep attribute
    16:04
  • Output Statements : end attribute
    17:35
  • print(object) and with replacement operator
    21:42
  • print() with formatted string
    16:58

  • Preview17:56
  • if-elif-else statement and applications
    23:37
  • Preview20:48
  • Preview25:00
  • Iterative Statements: for loop
    13:55
  • Applications by using for loop
    17:28
  • While Loop and Applications
    19:42
  • Infinite Loops and Nested Loops
    15:41
  • Transfer Statements: break statement
    17:25
  • Transfer Statements: continue statement
    21:45
  • Transfer Statements: break and continue in nested loops
    19:12
  • Loops with else block
    19:12
  • pass statement
    23:50
  • del statement
    16:33

  • Need of Functions and Advantages
    14:54
  • Types of Functions and Syntax to define User Define Functions
    11:45
  • Function Parameters and Demo Programs
    11:24
  • Return Statement
    20:26
  • Returning Multiple Values from a function
    11:21
  • Types of Arguments: Positional Arguments
    10:29
  • Types of Arguments: Keyword Arguments
    13:37
  • Types of Arguments: Default Arguments
    14:40
  • Types of Arguments: Variable Length Arguments
    18:01
  • Important Conclusions about Variable Length Arguments
    13:53
  • Differences between *args and **kwargs?
    14:33
  • Types of Arguments: Case Study
    16:24
  • Types of Variables: Global and Local
    07:58
  • Need of global keyword
    15:11
  • Important Conclusions about global keyword
    13:05
  • Recursive Functions Introduction and Demo Programs
    14:07
  • Internal Tracing of Recursive Function Execution
    13:57
  • Maximum Recursion Depth In Python
    09:30
  • Anonymous Functions/Lambda Functions
    12:55
  • Lambda Functions Demo Programs
    11:27
  • Function as argument to another function
    03:59
  • Shorter Code By using filter() function
    25:16
  • filter() Function Demo Programs
    18:06
  • map() Function Theory and Demo Programs
    19:42
  • reduce() Function and Demo Programs
    13:57

  • Important Note about Pattern Printing Programs
    02:35
  • To print given number of *s in a row
    06:05
  • Preview05:44
  • Preview05:18
  • To print square pattern with provided fixed digit in every row
    05:18
  • To print square pattern with fixed alphabet symbol
    05:29
  • Preview03:03
  • To print square pattern with digits
    05:54
  • To print square pattern with alphabet symbols in dictionary order
    05:47
  • To print square pattern with digits in descending order
    07:00
  • To print square pattern with alphabets in reverse of dictionary order
    06:31
  • To print square pattern with digits in descending order
    06:35
  • Preview07:25

  • Preview07:44
  • To print Right Angle Triangle pattern with fixed digit in every row
    08:05
  • To print Right Angle Triangle pattern with fixed alphabet symbol in every row
    05:44
  • To print Right Angle Triangle pattern with digits in ascending order
    05:52
  • To print Right Angle Triangle pattern with alphabet symbols in dictionary order
    05:14
  • To print Right Angle Triangle pattern with digits in descending order
    07:01
  • Right Angle Triangle pattern with alphabet symbols in reverse of dictionary
    08:01

  • To print Inverted Right Angle Triangle pattern with * symbols
    06:08
  • To print Inverted Right Angle Triangle pattern with fixed digit in every row
    05:51
  • To print Inverted Right Angle Triangle pattern with fixed alphabet symbol in Row
    05:50
  • To print Inverted Right Angle Triangle pattern with fixed digit in every row
    05:16
  • To print Inverted Right Angle Triangle pattern with fixed alphabet symbol
    06:16
  • To print Inverted Right Angle Triangle pattern with digits in ascending order
    06:57
  • Inverted Right Angle Triangle pattern with alphabet symbols in dictionary
    06:23
  • Inverted Right Angle Triangle pattern with digits in descending order
    06:21
  • Inverted Right Angle Triangle pattern with alphabet symbols in reverse
    07:43

  • To print Pyramid pattern with * symbols
    12:31
  • To print Pyramid pattern with fixed digit in every row
    08:37
  • To print Pyramid pattern with fixed alphabet symbol in every row
    08:42
  • To print Pyramid pattern with digits in ascending order in every row
    10:30
  • To print Pyramid pattern with alphabet symbols in dictionary order in every row
    09:03
  • To print Pyramid pattern with digits in descending order in every row
    09:14
  • To print Pyramid pattern with alphabet symbols in reverse of dictionary order
    08:11

Instructor

DURGASOFT DURGA
Software Training Organization
DURGASOFT DURGA
  • 4.7 Instructor Rating
  • 4,155 Reviews
  • 75,561 Students
  • 6 Courses

DURGASOFT providing in-depth training on all latest technologies and Certifications for the last decade.


Every blog and forum around the globe will represent DURGASOFT as pioneer and leader in Software training.


DURGASOFT is founded by IT industry experts and the faculty is expertise in multiple domains. DURGASOFT'S management and teaching faculty includes either working IT professionals/expertise in IT industry. All of them are highly experienced in designing/development of software solutions in their respective domains.


DURGASOFT is highly successful in providing training to thousands of students and boosting their confidence levels to get placed in MNCs across the globe. Finding a DURGASOFT student in every MNC is not at all a surprise.


DURGASOFT teaches every topic starting from the fundamentals to the  most advanced  levels, with the most experienced trainers and with the most effective training methodologies .

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