padhiyar

There are 7 repositories under padhiyar topic.

  • 8140171224/Array-python

    My Python Examples by aakash padhiyar

    Language:Python120
  • 8140171224/Class-Object

    Python is an object oriented programming language. Unlike procedure oriented programming, where the main emphasis is on functions, object oriented programming stress on objects. Object is simply a collection of data (variables) and methods (functions) that act on those data. And, class is a blueprint for the object. We can think of class as a sketch (prototype) of a house. It contains all the details about the floors, doors, windows etc. Based on these descriptions we build the house. House is the object. As, many houses can be made from a description, we can create many objects from a class. An object is also called an instance of a class and the process of creating this object is called instantiation

    Language:Python120
  • 8140171224/factriol-python

    My Python Examples by aakash padhiyar

    Language:Python120
  • 8140171224/Function

    My Python Examples by aakash padhiyar

    Language:Python120
  • 8140171224/Prime-Number

    Prime Number in python by aakash padhiyar

    Language:Python120
  • 8140171224/script_python3

    My Python Examples by aakash padhiyar

    Language:Python120
  • 8140171224/Weather-forcast-script

    create in csv file script in python language py , pip, pip3,

    Language:Python1201