From f9c6c235d3455eefab962096ba2fac89f0fdc484 Mon Sep 17 00:00:00 2001 From: Serdar Dogruyol Date: Thu, 3 Jul 2014 13:37:04 +0300 Subject: [PATCH] Added Main Sections --- README.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 542be75..c162145 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,76 @@ -# awesome-ruby +# Awesome Ruby A curated list of awesome Ruby frameworks, libraries and resources. Inspired by awesome-php & awesome-python. + +# Awesome Python + +A curated list of awesome Python frameworks, libraries and software. Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). + +- [Awesome Ruby](#awesome-python) + - [Environment Management](#environment-management) + - [Package Management](#package-management) + - [Distribution](#distribution) + - [Files](#files) + - [Date and Time](#date-and-time) + - [Text Processing](#text-processing) + - [Natural Language Processing](#natural-language-processing) + - [Documentation](#documentation) + - [Configuration](#configuration) + - [Command-line Tools](#command-line-tools) + - [Imagery](#imagery) + - [Audio](#audio) + - [Video](#video) + - [Geolocation](#geolocation) + - [HTTP](#http) + - [Database](#database) + - [Database Drivers](#database-drivers) + - [ORM](#orm) + - [Web Frameworks](#web-frameworks) + - [CMS](#cms) + - [RESTful API](#restful-api) + - [Authentication and OAuth](#authentication-and-oauth) + - [Template Engine](#template-engine) + - [Queue](#queue) + - [Search](#search) + - [Asset Management](#asset-management) + - [Caching](#caching) + - [Email](#email) + - [Internationalization](#internationalization) + - [URL Manipulation](#url-manipulation) + - [HTML Manipulation](#html-manipulation) + - [Web Crawling](#web-crawling) + - [Web Content Extracting](#web-content-extracting) + - [Downloader](#downloader) + - [Forms](#forms) + - [Data Validation](#data-validation) + - [Anti-spam](#anti-spam) + - [Tagging](#tagging) + - [Build Tools](#build-tools) + - [Admin Panels](#admin-panels) + - [Processes and Threads](#processes-and-threads) + - [Networking](#networking) + - [WebSocket](#websocket) + - [WSGI Servers](#wsgi-servers) + - [Cryptography](#cryptography) + - [GUI](#gui) + - [Game Development](#game-development) + - [Logging](#logging) + - [Testing](#testing) + - [Code Analysis and Linter](#code-analysis-and-linter) + - [Debugging Tools](#debugging-tools) + - [Science and Data Analysis](#science-and-data-analysis) + - [Data Visualization](#data-visualization) + - [Machine Learning](#machine-learning) + - [Functional Programming](#functional-programming) + - [MapReduce](#mapreduce) + - [Third-party APIs](#third-party-apis) + - [DevOps Tools](#devops-tools) + - [Foreign Function Interface](#foreign-function-interface) + - [High Performance](#high-performance) + - [Algorithms and Design Patterns](#algorithms-and-design-patterns) + - [Miscellaneous](#miscellaneous) + - [Editor Plugins](#editor-plugins) +- [Resources](#resources) + - [Websites](#websites) + - [Weekly](#weekly) + - [Twitter](#twitter)