Skip to content

melvinkoopmans/high-performance-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Performance Python

Coding along with the book High Performance Python.

The main goals of this project are:

  • Better understand how Python abstracts the computer architecture

  • Optimize linear algebra and other scientific computations

  • Learn Cython, Numba and PyPy

  • Foreign Function Interfaces and CPython Extensions

  • Improving my C/C++ programming and writing Python extensions

  • Multiprocessing on CPU's and GPU's

  • Profiling code (using things like line_profiler, memory_profiler, perf, SnakeViz)

  • Asynchronous I/O

About

Project on high performance Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published