المشاركات

Learn code

 Day 18 Data structures: Introduction to arrays vs. linked lists Write a program to implement a simple array in C and Pyt hon.

Learn code

 Day 17 Pointers in C (Basics): Understand memory addresses and pointers Write a program to display the address of a variable.

Learn code

 Day 16 Learn recursion: Write a program to calculate the factorial of a number using recursion.

Learn code

Day 15: Introduction to Flask I started learning Flask, a popular Python web framework. I set up a basic web server and created my first web page, exploring Flask's routing and understanding how to map URLs to functions. It was an exciting shift from desktop applications to web development

Learn code

 Day 14: Reviewing and Optimizing Code I took the time to review the code for the To-Do List project, making improvements to the structure and readability. I refactored repetitive code and followed best practices, which helped in understanding the importance of clean code

Learn code

 Day 13: Learning Error Handling I focused on error handling techniques in Python, using try-except blocks to manage potential errors, such as file read/write issues. I integrated error handling into the To-Do List app to make it more robust and user-friendly