Browse Source

add Google C++ and Python courses

Gordon Chiam 11 years ago
parent
commit
c7a85dbb54
1 changed files with 11 additions and 0 deletions
  1. 11 0
      free-courses-en.md

+ 11 - 0
free-courses-en.md

@@ -1,12 +1,18 @@
 ###Index
+* [C++](#c)
 * [Databases](#databases)
 * [Haskell](#haskell)
 * [HTML / CSS](#html--css)
 * [JS](#js)
 * [iOS](#ios)
 * [Oracle PL/SQL](#oracle-plsql)
+* [Python](#python)
 * [Ruby](#ruby)
 
+###C++
+* [Google's C++ Course](https://developers.google.com/edu/c++/)
+
+
 ###Databases
 * [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)
 * [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University)
@@ -30,6 +36,11 @@
 ###Oracle PL/SQL
 * [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx)
 
+
+###Python
+* [Google's Python Course](https://developers.google.com/edu/python/)
+
+
 ###Ruby
 * [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)