Cython+ articles
Quick search
Contents:
#1 - “Hello World!”
#2 - Standard classes
#3 - Concurrent programming: Actor paradigm with the Cython+ cypclass
#4 - Concurrent programming: “Recorder” pattern and example of code optimization
#5 - Utilities and standard libraries for Cython+
#6 - cypxml, a real world Cython+ module
Docs
»
Cython+ articles by Abilian
#1 - “Hello World!” →
Cython+ articles by Abilian
¶
Contents:
#1 - “Hello World!”
Prerequisites and installation
The “Hello world!” program, using cypclass
About Cython+
#2 - Standard classes
Standard Cython+ libraries
A powerful library in the local
stdlib
:
format
Adding features: list sort and reverse
The
setup.py
file
Funders
#3 - Concurrent programming: Actor paradigm with the Cython+ cypclass
Actors and isolation: minimal knowledge
A scheduler to manage queues in threads
Compute Fibonacci numbers with Cython+ actors
The
setup.py
file
Funders
#4 - Concurrent programming: “Recorder” pattern and example of code optimization
Golomb sequence calculation
Basic Cython compilation
Cython+ version with “Recorder” pattern
The
setup.py
file
Benchmark result
Funders
#5 - Utilities and standard libraries for Cython+
Toward some standard library
Available components overview
The
setup.py
file
Funders
#6 -
cypxml
, a real world Cython+ module
cypxml
, XML generator written in Cython+
Commented source of
cypxml
The demo file
Funders
Indices and tables
¶
Index
Module Index
Search Page
#1 - “Hello World!” →