Appeared on ITServicestalk
![]() |
Python Coding Tips |
Python has become one of the most popular and powerful programming languages. It’s one of those programming languages that have many gems to discover.
1. Python Scripts
Python scripts can be run from the command line on most of the UNIX systems in the following manner.
2. Dynamic Typing
In statically typed programming languages like Java, users have to specify the data type of the function return value along with the type of each function argument. Python is a dynamically typed language in which you need not provide the data types. Python keeps track of the data type internally, based on value assigned by you.
The example below shows how a function can examine its arguments.
For more, visit- http://itservicestalk.com/technology-review/python-programming-languages-easy-coding-tips/
No comments:
Post a Comment