Table of Contents

Python Development

Common Issues and Solutions

Assignment Templates

List of Modules Available

This setup is recommended by Radim Shpetleek™®.
1. Install Miniconda, Python version 3.X.
2. Run conda CLI.
3. Run

conda create --name rpz python=3.5.3 numpy=1.11.3 matplotlib=2.0.0 scipy=0.19 pillow=4.0.0 pandas=0.19.2
4. a) Activate the environment with
conda activate rpz
and work in the python interactive interpreter.
4. b) Use the IDE of your choice (IntelliJ PyCharm, of course) and set the interpreter of your project to the python executable/binary in your environment's path. Run your scripts using PyCharm's configurations.How to find the path to your environment's interpreter?