-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography
More file actions
41 lines (29 loc) · 1.47 KB
/
bibliography
File metadata and controls
41 lines (29 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Prerequisites:
- https://pypi.org/project/numpy/
- https://pypi.org/project/termcolor/
# NumPy Multidimensional Array:
https://stackoverflow.com/questions/51665905/adding-an-array-to-a-numpy-array
# Clear Screen:
https://www.geeksforgeeks.org/clear-screen-python/
# Pretty Print:
https://www.reddit.com/r/learnpython/comments/7e5k4o/how_do_i_pretty_print_a_2d_array_in_python/
# Search in Tuple:
https://stackoverflow.com/questions/2191699/find-an-element-in-a-list-of-tuples
# Code formatter:
https://github.com/python/black
# Terminal colors:
https://stackoverflow.com/questions/287871/how-to-print-colored-text-in-terminal-in-python
# Iterating through object attributes:
https://stackoverflow.com/questions/25150955/python-iterating-through-object-attributes
# Find in list:
https://stackoverflow.com/questions/9542738/python-find-in-list
# Find all occurences in list by index:
https://stackoverflow.com/questions/6294179/how-to-find-all-occurrences-of-an-element-in-a-list/6294744
# Merging algorithm groupby:
https://stackoverflow.com/questions/28050350/split-list-of-strings-into-list-of-sublists-based-on-a-string
https://docs.python.org/2/library/itertools.html#itertools.groupby
# Pip Install in script
https://stackoverflow.com/questions/12332975/installing-python-module-within-code
# Working with location independent paths:
https://stackoverflow.com/questions/7162366/get-location-of-the-py-source-file
https://stackoverflow.com/questions/4004299/no-such-file-or-directory-error