A repository for useful small tasks implemented in python
3
3
4
-
1. Finding a list of strings in another list of strings without using for-loops (vectorized) [vectorized-finding-a-list-of-strings-in-another-list-of-strings.ipynb]
4
+
1. Finding a **list of strings** in another **list of strings** without using for-loops (**vectorized**) [vectorized-finding-a-list-of-strings-in-another-list-of-strings.ipynb]
5
+
6
+
2. Storing n x n Multiplication table in a file; n, file_name (f) and verbose (v) are **arguments** of this program [parsing-cmd-arguments.py]
0 commit comments