Some Python, Scala or Big Data testing and scripts:
- WordsCount.py: Script that counts and sorts the words of ./files/text.txt
- replaceKeyValue.py: Script that replaces keywords from an origin file using a keystore that contains key-value's pairs. Example command to run it: python replaceKeyValue.py origin.file keystore.file prefix_keyword
- StockMarket_CryptocurrencyRates.py: Using realtime-stock in order to see actual stock market prices and moneywagon to see actual cryptocurrencies prices we can monitor and send prices alerts to our telegram chat/bot with telegram-send.
- Scala Tour: From docs.scala-lang.org, Scala Tour in jupyter notebook.