Categories
Archives
Blog Stats
- 482,930 hits
-
Join 489 other subscribers
You can like us at
Meta
Tag Archives: python scripting
Object Oriented programming in python – Classes
Object Oriented programming or OOP’s concept in python is same as in any other language. Python is an object oriented language. The very same concept of classes and it’s objects as in Java can be implemented in Python. Let us … Continue reading
Posted in Python
Tagged class examples in python, is python program oriented, learn python, object oriented programming in python, object oriented programming python, object oriented python, python class examples, python classes, python language, python object oriented programmnig, python programming tutorial, python scripting, python training, python tutorial for beginners
Leave a comment
Python Functions
Python Functions Functions plays an important role in simplifying the execution of a program. We can easily divide the work into different parts using functions. Main function will be in charge of calling each and every other function in the … Continue reading
Posted in Python
Tagged functions in python, learn python, learn python online, learning python, Python, python -0.0, python -snake -monty, python built in function, python function, python functions, python language, python programming, python scripting, python tutorial, python tutorial example, python tutorial for beginners
Leave a comment