Python Programming By Taming

taming python language

Python is a general-purpose, high-level programming language.  It is an Open Source Software and its source code is available with a license in which the Copyright holder provides the rights to study, change, and distribute the software to anyone and for any purpose. This programming language was developed in late 1980s and its implementation was started in December 1989 by Guido van Rossum at Centrum Wiskunde & Informatica which is a research center in Netherlands. The non-profit organization Python Software Foundation fosters the development of Python community and is responsible for various processes within the Python community which includes developing Python projects, distribution, managing intellectual rights, developer conferences including PyCon, and raising funds.

Python is easy to learn for a first time programmer or a person experienced in other programming languages. It can be read like English language. Python can run on any hardware platform (PC, Mac, Sun Sparc, etc.) or software platform (Linux, MacOS, Unix, Windows, etc.).  Its design philosophy emphasizes code readability and its syntax allows programmers to express concepts in least lines of code than in languages like C++ or Java. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library. It is  powerful, fast and has  ability to play with other programs. 

Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python is a scripting language like PHP, Perl, Ruby and can be used for Web programming (Django, Zope, Google App Engine and much more). It also can be used for desktop applications (Blender 3D, pygame). Python can also be translated into byte code like java. Python is extensively using in data mining and scientific computing.    

Python is great for data analysis, artificial intelligence and scientific computing.  Developers can use Python to build prototypes, productivity tools and games. The softwares like YouTube, DropBox, Instagram, etc. are to name a few which is written in Python.  Python is used in many application domains.  Python’s standard library supports many Internet Protocols such as HTML, XML, JSON, E-mail processing, FTP, IMAP etc.   Government is utilizing this for Administration, Homeland Security, Public Safety, Traffic Control, Urban Infrastructure etc.  In Business  Python is using in  domains such as Consumer  Goods Industry, Aviation, Medical, Industrial, Financial services, GIS & Mapping, Marine and Lighting. Python is used in areas of Customer Relationship Management (CRM), Content & Document Management, Energy Conservation, E-Commerce, Enterprise Resource Planning (ERP), Knowledge Management, Manufacturing, Product Development, Project Management, Quality Control, Online Analytical Processing, Risk Management, Simulation etc. In Network Programming, Python is used to control Firmware updates. In Software, Python plays a role in Computer Graphics, Cross-platform Development, Data Mining, Documentation Development, Embedded Systems etc.

 Based on the application, many packages and libraries are developed in Python. SciPy is a collection of packages for Mathematics, Science, and Engineering. Pandas is a data analysis and modeling library. IPython is a powerful interactive shell that features easy editing and recording of a work session, and supports visualizations and parallel computing.  

According to the interests, students opt for books, on-line courses or contact classes for studying Python programming.  On surveying the students who are placed in reputed organizations, most have studied python using the popular book “Taming Python by Programming “.

 This   book is authored by Dr. Jeeva Jose introduces Python, its features, programming constructs like identifiers, reserved keywords, variables and various operators.  All the data types in Python which includes numbers, strings, list, tuple, set and dictionary are covered and explains various types of decision making and loops. This book is published by Khanna publishers covers a detailed explanation of functions as well as explains about modules and packages, concepts and operations of file handling , Object Oriented Programming concepts , Exception Handling techniques.  Regular Expressions are covered and explains how databases can be connected from Python. All operations including creation of tables, insert, delete, update and SQL statements are explained in detail.

Advanced topics like the concept of iterators, generators and decorators in Python are also  provided . Explains about GUI programming using tkinter and various widgets used in Python as well as explains the concept of multithreading. Different types of threads in Python, the thread module and threading module as well as  covers a detailed description of CGI programming. Various HTTP headers and environment variables are explained in detail.  Socket or network programming is also covered. The  book have worked out programs, illustrations, review and frequently asked interview questions. More than 450 solved lab exercises available in this book . 

Created By : Mukul Seth