mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-22 11:35:10 +00:00
add Google C++ and Python courses
This commit is contained in:
parent
ebc3ddff00
commit
c7a85dbb54
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user