Test Python

Build Status

These projects is the projects that I had done. I will add more project to this repo if I finished them.

If you wish to learn

  • You can clone this project
  • You can request the project as you wish to
  • If you are new, you can follow the instruction below

What I use

  • Operating Sytem : macOS Mojave
  • Code Editor : Visual Studio Code
  • Python Version : 3.7.2

If you are new to Python

To install

For macOS

First: Get Xcode

$ xcode-select --install

Second: Install Homebrew and Homebrew Cask

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Third: Install Python

$ brew instll python

To run

  • open your terminal or bash and

  • go to the file directory

$ cd 'YOUR DIRECTORY'
  • use this command run
$ python3 'YOUR FILENAME'