Skip to content

Examples of the Python programming language

License

Notifications You must be signed in to change notification settings

wigging/pythonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Pythonic Programming

Python is a great programming language for all ages and skill levels. It's ecosystem of packages extends the language to many areas of software development. This repository and accompanying website provide concise code examples about basic Python features as well as more advanced topics relevant to scientific computing. The website is available at https://gavinw.me/pythonic.

Examples

Example code is located in the projects and scripts directories.

Website

The website is available at https://gavinw.me/pythonic. It is generated with the genja tool. The website is hosted with GitHub Pages from the docs folder.

Contributing

If you have questions or find errors in the code examples then please submit an issue. Pull requests for new code examples are not accepted because this repository is for my own personal notes. However, pull requests to fix errors in existing code are welcome.

Support

Support this project by using the ❤️ Sponsor button at the top of this page. Thank you 😄.

License

Code in this repository is available under the MIT License - see the LICENSE file for more information.