You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
69
69
-[Job Scheduler](#job-scheduler)
70
70
-[Foreign Function Interface](#foreign-function-interface)
71
71
-[High Performance](#high-performance)
72
+
-[High Performance computing] (#hpc)
72
73
-[Algorithms and Design Patterns](#algorithms-and-design-patterns)
73
74
-[Hardware](#hardware)
74
75
-[Miscellaneous](#miscellaneous)
75
76
-[Editor Plugins](#editor-plugins)
77
+
-[Packet Manipulation] (#packet-manipulation)
76
78
-[Resources](#resources)
77
79
-[Websites](#websites)
78
80
-[Weekly](#weekly)
@@ -861,6 +863,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
861
863
*[Stackless Python](http://www.stackless.com/) - An enhanced version of the Python.
862
864
*[Pyston](https://github.com/dropbox/pyston) - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
863
865
866
+
##High performance computing
867
+
*[PyCUDA] (mathema.tician.de/software/pycuda)- A python wrapper for Nvidia's CUDA API
864
868
## Algorithms and Design Patterns
865
869
866
870
*Collections of algorithms and design patterns.*
@@ -898,6 +902,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
898
902
*[Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
899
903
*[Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text.
900
904
905
+
# Packet Manipulation
906
+
*[Packet Manipulation] (www.secdev.org/projects/scapy/) - A brilliant packet manipulation library
0 commit comments