Sample Page to Text Technical Content

Display your tabs with the most eye-catchy vertical gradient box style.

What are Python Variables

In Python, a variable is a named location in the computer’s memory used to store a value. This value can be anything from a number to a string of text or even a more complex data type like a list or dictionary.

In other words:

  • A variable is a reserved memory location used to store values.
  • A variable is a container for storing data values.
				
					# assigning value water to a variable container bottle
bottle = "water"
# printing the value of the variable
print(bottle)                  

# Output of the above Python code:
# ---> water
				
			

In this example, we have assigned the value “water” to the variable bottle. We then print the value of the bottle variable using the print function.

Variables are important because

  • They allow us to store data for repeated use.
  • manipulate data in our programs.

We can assign a value to a variable using the equal sign (=), and then use that variable throughout our code.

Here are some examples:

				
					# assigning a value edSlash to a variable
name = "edSlash"
# printing the value of the variable
print(name)               

# changing the value of a variable to a new data Bob
name = "Education"
# printing the new value of the variable
print(name)                    

# Output of the above Python code:
# ---> edSlash
# ---> Education
				
			

Is your LinkedIn profile optimised?

Want your profile to be discovered by recruiters on LinkedIn?

Get your LinkedIn profile reviewed, build a high-quality network and get yourself kicked off to a better opportunity ahead.

Your LinkedIn account makes it easier for you to connect and build a strong network, which is the need of the hour helping you outstand others. But most of the LinkedIn profiles aren’t optimised making people miss out on opportunities.
An ‘ALL STAR’ LinkedIn profile not only attract recruiters but also invites more relevant people from your domain subsequently growing your network.

So here we are helping you out to improve your LinkedIn profile.

How it works

Sit back and relax. We will review your LinkedIn for you and guide you in the best way possible.

Submit your Profile to be reviewed — Just fill up the form above. See, it is simple as that.

“Great things take time.” And here we are getting the best out of your LinkedIn Profile. Wait and we will let you know. It takes up to a maximum of 1 week for us to review your profile and provide personalized and actionable feedback according to your domain.

When the results land in your email inbox, it’s time to learn. Find out what you’re doing right and what you could improve upon to achieve your best profile.

“It’s time to learn and improve.” All the Best!

Submit your Profile to be reviewed — Just fill up the form above. See, it is simple as that.

“Great things take time.” And here we are getting the best out of your Profile. Wait and we will let you know.

It takes up to a maximum of 1 week for us to review your resume and provide personalized and actionable feedback according to your domain.

When the results land in your email inbox, it’s time to learn. Find out what you’re doing right and what you could improve upon to achieve your best profile.

“It’s time to learn and improve.” All the Best!

What to expect from your resume review

We review your resume comprehensively so you get all the information you need. Feedback topics include:

Here 3 cards will come

Quiz for our Fundamental Courses

Kickstart your career with our industry-specific courses. Learn from experienced industry experts for all-around development.

Python Programming Fundamentals

Java Programming Fundamentals

Front-end Web Development

Fundamentals of Ethical Hacking

Quiz for Advanced Development Courses

Kickstart your career with our industry-specific courses. Learn from experienced industry experts for all-around development.

Java and Java Frameworks

Machine Learning and Data Science

JavaScript with NodeJS & AngularJS

Cloud Computing with AWS

Cyber Security with Ethical Hacking

VLSI Design & Technology

MEAN Stack with Frameworks

Full Stack Web Development