mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-05 00:48:03 +00:00
Move README Future Development section
This commit is contained in:
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.
|
* [Challenge Notebook] Unit test for your code. Expected to fail until you solve the challenge.
|
||||||
* [Solution Notebook] Unit test for the reference solution(s).
|
* [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
|
## Index
|
||||||
|
|
||||||
### Challenges Categories
|
### 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.
|
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
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome!
|
Contributions are welcome!
|
||||||
|
|||||||
Reference in New Issue
Block a user