Skip to content

Commit

Permalink
Adding the Contributing link and also back-link to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Jul 7, 2019
1 parent 1ece3d3 commit 97a406b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Programming-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Testing](#testing)
- [Refactoring](#refactoring)
- [Performance](#performance)
- [Contributing](#contributing)

## Learning
- [Introduction to Python](https://simpliv-wordpress-com.cdn.ampproject.org/c/s/simpliv.wordpress.com/2019/06/27/best-way-to-learn-python-step-by-step-guide/amp/)
Expand Down Expand Up @@ -93,4 +94,14 @@

- [Python High Performance - Second Edition](https://github.com/PacktPublishing/Python-High-Performance-Second-Edition)
- [Python and performance](https://github.com/ameroueh/performance)
- [NumPy aware dynamic Python compiler using LLVM ](https://github.com/ameroueh/numba) | [Numba](http://numba.pydata.org/)
- [NumPy aware dynamic Python compiler using LLVM ](https://github.com/ameroueh/numba) | [Numba](http://numba.pydata.org/)

# Contributing

Contributions are very welcome, please share back with the wider community (and get credited for it)!

Please have a look at the [CONTRIBUTING](CONTRIBUTING.md) guidelines, also have a read about our [licensing](LICENSE.md) policy.

---

Back to [main page (table of contents)](README.md)

0 comments on commit 97a406b

Please sign in to comment.