The first woman computer ScientistsKnowing the first woman computer scientists and getting inspired by their journeysMar 20, 2024·4 min read·419
Debugging logical errors in PythonDebugging errors based on logic in Python can be a challenging task, but there are several techniques you can use to help you identify and fix errors in your code. Here are some tips to get you started: 🟪Using print statements Add print statements t...Feb 25, 2023·11 min read·811
Dealing with common errors in Python▶ Introduction Python is a popular programming language known for its simplicity and ease of use. It is a high-level, interpreted, and object-oriented language. It is a dynamically typed or loosely typed language. One need not worry about the data ty...Feb 23, 2023·4 min read·76
Debugging methods for developers🐛Introduction Bugs are errors in the code that prevent getting the desired result. The compiler doesn't allow running the program until the bug is fixed and flashes errors in the command prompt. Sometimes these bugs are syntactical, other times thes...Feb 19, 2023·3 min read·69
Role of Communities in my Coding Journey💙Introduction Walking with a friend in the dark is better than walking alone in the light. - Hellen Keller When one enters into a new field, one is always overwhelmed for so many reasons because of a lack of knowledge, and ideas, missing out on th...Jan 30, 2023·6 min read·82