mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-23 03:52:05 +00:00
add Google C++ and Python courses
This commit is contained in:
parent
ebc3ddff00
commit
c7a85dbb54
@ -1,12 +1,18 @@
|
|||||||
###Index
|
###Index
|
||||||
|
* [C++](#c)
|
||||||
* [Databases](#databases)
|
* [Databases](#databases)
|
||||||
* [Haskell](#haskell)
|
* [Haskell](#haskell)
|
||||||
* [HTML / CSS](#html--css)
|
* [HTML / CSS](#html--css)
|
||||||
* [JS](#js)
|
* [JS](#js)
|
||||||
* [iOS](#ios)
|
* [iOS](#ios)
|
||||||
* [Oracle PL/SQL](#oracle-plsql)
|
* [Oracle PL/SQL](#oracle-plsql)
|
||||||
|
* [Python](#python)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
|
||||||
|
###C++
|
||||||
|
* [Google's C++ Course](https://developers.google.com/edu/c++/)
|
||||||
|
|
||||||
|
|
||||||
###Databases
|
###Databases
|
||||||
* [Database Systems](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-830-database-systems-fall-2010/) (MIT's opencourseware)
|
* [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)
|
* [Introduction to Databases](https://class.stanford.edu/courses/Engineering/db/2014_1/about) (Stanford University)
|
||||||
@ -30,6 +36,11 @@
|
|||||||
###Oracle PL/SQL
|
###Oracle PL/SQL
|
||||||
* [Steven Feuerstein's PL/SQL Obsession - Videos and Presentations](http://www.toadworld.com/platforms/oracle/w/wiki/8243.plsql-obsession.aspx)
|
* [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
|
###Ruby
|
||||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user