From 3482ec88e8d7b11fef55a86cc042e3b1b9327d18 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Tue, 22 Jul 2014 14:37:20 +0530 Subject: [PATCH] Updated Readme Added scapy(packet manipulation) and pycuda (for high performance computing) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fdfc43a7..e571843d 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Job Scheduler](#job-scheduler) - [Foreign Function Interface](#foreign-function-interface) - [High Performance](#high-performance) + - [High Performance computing] (#hpc) - [Algorithms and Design Patterns](#algorithms-and-design-patterns) - [Hardware](#hardware) - [Miscellaneous](#miscellaneous) - [Editor Plugins](#editor-plugins) + - [Packet Manipulation] (#packet-manipulation) - [Resources](#resources) - [Websites](#websites) - [Weekly](#weekly) @@ -861,6 +863,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python. * [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance. +##High performance computing +*[PyCUDA] (mathema.tician.de/software/pycuda)- A python wrapper for Nvidia's CUDA API ## Algorithms and Design Patterns *Collections of algorithms and design patterns.* @@ -898,6 +902,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE. * [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text. +# Packet Manipulation +* [Packet Manipulation] (www.secdev.org/projects/scapy/) - A brilliant packet manipulation library # Resources Where to discover new Python libraries.