Skip to main content

Posts

Showing posts from January, 2021

Python - Introduction 2

python Introduction- 2 is second part of the presentation of Python programing language for beginners. In this the follwing topics are coverd. List, sets, dictionaries, functions, comprehensions, classes and objects, Inheritance.

Python - Introduction

 Python  is a dynamic programing language. It is very easy to learn and use. Python have been widely using in developing web applications, desktop applications, data science applications, Graphics applications. It is having dynamic data type and supports Object Oriented Programing concept.