*Basics of Web Storage*
https://youtu.be/LPn0ATpidQQ
The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.
Watch this video to know more about Web Storage and Its Uses.
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
Follow us on LinkedIn: https://www.linkedin.com/company/guviofficial
https://youtu.be/LPn0ATpidQQ
The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.
Watch this video to know more about Web Storage and Its Uses.
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
Follow us on LinkedIn: https://www.linkedin.com/company/guviofficial
YouTube
Basics of Web Storage | Tamil Tutorial | GUVI
#GUVI #learntocodeming #coding #programmer
The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.
Watch this video to know more about Web Storage and Its Uses.
Visit w…
The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.
Watch this video to know more about Web Storage and Its Uses.
Visit w…
Suppose income is 4001, what will be the output of following python code?
if income > 3000: print("Income is greater than 3000") elif income > 4000: print("Income is greater than 4000")
if income > 3000: print("Income is greater than 3000") elif income > 4000: print("Income is greater than 4000")
Anonymous Quiz
50%
Income is greater than 3000
27%
Income is greater than 3000 followed by Income is greater than 4000
18%
Income is greater than 4000
4%
Income is greater than 4000 followed by Income is greater than 3000
Question of the day:
a=input("Enter the number:") b=a*a print("The square of number is:",b) What will be the output if a value is 5?
a=input("Enter the number:") b=a*a print("The square of number is:",b) What will be the output if a value is 5?
Anonymous Quiz
58%
a) The square of number is:25
7%
b) Name Error
26%
c)Type Error
9%
d)The square of number is:55
*Basics of JavaScript*
https://youtu.be/ejG0zqG_vl0
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.
Watch this video to know more about Java Script and Its fundamentals.
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
https://youtu.be/ejG0zqG_vl0
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.
Watch this video to know more about Java Script and Its fundamentals.
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
YouTube
Basics of JavaScript | Tamil Tutorial | GUVI
#GUVI #learntocodeing #coding #programmer #javascript #java
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many…
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many…
Question of the day
list[]=[21,22,23,24,25] for i in range(1,3): print(i) for j in range(1,6): print(j,end="") print()
list[]=[21,22,23,24,25] for i in range(1,3): print(i) for j in range(1,6): print(j,end="") print()
Anonymous Quiz
20%
a) [21,22,23,24,25]
50%
b) 1 12345 2 12345
11%
c) [1,2,3,4,5]
20%
d) [1,2,3,4,5] [1,2,3,4,5] [1,2,3,4,5]
In 2014, a small instant messaging company with about 50 employees was acquired for $19 billion – more than the GDP of Afghanistan at the time. The same year, Google acquired a London-based startup who’s product beat the world’s best chess
The companies we’re talking about are WhatsApp and Deep Mind, respectively. Do you sense a pattern here? They’re all heavily valued for, and rely on, the data and artificial intelligence in their products.
AI, ML and Data Science have emerged as the most significant career options in the present years. But which one is the best for your career? Keep reading in our blog - http://bit.ly/AIvMLvDL
#GUVI #AI #artificialintelligence #deeplearning #datascience
The companies we’re talking about are WhatsApp and Deep Mind, respectively. Do you sense a pattern here? They’re all heavily valued for, and rely on, the data and artificial intelligence in their products.
AI, ML and Data Science have emerged as the most significant career options in the present years. But which one is the best for your career? Keep reading in our blog - http://bit.ly/AIvMLvDL
#GUVI #AI #artificialintelligence #deeplearning #datascience
Question of the day :
What is the output of the following program? guvi = lambda guvi2: guvi2 * 2 guvi1 = lambda guvi2: guvi2 * 3 output = 2 output = guvi(output) output = guvi1(output) output = guvi(output) print(output)
What is the output of the following program? guvi = lambda guvi2: guvi2 * 2 guvi1 = lambda guvi2: guvi2 * 3 output = 2 output = guvi(output) output = guvi1(output) output = guvi(output) print(output)
Anonymous Quiz
11%
a) 2
30%
b) 12
52%
c) 24
7%
d) 36
*Basics of cloud computing*
https://youtu.be/wtNA0csV95M
Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking, and software.
Rather than keeping files on a proprietary hard drive or local storage device, cloud-based storage makes it possible to save them to a remote database. As long as an electronic device has access to the web, it has access to the data and the software programs to run it.
Cloud computing is a popular option for people and businesses for a number of reasons including cost savings, increased productivity, speed and efficiency, performance, and security.
Watch this video to know about basics of cloud computing.
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
https://youtu.be/wtNA0csV95M
Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking, and software.
Rather than keeping files on a proprietary hard drive or local storage device, cloud-based storage makes it possible to save them to a remote database. As long as an electronic device has access to the web, it has access to the data and the software programs to run it.
Cloud computing is a popular option for people and businesses for a number of reasons including cost savings, increased productivity, speed and efficiency, performance, and security.
Watch this video to know about basics of cloud computing.
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
YouTube
Basics of Cloud Computing | Shanmuganath | GUVI
#GUVI #learntocodeing #coding #python #developer #code #javascript #coder #java
Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking…
Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking…
Register now to participate in the contest.
https://forms.gle/eNt9iWTQeg5ZXtki9
Rules will announced at 4.30 pm.
https://forms.gle/eNt9iWTQeg5ZXtki9
Rules will announced at 4.30 pm.
Google Docs
Telegram Alexa Contest Week #5 Registration
Kindly fill the Below Details.
Rules will be announced at 4:30 P.M. Contest will start at 5:00 P.M
Rules will be announced at 4:30 P.M. Contest will start at 5:00 P.M
Hey peeps we are just only 5hrs away from the competition. Get Ready.
GUVI account is necessary to join the contest if you don’t have one register your free account today cutt.ly/guvi_register
GUVI account is necessary to join the contest if you don’t have one register your free account today cutt.ly/guvi_register
www.guvi.in
GUVI | Sign-up
Learn and Practise Programming with courses like C, Python, Deep Learning, Machine Learning etc which are created by industry experts in your preferred regional languages (English, Tamil, Telugu,Hindi, Arabic).
GUVI Telegram Alexa Contest Week #5 Rules:
Codekata Challenge
Codekata a series of programs curated by experts from the industry. Practicing on Codekata will take your coding skills to the next level. With Codekata, you can be a better programmer and crack interviews.
To Participate:
1. Register your entry in this form https://forms.gle/iDm4Rf8dk1qv1sHK6
2. Visit https://www.guvi.in/code-kata and solve as many problems as possible
3. For each successful problem completion Geekcoins will be awarded
4. Each problem will have different difficulties and Geek coins will be awarded based on the difficulty of each question.
5. The participant who has Earned highest Geekoins within the competition period will be considered as the winner
Rules:
1. The competition starts on September 19th 5:00 P.M and ends on September 21st 5:00 P.M, the participant who has earned the highest Geekcoins within this time period will only be considered
2. The participant must have filled this form before starting the competition
3. Participants found to do any malpractice will be eliminated from the result.
4. Winner will be announced on September 22nd, 11:00 A.M in GUVI Telegram Channel
5. Jury's decision will be final
Codekata Challenge
Codekata a series of programs curated by experts from the industry. Practicing on Codekata will take your coding skills to the next level. With Codekata, you can be a better programmer and crack interviews.
To Participate:
1. Register your entry in this form https://forms.gle/iDm4Rf8dk1qv1sHK6
2. Visit https://www.guvi.in/code-kata and solve as many problems as possible
3. For each successful problem completion Geekcoins will be awarded
4. Each problem will have different difficulties and Geek coins will be awarded based on the difficulty of each question.
5. The participant who has Earned highest Geekoins within the competition period will be considered as the winner
Rules:
1. The competition starts on September 19th 5:00 P.M and ends on September 21st 5:00 P.M, the participant who has earned the highest Geekcoins within this time period will only be considered
2. The participant must have filled this form before starting the competition
3. Participants found to do any malpractice will be eliminated from the result.
4. Winner will be announced on September 22nd, 11:00 A.M in GUVI Telegram Channel
5. Jury's decision will be final
Google Docs
Telegram Alexa Contest Week #5 Registration
GUVI Telegram Alexa Contest Week #5 Rules:
Codekata Challenge
Codekata a series of programs curated by experts from the industry. Practicing on Codekata will take your coding skills to the next level. With Codekata, you can be a better programmer and crack…
Codekata Challenge
Codekata a series of programs curated by experts from the industry. Practicing on Codekata will take your coding skills to the next level. With Codekata, you can be a better programmer and crack…
Ready set code. Let’s get the party started,
Don’t forget to register in the form before starting - https://forms.gle/iDm4Rf8dk1qv1sHK6
Don’t forget to register in the form before starting - https://forms.gle/iDm4Rf8dk1qv1sHK6
Google Docs
Telegram Alexa Contest Week #5 Registration
GUVI Telegram Alexa Contest Week #5 Rules:
Codekata Challenge
Codekata a series of programs curated by experts from the industry. Practicing on Codekata will take your coding skills to the next level. With Codekata, you can be a better programmer and crack…
Codekata Challenge
Codekata a series of programs curated by experts from the industry. Practicing on Codekata will take your coding skills to the next level. With Codekata, you can be a better programmer and crack…