Week 06 - 100 Days of Code

This is my sixth week doing the #100DaysOfCode challenge. This week I contributed a lot with open source code. It has been very gratifying to apply the knowledge I have gained through months of hard work. I am happy with my studies and I hope to complete the challenge.
If you want to read about what I did last week, see here: “Week 05 - 100 Days of Code” .
Day 36 - I studied Classes of Python, I read the article: ‘Change a django password manually’, and I finished my slides for my Python workshop.
Day 37 - I added exercises and a mini project on the slides of my Python workshop. In addition, I resolved all the exercises and the mini project. I made it available on my github to share and take doubts.
Day 38 - I opened a pull request on the repository of website https://python.org.br/ . I also taught a Python workshop at the University.
Day 39 - I helped a girl make her first blog in the morning. In the afternoon I attended the meeting of the Colaboradados. In the evening I refactored the code of the Colaboradados website. Before the website wasn’t using the templates to only generate markdown, I fixed that and applied good practices.
Day 40 - This week was completely dedicated to collaboration with open source. In this day my PR on the Python Brasil wiki was approved. And I put more content in Colaboradados.
Day 41 - I learned a little more about validation of files with JavaScript. I also sent one more PR to the Python Brasil wiki. And I fixed one more thing in Colaboradados. I am proud of being applying the knowledge I am getting.
Day 42 - I sent another PR to the Python Brasil wiki. I fixed the django version in my repositories. And I attended another Her Voice English class.
Content links:
- Classes e Objetos: https://aprendendo-computacao-com-python.readthedocs.io/en/latest/capitulo_12.html
- Change a django password manually: https://www.laurivan.com/change-a-django-password-manually/
- Python workshop repository: https://github.com/anapaulamendes/my-talks-and-workshops/tree/master/workshop-python-iniciantes
- wiki python br repository: https://github.com/pythonbrasil/wiki
- Colaboradados repository: https://github.com/colaboradados/colaboradados.github.io
- Colaboradados website: https://colaboradados.github.io/
- How to validate the image size before uploading: https://stackoverflow.com/questions/27309921/how-to-validate-the-image-size-before-uploading
- Check (Validate) File (Image) Size before upload using JavaScript and jQuery: https://www.aspsnippets.com/Articles/Check-Validate-File-Image-Size-before-upload-using-JavaScript-and-jQuery.aspx