SQL & Relational Databases
Notes from the course of Metropolia University, Finland

Search for a command to run...
Articles tagged with #learning-journey
Notes from the course of Metropolia University, Finland

💡Introduction This post is a part of #BlogchatterA2Z Challenge 2023. Are you looking for Python projects related to user account creation? Check out these coding challenges that can help you improve your skills in this area. From creating user accou...

Summarizing activities of February 2023

Debugging 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...

▶ 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...

🐛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...
