Answers to practice interview questions for Udacity's Full Stack Web Developer Nanodegree program
- Clone this repository using git or download a zip of the repository.
- Open mock_interview.py to read the answers to questions 1, 2, 4, and 6
- The answer to question 3 is in unordered_list.py
- To run the unordered_list.py program, start your virtual machine
- Launch Vagrant VM by running 'vagrant up', then log in with 'vagrant ssh'
- Place the unordered_list.py into the vagrant directory
- Type python unordered_list.py into your VM terminal
- Go to localhost:5000 to view the application
- The answer to question 5 is in rolling_dice.py
- To run the rolling_dice.py program, start your virtual machine
- Launch Vagrant VM by running 'vagrant up', then log in with 'vagrant ssh'
- Place the rolling_dice.py into the vagrant directory
- Type python rolling_dice.py into your VM terminal
- Go to localhost:5000 to view the application