You can create a basic Telegram bot in under 5 minutes. In this article we are going to create a basic telegram bot that echoes incoming text...
Use scikit-learn's classifier models to predict the results of a cricket match in the IPL tournament based on data from 2008 to 2020 · In this blog, we...
JavaScript Quiz · Loading… Wondering how I inserted this quiz in the blog? Find the answer here -https://cplusminus.hashnode.dev/interactive-blog
Insert forms and quizzes in your blogs, make them interactive! · Did you know that you can use the iframe tag to insert a form or a quiz in your...
How OOP concepts work in Python · In this article, we are going to discuss the four pillars of OOP - Encapsulation Abstraction Inheritance Polymorphism...
Static libraries in C++ · Static vs Dynamic libraries Static libraries are loaded into an application compile time. They increase the size of the...