Dealing Arrays in programming is very important. Lists are very similar to Array concept in programming language. A list can contain any types of variables. This can include variables like, integer, string etc, whatever you wish to add as a…
Python
Here we discuss about Python programming!
Now-a-days we do not have enough time to waste. We all are busy! And we required some automation tools to reduce the work load and save the time. Python is a good and simple language for this purpose.
Index
- Introduction to Python – Say Hello World!
- The module subprocess in Python
- More about the Python module subprocess and subprocess classes
- Sample scripts using Python for Linux SysAdmins – subprocess.Popen
- Variables and Types – Python
- What is isinstance function in Python?
- How to concatenate integer with string variable in Python?
- Sequences and Lists – Array concept in Python
- More about sequences and Lists – Array concept in Python part 2
- How to convert a list to string in python?
- A quick comparison – Lists, Tuples and Dictionary in Python!
Sequences and Lists – Array concept in Python
Dealing Arrays in programming is very important. Lists are very similar to Array concept in programming language. A list can contain any types of variables. This can include variables like, integer, string etc, whatever you wish to add as a…
Variables and Types – Python
We already started Python and covered some interesting topics! Please read the previous posts before starting with Variables and its exercises. Please refer to this link >> Introduction to Python – Say Hello World! << to get a start up!!…
Sample scripts using Python for Linux SysAdmins – subprocess.Popen
Yesterday, we discussed about the Python module “subprocess” and its classes to manage Linux commands. Before doing the exercises below, I would like to tell you to refer the previous article on subprocess. You will get basic ideas from there.…