Trimester 2 Tools Check
Check to ensure tools are working
- Python Code in Jupyter Notebooks
- Python API in Jupyter Notebook
- Python Installation
- Javascript Code
- Make Server
Python Code in Jupyter Notebooks
Python written in python cell incorporated into Jupyter Notebook.
Python code printed out into fastpages blog site. Output of code running in cell underneath.
Python API in Jupyter Notebook
API from RapidAPI written in python, output of all the languages provided in the API.
API code succesfully printed into fastpages blog with output cell underneath code cell.
Python Installation
Python installed and Anaconda installed.
Javascript Code
Javascript written in notebook with code running.
Javascript code printed into fastpages blog site. Output of code running in a cell under the cell of code.
Make Server
Running make server command in terminal.
Server is created and ready to be used.
Using server to see changes without making commits. An easier and faster way when testing code.