mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-19 07:47:00 +00:00
Updated Readme
Added scapy(packet manipulation) and pycuda (for high performance computing)
This commit is contained in:
parent
98384e0310
commit
3482ec88e8
|
@ -69,10 +69,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Job Scheduler](#job-scheduler)
|
- [Job Scheduler](#job-scheduler)
|
||||||
- [Foreign Function Interface](#foreign-function-interface)
|
- [Foreign Function Interface](#foreign-function-interface)
|
||||||
- [High Performance](#high-performance)
|
- [High Performance](#high-performance)
|
||||||
|
- [High Performance computing] (#hpc)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Editor Plugins](#editor-plugins)
|
- [Editor Plugins](#editor-plugins)
|
||||||
|
- [Packet Manipulation] (#packet-manipulation)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [Weekly](#weekly)
|
- [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.
|
* [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.
|
* [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
|
## Algorithms and Design Patterns
|
||||||
|
|
||||||
*Collections of 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.
|
* [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.
|
* [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
|
# Resources
|
||||||
|
|
||||||
Where to discover new Python libraries.
|
Where to discover new Python libraries.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user