Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ___Terminal How To___
- The first three links teach basically the same stuff, and the last link is a yahoo answers guide to mac terminal c++.
- 1. http://www.maclife.com/article/feature/25_terminal_tips_every_mac_user_should_know
- 2. http://mac.appstorm.net/how-to/utilities-how-to/how-to-use-terminal-the-basics/
- 3. http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line
- 4. https://answers.yahoo.com/question/index?qid=20130321233250AAKqr06
- ___Git How To___
- https://www.atlassian.com/git/tutorials/
- http://semver.org/
- ___Python and Flask___
- If I were to start over, I'd get myself familiar with python itself from the tutorialspoint link (8) over like a week, then go from 1 to 7 using the flask library for python.
- 1. quickstart: http://flask.pocoo.org/docs/0.10/quickstart/
- 2. mega tutorial for everything: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
- 3. decorators: http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/
- 4. functional programming: http://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming
- 5. https://github.com/sakibj/viz a good example of a flask app in development right now
- 6. amazing API tutorial: http://tech.pro/tutorial/1213/how-to-build-an-api-with-python-and-flask
- 7. amazing authentication tutorial: http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
- 8. all of python itself: http://www.tutorialspoint.com/python/with these resources and a terminal, sky's the limit
- https://github.com/WildAndrewLee/Phantom
- Programming Pearls book
- http://flask.pocoo.org/docs/0.10/blueprints/
- http://stackoverflow.com/questions/24420857/what-are-flask-blueprints-exactly
- ___Ubuntu Installation___
- 1. Download this ISO file: http://www.ubuntu.com/download/desktop (edited)
- 2. Create a bootable USB stick by following the instructions here (including the PenDrive thing): http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows
- 3. Follow the instructions under "Booting the Computer from USB", it's about 3/4ths of the way down the page: https://help.ubuntu.com/community/Installation/FromUSBStick (edited)
- 4. Follow the instructions here, the installation process: http://www.ubuntu.com/download/desktop/install-ubuntu-desktop
- Read all these materials in full before actually going through with it, so that you understand it first. See if you can procure another computer so you can have these links on display while you ubuntu-fy your windows computer
- If you follow these correctly you should have no issue. There are youtube videos that walk you through the process if you really need it after all these tutorials.
Advertisement
Add Comment
Please, Sign In to add comment