Home
Filter by
Categories
Tags
Authors
Show all
All
Android
Artificial Intelligence
Computer Vision
Data Analysis
Data Science
Deep Learning
Django
ELK
English
Java
Kafka
Keras
Machine Learning
Mathematics
Python
PyTorch
Recommendation Systems
Software Engineering
State of art technologies
Tensorflow
Ubuntu
All
boltzman
Collins
Cython
Deploy
Django
Elasticsearch
ELK
English
Exception Handling
GPU
IELTS
Logging
Python
PyTorch
Self-Driving Car
Tutorial
Ubuntu
All
Amir Masoud Sefidian
June 17, 2017
Published by
Amir Masoud Sefidian
at
June 17, 2017
Categories
Python
Basic Tutorial of Cython
The Basics of Cython The fundamental nature of Cython can be summed up as follows: Cython is Python with C […]
June 17, 2017
Published by
Amir Masoud Sefidian
at
June 17, 2017
Categories
Python
Compiling C extension modules on Windows (Cython)
Compiling C extension modules on Windows This page describes how to compile a Cython extension (works for CPython extensions also) […]
June 17, 2017
Published by
Amir Masoud Sefidian
at
June 17, 2017
Categories
Python
Cythonize setup.py for several .pyx files
Concept Distutils is the standard way to build Cython extension modules for large projects. Typically one invokes setup(…) which then […]