File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ include:
3333 Perl's `CPAN <https://www.cpan.org >`_. There is a thriving community
3434 of very powerful Python frameworks and tools like
3535 the `Django <https://www.djangoproject.com >`_ web framework and the
36- `NumPy <http ://numpy.scipy. org >`_ set of math routines.
36+ `NumPy <https ://numpy.org/ >`_ set of math routines.
3737
3838* **integration with other systems **
3939
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Libraries
4747NumPy
4848-----
4949
50- `NumPy <http ://numpy.scipy .org/ >`_ is a low level library written in C (and
50+ `NumPy <https ://numpy.org/ >`_ is a low level library written in C (and
5151Fortran) for high level mathematical functions. NumPy cleverly overcomes the
5252problem of running slower algorithms on Python by using multidimensional arrays
5353and functions that operate on arrays. Any algorithm can then be expressed as a
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ reading. Each one of these projects is a paragon of Python coding.
4949
5050.. todo :: Include code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.
5151
52- .. todo :: Explain techniques to rapidly identify data structures and algorithms and determine what the code is doing.
52+ .. todo :: Explain techniques for rapidly identifying data structures and algorithms and determining what the code is doing.
You can’t perform that action at this time.
0 commit comments