News

This is a package of two scripts for filtering the raw parsed Fennica csv. OBS! The scripts were developed and tested with Python 3.6. No additional libraries needed. Fennica raw csv precleaner allows ...
This is a package of two scripts for filtering the raw parsed ESTC csv. OBS! The scripts were developed and tested with Python 3.6. Who knows what might happen with another version! Definitely won't ...
You can translate user input to lowercase using Python's built-in "lower" string function. Access your Python editor. Prompt the user to enter data using the "raw_input" function and the "lower ...