© 2023 Hashnode
#codingnewbies
Python is a popular programming language that has gained widespread use in many industries, including machine learning, data analysis, web development, and more. As a beginner in Python, it can be ove…
Introduction I started my coding journey in 2021, with one of the most popular programming languages, C++. Even I don't know what convinced my mind to start with C++, but yeah, it is what it is. But a…
As a newcomer to the world of coding, I am both excited and intimidated. I had heard about the endless possibilities that coding offered, from creating websites to developing apps and software. But I …
Coding has become an essential skill in today's digital age. Whether you're interested in building your own website or mobile app, or you want to pursue a career in tech, learning to code is a great w…
Recursion is a concept that describes a function calling itself inside itself or simply when a function calls itself. So in other words, the solution to the function depends on the solution to smaller…
Starting in tech I was advised to document my journey, 'how?' i asked, 'I don't even know what to write about.' So I got online and started looking for tips on how to go about this, and one piece that stood out for me was this article by Ga…
Open source refers to software that is made freely available to the public, along with the source code that was used to create it. This allows anyone to view and modify the code, making it a collaborative effort among the community of devel…
Hello, Welcome to the 5th Episode of Weekly Dev Journal. Here you will get some useful resource links, articles, and my learnings in the programming world. Learnings: I had some important tasks that I…
Hey. Myself Kishor Kunal Glad to have you here and I don't even know whether this blog will be cool enough to study or not because this one is my first blog and the plus point is my bad English hehe..…
Python is a versatile and powerful programming language with widespread applications in areas such as data analysis, artificial intelligence, and web development. If you're new to programming and want to learn Python, this guide will provid…