Week 11 - 100 Days of Code

This is my eleventh week doing the #100DaysOfCode challenge.
If you want to read about what I did last week, see here: “Week 10 - 100 Days of Code” .
Day 71 - I tried to understand how assertRaises works in unit tests.
Day 72 - I read “50 tips to maintain a Django reusable app”.
Day 73 - I read “An Introduction to Test-Driven Development”.
Day 74 - I studied Non-Deterministic Finite Automata, Non-deterministic Finite Automata with λ moves and Transforming a Non-Deterministic Finite State Automata Into a Deterministic One. I read too: “Uma Introdução a Cálculo Lambda” and “How to work in Data Science, AI, or Big Data based on my experience”.
Day 75 - I read “Bioinformatics in China: A Personal Perspective” and “How to check if an input is empty with CSS”.
Day 76 - I studied User authentication in Django.
Day 77 - I did an algorithm to simulate a ribosome, from which you give an RNA in the input and it generates the chain of amino acids. And I read the article “Resurrecting ancient animal genomes: the extinct moa and more”.
Content links:
- assertRaises: https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaises
- 50 tips to maintain a Django reusable app: https://anthony-monthe.me/weblog/2018/01/02/50-tips-maintain-django-reusable-app/
- An Introduction to Test-Driven Development: https://medium.freecodecamp.org/an-introduction-to-test-driven-development-c4de6dce5c
- Uma Introdução a Cálculo Lambda: https://medium.com/kamba-blog/uma-introdu%C3%A7%C3%A3o-a-c%C3%A1lculo-lambda-1861d2868741
- How to work in Data Science, AI, or Big Data based on my experience: https://medium.freecodecamp.org/recommendations-for-working-in-data-science-ai-and-big-data-based-on-my-personal-experience-8dbc24be368c
- Computer Theory: MENEZES, Paulo B. Linguagens Formais e Autômatos. 6a Ed. Porto Alegre: Bookman, 2010.
- How to check if an input is empty with CSS: https://medium.freecodecamp.org/how-to-check-if-an-input-is-empty-with-css-1a83715f9f3e
- Bioinformatics in China: A Personal Perspective: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2291564/
- User authentication in Django: https://docs.djangoproject.com/en/2.1/topics/auth/
- User authentication and permissions: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Authentication
- Resurrecting ancient animal genomes: the extinct moa and more: https://www.ncbi.nlm.nih.gov/pubmed/22674514
- Ribosome code: https://github.com/anapaulamendes/topics-of-bioinformatics/blob/master/ribosome.py