###Index
###Git
- Pro Git - Scott Chacon
- Git From The Bottom Up (PDF)
- Git Immersion
- Git internals (PDF)
- Git Magic
- Git Pocket Guide - Richard E. Silverman
- Git Reference
- Version Control by Example (Mercurial, Subversion, Verasity)
- Git Succinctly, Syncfusion (PDF, Kindle) (Just fill the fields with any values)
- Think Like (a) Git: A Guide for the Perplexed
- Git In The Trenches
- Conversational Git
###Mercurial
###Python
- Byte of Python
- Data Structures and Algorithms in Python
- Dive into Python - Mark Pilgrim
- Dive into Python 3 - Mark Pilgrim
- Google's Python Class
- Hacking Secret Cyphers with Python - Al Sweigart
- Hitchiker's Guide to Python!
- How to Think Like a Computer Scientist: Learning with Python - Allen B. Downey, Jeff Elkner and Chris Meyers
- Introduction to Programming Using Python - Cody Jackson
- Invent Your Own Computer Games With Python - Al Sweigart
- Learn Python The Hard Way
- Lectures on scientific computing with python - J.R. Johansson
- Making Games with Python & Pygame - Al Sweigart
- Natural Language Processing with Python
- Porting to Python 3: An In-Depth Guide
- Program Arcade Games With Python And Pygame
- Python Bibliotheca
- Python Cookbook - David Beazley
- Python for Fun
- Python for Informatics: Exploring Information
- Python for you and me
- Python Practice Book
- Python Programming - PDF
- Python Scientific Lecture Notes
- Python tutorial
- Snake Wrangling For Kids
- The Art and Craft of Programming
- The Programming Historian - William J. Turkel, Adam Crymble and Alan MacEachern
- Think Python - Allen B. Downey
- Problem Solving with Algorithms and Data Structures
- Python Module of the Week
- Wikibooks: Python Programming
- Python Koans
- Test-Driven Web Development with Python
- Python Standard Library - Fredrik Lundh
- Building Skills in Python
- Building Skills in Object-Oriented Design (Python)
- Text Processing in Python - David Mertz
- Welcome to Problem Solving with Algorithms and Data Structures - Brad Miller and David Ranum
####Django
####Flask
- The Flask Mega-Tutorial - Miguel Grinberg
###Unix
###Vim
- A Byte of Vim
- Vim Recipes (PDF)
- Vi Improved -- Vim (PDF) by Steve Oualline
- Learn Vimscript the Hard Way
- Learn Vim Progressively