Skip to content

Commit

Permalink
python & mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh Girikumar committed Jan 21, 2015
1 parent 20f6003 commit 5dc997c
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion syllabi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,37 @@ You could learn Python, R for mathematical and statistical processing, GNUOctave
## Ruby

## Python
- Python basic rules
- Interpreter
- Python shell
- Scripting
- Datatypes, Operators, operands, etc.
- Basic math
- String manipulation
- Lists, Tuples, dicts
- Conditionals and looping
- Functions
- Classes
- Generators
- API Programming (AWS, REST)

## Django / Flask

## Ruby on Rails

## PostGRE SQL

## MongoDB
- Database concepts
- Adding, removing databases, tables
- Inserting, Querying, updating rows
- Sharding, replication
- Foreign keys
- Triggers and functions

## MongoDB

- MongoDB concepts
- Document database concepts
- Sharding
- Replication
- Clusters and schemes

0 comments on commit 5dc997c

Please sign in to comment.