Object oriented programming(OOP)-Simple explanation
My Code Buzz
by Akash
4y ago
OOP or Object oriented programming is a programming paradigm in which we use we use objects to describe real world entity. Sound confusing , ok lets try to understand in a easy way with examples. Before understanding object oriented programming you have to familiar with variable and functions. A variable is used to store any data and A function is a block of code which can be used as many time as we want. we just need to call them. For example I am creating a car racing game. I need something to store the current speed. so I declare a variable with name speed of something else as you want an ..read more
Visit website
Become a web developer from scratch in 60 days
My Code Buzz
by Akash
4y ago
Do you want to become a web developer and earn money from home but you have no idea how to start and what to learn? Don’t worry you come to the right place. In this article, you will get a road map to become a web developer from zero to hero without spending a single penny. Ya you read it right you need not spend a single penny to become a web developer. I think, there is no need to explain what is a website. So I directly come to the point what is a web developer? or who is the web developer A web developer is a professional programmer who specialized in the development of the web-related ap ..read more
Visit website
A guide of Shorthand Statements In Python
My Code Buzz
by Manish Kumar
4y ago
Python has a handful of shorthand statements and shorthand operators. These shorthands will help you write your program with a lesser number of statements. Following are some available shorthand statements:- lambda statement the lambda function is a well-known function. It comes handy while writing single line functions without naming the function. This function simply returns the function reference which can be assigned to any variable. SELF CALLED lambda A self calling lambda function can be written as follows: List Comprehension List comprehension is one of the best feature provided by pyth ..read more
Visit website
What is recursion-Explained with example
My Code Buzz
by Akash
4y ago
Recursion, you probably hear recursion is something in which function calls itself. If you understand what this definition means. How why to use recursion; then you can leave the post and enjoy your life, otherwise follow the post you will get almost all things which you need to know about recursion as a beginner. What is recursion First let’s start with a simple example without going into coding stuff; Suppose you are a slave without any common sense and your master needs to program you to get you done. This time your master wants to get you to unload a truck. The truck contains n container ..read more
Visit website
What is OOP – Simple explanation with Example
My Code Buzz
by Akash
4y ago
OOP or Object oriented programming is a programming paradigm in which we use we use objects to describe real world entity. Sound confusing , ok lets try to understand in a easy way with examples. Before understanding object oriented programming you have to familiar with variable and functions. A variable is used to store any data and A function is a block of code which can be used as many time as we want. we just need to call them. For example I am creating a car racing game. I need something to store the current speed. so I declare a variable with name speed of something else as you want an ..read more
Visit website
A guide of Shorthand Statements In Python
My Code Buzz
by Manish Kumar
4y ago
Python has a handful of shorthand statements and shorthand operators. These shorthands will help you write your program with a lesser number of statements. Following are some available shorthand statements:- lambda statement the lambda function is a well-known function. It comes handy while writing single line functions without naming the function. This function simply returns the function reference which can be assigned to any variable. SELF CALLED lambda A self calling lambda function can be written as follows: List Comprehension List comprehension is one of the best feature provided by pyth ..read more
Visit website
What is recursion-Explained with example
My Code Buzz
by Akash
4y ago
Recursion , you probably hear recursion is something in which function calls itself. If you understand what this definition means. How why to use recusrion; then you can leave the post and enjoy your live,otherwise follow the post you will get almost all thing which you need to know about recursion as a beginners. What is recursion First lets start with a simple example without going into coding stuff; Suppose you are a slave without any common sense and your master needs to program you to get you done. This time your master wants to get you to unload a truck. Truck contains n container.Your ..read more
Visit website
What is OOP – Simple explanation with Example
My Code Buzz
by Akash
4y ago
OOP or Object oriented programming is a programming paradigm in which we use we use objects to describe real world entity. Sound confusing , ok lets try to understand in a easy way with examples. Before understanding object oriented programming you have to familiar with variable and functions. A variable is used to store any data and A function is a block of code which can be used as many time as we want. we just need to call them. For example I am creating a car racing game. I need something to store the current speed. so I declare a variable with name speed of something else as you want an ..read more
Visit website
Why Programmers prefer Linux? What should you use? Linux vs Windows
My Code Buzz
by Akash
4y ago
Today we are going to discuss about two operating systems, Windows and Linux. While we talk about programming, Linux is the most recommended and most preferred Operating system by programmers but why? Newbies are always confuse, what should he use if Linux then Why. Lets find out the answer ……… Why Programmer Prefer Linux There are many reasons of why programmers prefer Linux operating system over any other operating system. Lets discuss it one by one …………. First Reason, Linux is free open source operating system. you need not to pay any thing for using it. This is one of the ..read more
Visit website
Machine Learning -Definition [Complete Guide]
My Code Buzz
by Akash
4y ago
Do you Ever think, How Facebook gives friend suggestion with great accuracy. How Gmail filters the Spam mails. How Google photos recognize the faces and arrange them according to face.How Amazon Alexa understand Speech. All of these are the Example of Machine learning. For A normal Human being, It is very Easy to recognize Some one’s Face. But It is not easy for machines. So what is the reason?? Why recognizing the Face is vary easy for humans but very difficult for Machine ??? What is uncommon between humans and machines.??? The main difference between between Human and Machine is le ..read more
Visit website

Follow My Code Buzz on FeedSpot

Continue with Google
Continue with Apple
OR