News

Quick LinksSet Up Your Development EnvironmentWrite Your First Python ProgramWrite Comments in Your CodeStore Data in ...
While Python has lacked a native syntax for pattern matching, it has been possible to emulate it with if/elif/else chains or a dictionary lookup.
As the name implies, pure Python mode uses native Python syntax to express Cython’s behaviors and constructs, making it much easier for Python programmers to get started with Cython.