For my master thesis I will have to learn and see explore a couple of programming skills I never expected to discover.
This and the fact that I love to stick my nose into new things brought me to the idea of “Franework_FriYay”.
Once a week (mostly Fridays) I will explore a python framework|library|package for 10 minutes or less and take a few links and|or notes here.
It really is all about just quickly getting a feeling of what this thing does and where one could use it – pared with a few useful links.
FF001__2021-06-11__BeautifulSoup
Documentation * Tutorialsprint * freecode
- Category ______ web scraping –> web data handling
- Description ___ “Python library for pulling data out of HTML and XML files” – Documentation
- Notes __________best pared with
request
to pull data from the web
FF002__2021-06-18__parse
- Category ______ web scraping –> web data handling
- Description ___ “This module defines a standard interface to break Uniform Resource Locator (URL) strings up in components” – Documentation
- Notes __________ easy way to handle urls from website data after search for
href
s with BeautifulSoup
FF003__2021-06-25__tqdm
- Category ______ cmd progress bar
- Description ___ “Instantly make your loops show a smart progress meter – just wrap any iterable with
tqdm(iterable)
” – Documentation - Notes __________ I just love progress bars in the terminal
“means “progress” in Arabic (taqadum, تقدّم) and is an abbreviation for “I love you so much” in Spanish (te quiero demasiado)” “ – Documentation
Pipeline
- Streamlit https://docs.streamlit.io/en/stable/getting_started.html – https://towardsdatascience.com/build-your-first-data-visualization-web-app-in-python-using-streamlit-37e4c83a85db
- plotly
- type hint https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html
- Google Dopamine https://github.com/google/dopamine
- DeepMind TRFL https://github.com/deepmind/trfl/blob/master/docs/index.md
- ReFURB https://github.com/dosisod/refurb