Skip to content

Commit 421cb58

Browse files
authored
More notebooks (#35)
* fix titles in nb_pandas * add notebook edit distance * add topk * move files * fix notebooks * fix notebooks * fix urls * add more notebooks * add notebook on regular expressions * add more notebooks * fix notebooks * add profiling * add hash * fix doc * fix doc * profile * lint * fix plot
1 parent a6f722a commit 421cb58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+15468
-229
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ _doc/examples/*.html
2929
_doc/_static/require.js
3030
_doc/_static/viz.js
3131
_doc/practice/algo-compose/paris_54000.*
32+
_doc/practice/py-base/*.csv
33+
_doc/practice/py-base/*.json
34+
_doc/practice/py-base/*.xlsx
35+
_doc/practice/py-base/*.zip
3236
_doc/practice/tds-base/*.txt
3337
_doc/practice/tds-base/*.csv
3438
_doc/practice/tds-base/*.zip

_doc/algorithm_culture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Catalogue d'algorithmes
107107
* `branch and bound <http://en.wikipedia.org/wiki/Branch_and_bound>`_ **algo**
108108
* `The Ultimate Planar Convex Hull Algorithm?
109109
<https://www.cs.princeton.edu/~chazelle/temp/451/451-2019/KirkSeidel.pdf>`_ **algo**
110-
(relectures `Kirkpatrick-Seidels Prune-and-Search Convex Hull Algorithm
110+
(relectures `Kirkpatrick-Seidel's Prune-and-Search Convex Hull Algorithm
111111
<http://www.cse.yorku.ca/~andy/courses/6114/lecture-notes/KirkSeidel.pdf>`_,
112112
`An Algorithm for Finding Convex Hulls of Planar Point Sets
113113
<https://arxiv.org/ftp/arxiv/papers/1212/1212.6043.pdf>`_),

_doc/api/tools.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
tools
22
=====
33

4+
decompress_zip
5+
++++++++++++++
6+
7+
.. autofunction:: teachpyx.tools.decompress_zip
8+
9+
download_and_unzip
10+
++++++++++++++++++
11+
12+
.. autofunction:: teachpyx.tools.download_and_unzip
13+
14+
draw_diagram
15+
++++++++++++
16+
417
.. autofunction:: teachpyx.tools.draw_diagram
518

19+
total_size
20+
++++++++++
21+
622
.. autofunction:: teachpyx.tools.total_size
23+
24+
profiling
25+
++++++++++
26+
27+
.. automodule:: teachpyx.tools.profiling
28+
:members:

0 commit comments

Comments
 (0)