2025-12-17

Pre-processing steps for NLP

splitting text up with tokenization + removing "textual noise" + reducing tokens with stemming and lemmatization

2025-11-17

NumPy essentials

providing mathematical functions for the Python programmer

2025-11-05

Python sets

grouping objects into a collection of unordered and unchangeable items

2025-11-05

Python dictionaries

grouping objects into a collection of unordered but changeable key-value pairs

2025-11-05

Python tuples

grouping objects into a collection of ordered but unchangeable items

2025-11-05

Python lists

grouping objects into a collection of ordered and changeable items

2025-11-05

Python strings

performing operations on plain text variables