Python Programming
Learning basics of Python Programming, starting from syntax till making your own applications based on Python

Python Programming
Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles.
Course Content
★ Introduction to python programming language
★ Writing Simple Basic Programs for understandingÂ
★ Installing the software to run Python Codes
★ Understanding Variables in Python
★ Understanding various Data types
★ Learning Operator an it types
★ Understanding Conditional Statements (if , else and elif )
★ Learn about Loops and its types
★ Understanding what is Data Structures and its typesÂ
★ Understanding lists in python
★ Understanding Tuples in python
★ Understanding Sets and Dictionaries
★ Learn about Functions in python programming
★ Exploring Functions Usage
★ Revising all the topics covered in the course with a basic project