Pyth-B: Python for beginners

Short Description

Full Description

In this course, you'll learn the fundamentals of the Python programming language, along with programming best practices. You’ll learn to represent and store data using Python data types and variables, and use conditionals and loops to control the flow of your programs. You’ll harness the power of complex data structures like lists, sets, dictionaries, and tuples to store collections of related data. You’ll define and document your own custom functions, write scripts, and handle errors. Lastly, you’ll learn to find and use modules in the Python Standard Library and other third-party libraries.

  • Module 01: Python-Introduction-Installation

  • Module 02: First Python Program

  • Module 03: Print and Variables

  • Module 04: Syntax and Tuple

  • Module 05: Dictionary

  • Module 06: Operators

  • Module 07: Arrays

  • Module 08: Conditional Statements

  • Module 09: For and While Loops

  • Module 10: Python OOPs Class, Object, Inheritance