- Certified in Cybersecurity (CC):
- Successfully passed the CC exam and completed registration.
- Summary of what I worked on:
- Django Fundamentals: Began exploring the Django framework, focusing on core concepts and utilizing the
python manage.py startapp
command amongst others. Spent significant time on relevant documentation and other resources to build a foundational understanding. - Advanced Python Concepts: Deepened understanding of Python with a focus on decorators, generators, and context managers.
- Asynchronous Programming in Python: Learned how to write non-blocking code using
asyncio
and libraries likeaiosqlite
. Practiced running multiple database queries concurrently and managing asynchronous tasks.
- Django Fundamentals: Began exploring the Django framework, focusing on core concepts and utilizing the