1,234
edits
Changes
→PART 2 - Setting up Your Python Environment For Labs
'''Vim''' (recommended text editor for labs)<br>vim is a powerful text editor for system administration and programming tasks. All of the shortcuts and commands you've learned over the years will help you edit programs efficiently.<br>
'''Geany'''<br>A simple graphical text editor for developers. It is available in the CentOS package repositories.<br>
<ol><li value=6" style="margin-left:25px;">'''Python pip''' is a package manager specifically for Python. While it is usually not recommended to install software outside of '''dnf''' or '''yum''', sometimes the only way to get a specific or latest version will be through pip:<source>