Guides… Prepare your computer for for machine learning (Python) 26 Dec 201911 Nov 2020 Summary of what you are going to install: pythonnumpyscipyscikit-learnkerastensorflowipython Step 1 - Update apt if needed: sudo apt update Step 2 - Install prerequisites: sudo apt install build-essential sudo apt-get…
Install… Install ipython with autoload 1 Nov 20182 Oct 2019 1. Install ipython: pip install ipython 2. Create a default profile: ipython profile create 3. Edit profile at: ~/.ipython/profile_default/ipython_config.py and add (or uncomment) the following lines: c.InteractiveShellApp.exec_lines = [] c.InteractiveShellApp.exec_lines.append('%load_ext…
Install… Install bottle 31 May 20183 Oct 2019 Summary of what you are going to install: pythonpipbottle Install python, pip and bottle via apt: sudo apt update sudo apt install python3.6 sudo apt -y install python3-pip sudo pip3…
Guides… Prepare your computer to write Python code 20 Aug 20176 Oct 2019 Summary of what you are going to install: python pycharm Although you may use Windows or MAC OS as an operating system for your development computer, as a beginner it…