For python3, pip can be used by using command pip3. However, we can instruct OS to create a
short version of this.
nano ~/.bashrc
Once you open this file, scroll to the bottom and add the following line, and then save and close
the file.
alias pip=pip3
Now, we should be able to install Python packages using pip.
Now, we can start coding in Python. Before writing our first program, let’s quickly take a
look at the development environment.
Development Environment
Python does not need a special IDE (Integrated Development Environment) to create programs.
We can use any simple text editor such as nano, vim, and emac. Please note that since Raspberry
Pi ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.