Koolaidrain

Ubuntu, Git, Python, Flask

Jun 20th, 2015
937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. ___Terminal How To___
  2. The first three links teach basically the same stuff, and the last link is a yahoo answers guide to mac terminal c++.
  3.  
  4. 1. http://www.maclife.com/article/feature/25_terminal_tips_every_mac_user_should_know
  5. 2. http://mac.appstorm.net/how-to/utilities-how-to/how-to-use-terminal-the-basics/
  6. 3. http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line
  7. 4. https://answers.yahoo.com/question/index?qid=20130321233250AAKqr06
  8.  
  9.  
  10. ___Git How To___
  11. https://www.atlassian.com/git/tutorials/
  12. http://semver.org/
  13.  
  14.  
  15. ___Python and Flask___
  16.  
  17. 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.
  18.  
  19. 1. quickstart: http://flask.pocoo.org/docs/0.10/quickstart/
  20. 2. mega tutorial for everything: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
  21. 3. decorators: http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/
  22. 4. functional programming: http://maryrosecook.com/blog/post/a-practical-introduction-to-functional-programming
  23. 5. https://github.com/sakibj/viz a good example of a flask app in development right now
  24. 6. amazing API tutorial: http://tech.pro/tutorial/1213/how-to-build-an-api-with-python-and-flask
  25. 7. amazing authentication tutorial: http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
  26. 8. all of python itself: http://www.tutorialspoint.com/python/with these resources and a terminal, sky's the limit
  27.  
  28. https://github.com/WildAndrewLee/Phantom
  29. Programming Pearls book
  30. http://flask.pocoo.org/docs/0.10/blueprints/
  31. http://stackoverflow.com/questions/24420857/what-are-flask-blueprints-exactly
  32.  
  33.  
  34. ___Ubuntu Installation___
  35.  
  36. 1. Download this ISO file: http://www.ubuntu.com/download/desktop (edited)
  37.  
  38. 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
  39.  
  40. 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)
  41.  
  42. 4. Follow the instructions here, the installation process: http://www.ubuntu.com/download/desktop/install-ubuntu-desktop
  43.  
  44. 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
  45.  
  46. 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