Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
Added scapy(packet manipulation) and pycuda (for high performance computing)
  • Loading branch information
thewhitetulip committed Jul 22, 2014
1 parent 98384e0 commit 3482ec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.*
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3482ec8

Please sign in to comment.