Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wigging/pythonic
Examples of the Python programming language
https://github.com/wigging/pythonic
dask flask matplotlib numpy python scipy tkinter
Last synced: about 1 month ago
JSON representation
Examples of the Python programming language
- Host: GitHub
- URL: https://github.com/wigging/pythonic
- Owner: wigging
- License: mit
- Created: 2020-09-12T03:35:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T19:45:41.000Z (5 months ago)
- Last Synced: 2024-07-13T20:39:47.110Z (5 months ago)
- Topics: dask, flask, matplotlib, numpy, python, scipy, tkinter
- Language: Python
- Homepage: https://gavinw.me/pythonic
- Size: 3.58 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# :snake: 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 `python-projects` and `python-scripts` folders.
## Website
The website is available at https://gavinw.me/pythonic. It is generated with the [genja](https://github.com/wigging/genja) tool using the `content`, `docs`, `templates` folders and the `config.json` file. The website is hosted with GitHub Pages from the `docs` folder.
## Contributing
Submit a Pull Request if you would like to contribute to this project. Please use [flake8](https://github.com/PyCQA/flake8) to check the style and quality of the code before submitting. Questions and other comments can be posted on the Issues page.
## Support
Support this project by using the **:heart: Sponsor** button at the top of this page. Thank you :smile:.
## License
Code in this repository is available under the MIT License - see the [LICENSE](LICENSE.md) file for more information.