forked from 4dsolutions/Python5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
43 lines (40 loc) · 2.57 KB
/
links.html
File metadata and controls
43 lines (40 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML>
<html>
<head>
<title>bookmarks for python</title>
</head>
<body>
<h3>bookmarks</h3>
<br />
<ul>
<li><a href='http://anaconda.org'>Anaconda.org</a></li>
<li><a href='https://www.codecademy.com/learn/python'>CodeAcademy: Python</a></li>
<li><a href='https://docs.djangoproject.com/'>Django</a></li>
<li><a href='http://finviz.com/map.ashx'>Financial Data Visualization</a></li>
<li><a href='http://c2.com/cgi-bin/wiki'>First Wiki</a></li>
<li><a href='https://www.youtube.com/watch?v=1-vcErOPofQ'>Grace Hopper on Letterman</a></li>
<li><a href='http://www.greenteapress.com/thinkpython/thinkCSpy.pdf'>How To Think Like a Computer Scientist - Free Book</a></li>
<li><a href='http://hdr.undp.org/en/content/human-development-index-hdi'>Human Development Index</a></li>
<li><a href='http://www.grunch.net/synergetics/adaessay.html'>In Defense of Ada</a></li>
<li><a href='http://c2.com/cgi/wiki?InTheBeginningWasTheCommandLine'>In the Beginning was the Command Line</a></li>
<li><a href='http://ngm.nationalgeographic.com/2016/02/evolution-of-eyes-text'>Inside The Eye</a></li>
<li><a href='http://bit.ly/1TrSJFB'>Intro to Programming @ DropBox</a></li>
<li><a href='https://www.google.com/search?q=lamp+stack&safe=off&biw=787&bih=535&source=lnms&tbm=isch'>LAMP stack</a></li>
<li><a href='https://en.wikipedia.org/wiki/LAMP_(software_bundle)'>LAMP stack (Wikipedia)</a></li>
<li><a href='http://archive.oreilly.com/pub/a/oreilly//news/languageposter_0504.html'>Map of Languages</a></li>
<li><a href='https://youtu.be/N4mEzFDjqtA'>Pretty Good Python Summary by Derek Banas</a></li>
<li><a href='https://docs.python.org/3/'>Python Docs</a></li>
<li><a href='http://python.org'>Python.org</a></li>
<li><a href='https://www.pythonanywhere.com/'>PythonAnywhere</a></li>
<li><a href='https://www.google.com/search?q=sql+syntax&safe=off&biw=787&bih=535&source=lnms&tbm=isch'>SQL Syntax</a></li>
<li><a href='http://c2.com/cgi/wiki?SpaghettiCode'>Spaghetti Code</a></li>
<li><a href='http://c2.com/cgi/wiki?StructuredProgramming'>Structured Programming</a></li>
<li><a href='https://www.youtube.com/watch?v=XZ9tt72feL8'>The Mind of a Genius: John von Neumann</a></li>
<li><a href='https://youtu.be/Z56GLRXxh88'>Top 10 Languages to Learn in 2016</a></li>
<li><a href='https://www.youtube.com/watch?v=Z_sl99D2a18'>Unicode on Youtube</a></li>
<li><a href='https://www.youtube.com/watch?v=PBWhzz_Gn10'>Warriors of the Net</a></li>
<li><a href='https://www.google.com/search?q=linux+world+domination&safe=off&source=lnms&tbm=isch'>World Domination meme</a></li>
<li><a href='http://xkcd.com'>XKCD</a></li>
</ul>
</body>
</html>