Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
Python variables:

in python variable is a named location used to store data
in the memory. each variable must have a unique name called
identifier.

In python variables do not need declaration to reserve memory
space . The variable declaration or variable initialization
happens automatically when we assign a value to a variable.


as example:

salary=100
Emp_Name= "Ravi"
Age1, Age2, Age3=20,24,25
Python class and Objects:

Python is an Object Oriented programming language.
Object is simply a collection of data (variables) and
methods (function) that act on those data. and, class
is a blueprint for the object.

an object is also called an instance of a class and
the process of creating this object is called instantiation.
download new project:
https://imojo.in/4dax4c1
Download E Shopping Website Source code:
https://imojo.in/3hpr67s
Send Reset Password Email using ASP .Net WebApps
follow me on instagram
https://www/instagram.com/coderbaba