From charlesreid1

No edit summary
Line 2: Line 2:


=Python Modules=
=Python Modules=
==Security/Networking==
[[Scapy]]
[[Olipy]]
[[Pyrit]]
==Computing/Numerics==


[[Numpy]]
[[Numpy]]


[[Cantera]]
[[Cantera]]
[[Fipy]]
[[Python Sundials]]
==Data==


[[Pandas]]
[[Pandas]]
==Images==


[[Python Imaging Library]]
[[Python Imaging Library]]
[[Python Sundials]]
an ancient and now somewhat humorous article: [[Py4Sci]]


=Profiling=
=Profiling=

Revision as of 05:32, 21 March 2017

Python - the computer language

Python Modules

Security/Networking

Scapy

Olipy

Pyrit

Computing/Numerics

Numpy

Cantera

Fipy

Python Sundials

Data

Pandas

Images

Python Imaging Library

Profiling

See Python/Profiling

Resources

This Wiki

All pages on this wiki categorized Python: Category:Python

The old Python page: Old Python Page

Awesome Python

Awesome-python: https://awesome-python.com/ (github repo here: [1])

Wow, just... wow.

Learning Python

# it's about damn time
alias python='python3'

Why you shouldn't use "Learn Python the Hard Way": http://sopython.com/wiki/LPTHW_Complaints

List of recommended Python tutorials: http://sopython.com/wiki/What_tutorial_should_I_read%3F

Ebook: Dive Into Python 3: http://www.diveintopython3.net/