https://github.com/si-ja/cython---the-new-beginning
Let's learn how to use Cython by going through the documentation little by little.
https://github.com/si-ja/cython---the-new-beginning
Last synced: 3 months ago
JSON representation
Let's learn how to use Cython by going through the documentation little by little.
- Host: GitHub
- URL: https://github.com/si-ja/cython---the-new-beginning
- Owner: Si-ja
- Created: 2020-12-12T17:20:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T17:23:05.000Z (over 4 years ago)
- Last Synced: 2025-01-26T06:41:12.202Z (5 months ago)
- Language: Python
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cython - The New Beginning
You meant python? NO! Cython. I'm sure you have heard of this module, but never tried for yourself. So how about going through some files here and seeing how Cython (C implementation of Python) implemented in the real world starting from the problems such as hello world and going on to something more complicated.
I advise you go through various folders, starting from 0. Basics and focusing on the *_test.py files. They compare implementation of modules and how they work in the python implementation and working backwards from there.
So the idea is simple: I read the documentation, you take a look at the code.