Build a python machine learning study environment on macOS sierra

environment

OS sierra HomeBrew installed

What i did

Install python3 and packages

Install python3.6.1 (because it is the latest as of May 11, 2017) and pip according to this article

The following packages are introduced in pip

pip install numpy #For matrix handling
pip install scipy #I often hear something, so let's check it after putting it in
pip install scikit-learn #For machine learning
pip install matplotlib #For graph output

Debug settings in pycharm

Download and install pycharm from the Official Site. The community edition is free but enough

In the Project Interpreter in the preference menu, there is a choice like "path of python3.6.1 installed with pyenv", so select it and press the Apply button Preferences.png

After that, you can debug by setting a breakpoint and pressing the bug button on the upper right. cp_ai_club_test_py_-_study_python_-____dev_study_python_.png

Recommended Posts

Build a python machine learning study environment on macOS sierra
Build a machine learning Python environment on Mac OS
Build a python environment on MacOS (Catallina)
Build a machine learning environment
Build a Python machine learning environment with a container
Build a machine learning application development environment with Python
Build a Python development environment using pyenv on MacOS
Build a machine learning environment natively on Windows 10 (x64)
Build a python3 environment on CentOS7
Build a machine learning environment on mac (pyenv, deeplearning, opencv)
Build an environment for machine learning using Python on MacOSX
Build a PyData environment for a machine learning study session (January 2017)
Python & Machine Learning Study Memo: Environment Preparation
Python and machine learning environment construction (macOS)
Build a Python + OpenCV environment on Cloud9
Build AI / machine learning environment with Python
Simply build a Python 3 execution environment on Windows
Build a python environment with ansible on centos6
Build a Python environment on Mac (Mountain Lion)
Build a Python development environment on your Mac
Build a Python development environment on Raspberry Pi
Build a "Deep learning from scratch" learning environment on Cloud9 (jupyter miniconda python3)
How to quickly create a machine learning environment using Jupyter Notebook on macOS Sierra with anaconda
Build Python environment on Windows
Build python environment on windows
Build a Python environment offline
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
Build an interactive environment for machine learning in Python
# 2 Build a Python environment on AWS EC2 instance (ubuntu18.04)
Notes on creating a python development environment on macOS Catalina
Build a GVim-based Python development environment on Windows 10 (1) Installation
How to build a Django (python) environment on docker
Build a Python development environment on Mac OS X
Build a Python environment on your Mac using pyenv
Memo for building a machine learning environment using Python
How to build a Python environment on amazon linux 2
Building a Python environment on Mac
Build a machine learning environment using PyCharm on Ubuntu environment (TensorFlow will also be introduced!)
How to build a new python virtual environment on Ubuntu
Build a machine learning scikit-learn environment with VirtualBox and Ubuntu
Building a Python environment on Ubuntu
Create a Python environment on Mac (2017/4)
Python development environment construction on macOS
Build a python data analysis environment on Mac (El Capitan)
Build a GVim-based Python development environment on Windows 10 (2) Basic settings
Create a python environment on centos
Machine learning environment settings based on Python 3 on Mac (coexistence with Python 2)
Until you create a machine learning environment with Python on Windows 7 and run it
Build Python 3.8 + Pipenv environment on Ubuntu 18.04
Build a python environment on CentOS 7.7 for your home server
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
How about Anaconda for building a machine learning environment in Python?
Building a Windows 7 environment for getting started with machine learning with Python
Build a Python environment on your Mac with Anaconda and PyCharm
# 3 Build a Python (Django) environment on AWS EC2 instance (ubuntu18.04) part2
How to build a Python environment using Virtualenv on Ubuntu 18.04 LTS
Python 2.7, 3.4, 3.5 extension module build environment on Windows
Notes on PyQ machine learning python grammar
Build Python3 and OpenCV environment on Ubuntu 18.04
I installed Python 3.5.1 to study machine learning
Create a python environment on your Mac