mirror of
https://github.com/donnemartin/interactive-coding-challenges.git
synced 2024-03-22 13:11:13 +08:00
Move README Future Development section
This commit is contained in:
parent
efe9d3e204
commit
9ef693852c
16
README.md
16
README.md
|
@ -66,14 +66,6 @@ Each challenge has two notebooks, a **challenge notebook** for you to solve and
|
|||
* [Challenge Notebook] Unit test for your code. Expected to fail until you solve the challenge.
|
||||
* [Solution Notebook] Unit test for the reference solution(s).
|
||||
|
||||
## Future Development
|
||||
|
||||
Challenges, solutions, and unit tests are presented in the form of **IPython/Jupyter Notebooks**.
|
||||
|
||||
* Notebooks currently contain mostly Python solutions (tested on both Python 2.7 and Python 3.4), but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages)
|
||||
* Repo will be **continually updated** with new solutions and challenges
|
||||
* [Contributions](#contributing) are welcome!
|
||||
|
||||
## Index
|
||||
|
||||
### Challenges Categories
|
||||
|
@ -392,6 +384,14 @@ To **debug** your solution with pdb, refer to the following [ticket](https://git
|
|||
|
||||
Note: If your solution is different from those listed in the Solution Notebook, consider submitting a pull request so others can benefit from your work. Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details.
|
||||
|
||||
## Future Development
|
||||
|
||||
Challenges, solutions, and unit tests are presented in the form of **IPython/Jupyter Notebooks**.
|
||||
|
||||
* Notebooks currently contain mostly Python solutions (tested on both Python 2.7 and Python 3.4), but can be extended to include [44 supported languages](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages)
|
||||
* Repo will be **continually updated** with new solutions and challenges
|
||||
* [Contributions](#contributing) are welcome!
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome!
|
||||
|
|
Loading…
Reference in New Issue
Block a user