Topics


Pages

  • Cython

    Compile and run Python code with types set to get C-like performance

  • PyPy

    PyPy is a replacement for CPython.

    It provides speed improvement 4x faster, to match C performance or even faster.

  • WSGI

Content

Key links

Uncategorized Links

  • Python cheatsheets
    • In my Dev Cheatsheets project
  • Python recipes
    • In my Code Cookbook project
  • Python Anywhere
    • Host and run Python code in the cloud, without the hassle of managing infrastructure like on AWS. A convenient way to run Python and shell scripts in the cloud on schedule or host a web app using your choice of framework like Flask or Django. MySQL is available on the free tier, Postgres for paid, and of course SQLite works well for simple cases. There are also interactive consoles for Python, Bash, and MySQL - you can even live share your view by giving someone a link.
  • PEP8
  • What's new in Python on Python docs

Tutorials

Online playgrounds

Jupyter notebooks