Posts

Showing posts with the label fullstackdeveloper

CHAPTER 2: " PYTHON" ( VARIABLES AND DATA TYPES)

Image
 Variables and Datatypes                                                   A variable is the name given to a memory location in a program for example a = 34 IN b = "He" C = 722.56   Data Types                                        Primarily there are following data types in Python Integers   1. Integers 2. Floating point numbers. Strings 3.Strings 4.Booleans 5. None                       Python is a fantastic language that automatically identifies the type of data for us. a = 71 --( Identifies a as classs<int>)   b = 88.44 => Identifies b as class < flat > name = "He" →Identifies ...

HOW TO BECOME A FULL STACK DEVELOPER?

Image
FULL STACK DEVELOPER Is it's hard to become a FULL STACK DEVELOPER? How to become one? Is it's true you get rich if you become FULL STACK DEVELOPER? Is it's in demand? Why is it so popular?                                                        Wanna know the answer?   Why it is in demand ?             It is in demand because, They are valuable assets for any company. Their wide knowledge in every technical skill makes them one man army for any company. He/she who is full stack developer can be a good team leader and a project manager in a company cause he knows every aspect of software products in a company. And can be used in every kind of projects from web to applications and needed for startups to big big companies like Google, Microsoft etc.               ...