Skip to content

Commit 3482ec8

Browse files
committed
Updated Readme
Added scapy(packet manipulation) and pycuda (for high performance computing)
1 parent 98384e0 commit 3482ec8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
6969
- [Job Scheduler](#job-scheduler)
7070
- [Foreign Function Interface](#foreign-function-interface)
7171
- [High Performance](#high-performance)
72+
- [High Performance computing] (#hpc)
7273
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
7374
- [Hardware](#hardware)
7475
- [Miscellaneous](#miscellaneous)
7576
- [Editor Plugins](#editor-plugins)
77+
- [Packet Manipulation] (#packet-manipulation)
7678
- [Resources](#resources)
7779
- [Websites](#websites)
7880
- [Weekly](#weekly)
@@ -861,6 +863,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
861863
* [Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
862864
* [Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
863865

866+
##High performance computing
867+
*[PyCUDA] (mathema.tician.de/software/pycuda)- A python wrapper for Nvidia's CUDA API
864868
## Algorithms and Design Patterns
865869

866870
*Collections of algorithms and design patterns.*
@@ -898,6 +902,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
898902
* [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
899903
* [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text.
900904

905+
# Packet Manipulation
906+
* [Packet Manipulation] (www.secdev.org/projects/scapy/) - A brilliant packet manipulation library
901907
# Resources
902908

903909
Where to discover new Python libraries.

0 commit comments

Comments
 (0)