Skip to content

Experiments on Cython to improve runtime of Python code

Notifications You must be signed in to change notification settings

alpbintug/experiments-on-cython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Experiments on Cython

Cython is a library that you can use to optimize your Python code and make it run faster

How to use?

  • Write your code in ".py" extension format
  • Save your code in ".pyx" extension format
  • Write a "setup.py" file (Example can be found in repo)
  • Open command prompt in current folder
  • Execute the command written in "command.txt"
  • In command promt, use "python" command to start python terminal
  • Execute command "import YOURPYXFILENAME "
  • Enjoy!

You can optimize your ".pyx" format even more, just check the generated ".html" file for possible improvements.

About

Experiments on Cython to improve runtime of Python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published