2 followers
👋🏼 Hi I am Aayush 📚 I am an undergrad student pursuing Data Science 🧑🏻💻 I will be writing blogs on Development🧑🏻💻, Computer Science🖥️ and Data Science📊
The main topic of the course is Computation Models. How do we use computation to understand the world in which we live So What is Computation...
Recursive functions are functions that call themselves. Recursion is often used in ways similar to iteration, and many calculations can often be...
In programming, abstraction refers to the idea of not necessarily knowing (exactly) how something works but knowing how to properly use it instead....
Now that we have covered the basics of Python in our Pythonic Way Series, it is time to start thinking about how we can combine those learnings to...
Although floats are typically a reliable representation of real numbers, there are instances when they fall short, resulting in unexpected outcomes....
One of the most important features of Python is its ability to execute loops. In this blog post, we'll dive into what Python loops are, how they work,...