© 2023 Hashnode
#python
Hello World! In this blog post, we'll explore how to connect Python with MongoDB, a popular NoSQL database. Python provides several libraries to work with MongoDB. One of the most commonly used ones i…
In Python, lists are a versatile and commonly used data structure. They are ordered, mutable, and can contain elements of different types. Python provides several built-in methods to manipulate and pe…
Starting off day 3 with Control Flow with if / else and Conditional Operators. Here's the first set of code blocks I worked on. Learning how to use if / else. print("Welcome to the rollercoaster!") he…
Git and GitHub have transformed the way developers manage code and collaborate on projects. Git, a distributed version control system, offers a robust platform for tracking changes, managing branches,…
Day 117 of #365DaysOfCode I found that React's built-in createContext and useContext hooks didn't quite meet my requirements. These hooks are typically used to pass data through the component tree without having to pass props down manually …
I've been a tennis player and fan of the pro tour my whole life. Since sports betting in the US was legalized, I've seen some friends of mine make ridiculous bets on tennis matches. Even with my knowl…
While working on a project today using C, I realized I had forgotten the input syntax. Thanks to ChatGPT, which came in handy, I got the syntax, and that made me smile as the more we use other progra…
Web scraping has become an important technique for extracting valuable information from websites. With the growing need for data-driven insights, web scraping provides a powerful means to gather data …
In this article, I will show you how to build a web app using Anvil and Google Colab to track your favorite stocks. For those who are not aware of Anvil, it is a low-code platform that allows users to build and deploy full-stack web apps us…
Handling Errors and Exceptions in Python! Are you tired of encountering pesky errors in your Python code? Fear not! Let's unravel the world of errors and exceptions, equipping you with the knowledge t…