Core Python Programming By Examples

Python 3.x

About Python:

What you’ll learn

  • About Python.
  • Installation of python and uses in virous tools.
  • Data Type supported in Python.
  • Python Variables.
  • Python Expression.
  • Python Strings.
  • Python String Operations.
  • Python String Methods.
  • Python List.
  • Python List Method.
  • Python Dictionary.
  • Python Dictionary Methods.
  • Python Tuples.
  • Python Control Flow.
  • Important Python Methods.
  • Python Loops.
  • Python Break Continue and Pass.
  • Python Functions.
  • Function-Arbitrary Arguments.
  • Object Oriented Programming Support in Python.
  • Python Classes.

Course Content

  • Introduction of Python & Installation –> 2 lectures • 11min.
  • Python Data Type –> 1 lecture • 4min.
  • Python Variable –> 1 lecture • 4min.
  • Python Expression –> 1 lecture • 7min.
  • Python Strings –> 3 lectures • 13min.
  • Python List –> 2 lectures • 16min.
  • Python Dictionary –> 2 lectures • 10min.
  • Python Tuples –> 1 lecture • 11min.
  • Python Control Flow –> 1 lecture • 19min.
  • Important Python Methods –> 1 lecture • 8min.
  • Python Loops –> 1 lecture • 8min.
  • Python Break Continue and Pass –> 1 lecture • 7min.
  • Python Functions –> 2 lectures • 12min.
  • Object Oriented Programming –> 5 lectures • 52min.
  • Python Exceptional Handling –> 1 lecture • 6min.
  • Python File Handling –> 1 lecture • 6min.
  • Python Module –> 1 lecture • 10min.
  • Python Summary –> 1 lecture • 14min.
  • Live session details –> 1 lecture • 1min.

Core Python Programming By Examples

Requirements

About Python:

Python is a high-level, general-purpose and a very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting edge technology in Software Industry. Python Programming Language is very well suited for Beginners, also for experienced programmers with other programming languages like C++ and Java.

Below are some facts about Python Programming Language:

  1. Python is currently the most widely used multi-purpose, high-level programming language.
  2. Python allows programming in Object-Oriented and Procedural paradigms.
  3. Python programs generally are smaller than other programming languages like Java. Programmers have to type relatively less and indentation requirement of the language, makes them readable all the time.
  4. Python language is being used by almost all tech-giant companies like – Google, Amazon, Facebook, Instagram … etc.
  5. The biggest strength of Python is huge collection of standard library which can be used for the following:
    • Machine Learning
    • GUI Applications (like Kivy, Tkinter, PyQt etc. )
    • Web frameworks like Django (used by YouTube, Instagram)
    • Image processing
    • Web scraping (Selenium)
    • Test frameworks
    • Multimedia
    • Scientific computing
    • Text processing
    • Easy to learn and implement no need to write 100 line of code to do some small works, instead of just use library and implement it.
  6. All we are going to learn by examples
Get Tutorial