Perl - The Swiss Army Knife for the Administrator
Discussion and techniques used in working with Perl as an administrator.
Discussion and techniques used in working with Perl as an administrator.
Python has become popular for rapid application development due to its readability and ease to maintain the codebase. It is modular and object oriented. Like Perl, you can extend core functionality with a host of add-on modules to make calls to a database, graphic interface library or interface with back-end web applications. Python, strangely, can be used for developing a small application or a large application such as AI. Another advantage is the ease for deployment across all platforms, including MS Windows.
Here are a few articles over shell scripting. Shell scripting is very basic and is the basis for executing one or a sequence of commands on an operating system.