TOOLS FOR PYTHON DEVELOPMENT:
BASIC
By
Sayed Ahmed
Toronto, Canada
http://justetc.com
TOOLS THAT YOU CAN USE
ļ‚¢ Python itself
ļ‚— Version 2.7 or 3.x
ļ‚— For basic python practice this is ok, though not for big
project development
ļ‚— You will need more
ļ‚¢ Such as
ļ‚— PyCharm
ļ‚— Anaconda
ļ‚— Or Similar
PYCHARM
ļ‚¢ Is an IDE
ļ‚¢ What does it look like?
CODE WINDOW
PROJECT VIEW WINDOW
ļ‚¢ Multiple options to view
ļ‚— File view (right)
ļ‚— Project view (left)
ļ‚— Also, an error view
PYTHON CONSOLE
ļ‚¢ Run individual python statements/commands
TERMINAL WINDOW - PYCHARM
ļ‚¢ Run commands i.e from Dos/linux/terminal Prompts
ļ‚¢ Such as install package or similar
ļ‚— python -m pip install matplotlib
ļ‚— To install a package – let’s try – it’s already there
To update pip version
You can use dos/linux prompt ot pycharm
terminal window
Requirement already up-to-date: pip in
PYCHARM – PROJECT SETTINGS
ļ‚¢ Options such as IDE look and feel
ļ‚¢ Select the Python interpreter to use – if you have installed multiple
MODULES THAT ARE INSTALLED
ļ‚¢ To install a new one – click +
ļ‚¢ Select module/package
ļ‚¢ Click: Install packages
INSTALL NEW PACKAGE IN PYCHARM IDE
WRITE AND RUN A SIMPLE SCRIPT – PYCHARM
ļ‚¢ The plot that showed up
ļ‚— Some code – hidden from the screen
ANACONDA
ļ‚¢ Sure Provides an IDE
ļ‚¢ It has many other stuff – well packaged with other
related tools
ļ‚¢ Let’s show you the Anaconda IDE/Platform
ļ‚¢ I can show where to download Pycharm and
Anaconda
ļ‚— No need though – you can do it yourself
ļ‚— You can install Python before or install as part of the
IDE install
ļ‚¢ The IDE install might not always give you the option
ļ‚¢ I installed Python first i.e. It was there
ļ‚¢ Then on top installed Pycharm and Anaconda
ļ‚¢ Clicked on Launch – notebook
ļ‚¢ Brought a browser window for Python code
test/execute
ļ‚¢ Clicked on New
ļ‚¢ You can execute Python line by Line
ļ‚¢ Shift+enter to run/execute the line
IBM BIGDATA UNIVERSITY/COGNITIVE AI
ļ‚¢ Uses Jupyter note book
ļ‚¢ An example below
YOU SEE SOME LEARNING RESOURCES ON
ANACONDA
ļ‚¢ As below
ļ‚— I might show : how to install Jupyter on Mac in another
video – I did at least once
ļ‚¢ I might have missed some portion to record
ļ‚— So going back a bit
ļ‚¢ https://www.jetbrains.com/pycharm/download/#secti
on=windows
ANACONDA
ļ‚¢ https://conda.io/docs/user-
guide/install/download.html#choosing-a-version-of-
python
PYTHON DOWNLOAD
ļ‚¢ https://www.python.org/downloads/
ļ‚¢ You can run from command line as well
ļ‚¢ You can write in a file i.e. Python code and then execute with
python filename.py command
PYTHON PACKAGES
ļ‚¢ Just some useful packages and then I will stop
ļ‚¢ Numpy
ļ‚¢ Scikitlearn
ļ‚¢ Scipy
ļ‚¢ Matplotlib
ļ‚¢ Pandas
ļ‚¢ Or similar
ļ‚¢ Bye for now..

Python py charm anaconda jupyter installation and basic commands