it maintainence & operations
In this tutorial, we will setup the python 2.7 environment.
You should have python 2.7 installed. Generally, if you are using CentOS 7.2, Ubuntu LTS, python 2.7 is installed by default.
Using the following command to check the installation:
~$ python --version
Python 2.7.12
~$ pip --version
pip 9.0.1 from /home/cesbd/.local/lib/python2.7/site-packages (python 2.7)
~$ ipython --version
5.5.0
IPython is a good start to play with python expressions and directives:
~$ ipython
Python 2.7.12 (default, Nov 20 2017, 18:23:56)
Type "copyright", "credits" or "license" for more information.
IPython 5.5.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In []: import os
In []: print os.name
posix
In []: print os.defpath
:/bin:/usr/bin
Many fantastic editors and IDEs for python
And we use VSCode from Microsoft, which fits sprint-boot, angular framework and java, typescript, javascript, html, scss, shell and python languages.
Pypi is where you can find all the packages for almost all your work, including libs from it maintenance to data science and deep learning for ai.
The suggested ones are: