Skip to content

Latest commit

 

History

History
140 lines (101 loc) · 8.44 KB

python.md

File metadata and controls

140 lines (101 loc) · 8.44 KB

Python resources

General-purpose Python

Basic materials / Introduction:

Style Guides / Good Habits:

Frequent doubts:

Definitive guides to specific topics:

Performance:

Accelerating Python

Reflections:

Some tools:

Interfacing with other languages

Some of them can be regarded as ways to accelerate Python computations:

C

Fortran

.NET

Matlab

IPython

Scientific Python

Scipy Lecture Notes

Numpy

Books:

Arrays and matrices:

Frequent doubts:

Performance:

Pandas

General:

FAQ:

Pandas internals:

Performance:

Plotting Charts and Graphics

Matplotlib:

Python ecosystem

General purpose packages/libraries

Scientific Python