Installing PyCharm and Python on Windows

First of all we have to install Python, PyCharm and Keras!

1.) Python: this is the programming language we are going to use so we have to install the Python interpreter

First, download Python here and then install it manually. 

2.) PyCharm: this is an Integrated Development Environment (IDE) which makes the programming in Python as easy and convenient as possible.

You can download PyCharm Community Edition for free here and you just have to install it manually.

Check out this HELPFUL YOUTUBE VIDEO if you are confused!

3.) Keras: this is an extremely powerful open-source neural network library written in Python. It is capable of running on top of TensorFlow, R or Theano.

You can install Keras directly through PyCharm: Settings -> Project -> Project Interpreter and then click on the + icon in the top right corner and finally search for Keras (and Install Package).

Check out this HELPFUL ARTICLE is you are confused!

Complete and Continue