Fundamentals of Python
https://youtu.be/CZBcGypwL18
In Python, the most important data structures are List, Tuple, and Dictionary. So you should know how they work and when to use them.
A list, in Python, stores a sequence of objects in a defined order. They allow indexing or iterating through the list. Next, lists are mutable which you can modify after creation.
Watch the video by Mr.Arun Prakash, Founder & CTO of GUVI to know more about how to use List,Tuple and Dictionary in Python
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/CZBcGypwL18
In Python, the most important data structures are List, Tuple, and Dictionary. So you should know how they work and when to use them.
A list, in Python, stores a sequence of objects in a defined order. They allow indexing or iterating through the list. Next, lists are mutable which you can modify after creation.
Watch the video by Mr.Arun Prakash, Founder & CTO of GUVI to know more about how to use List,Tuple and Dictionary in Python
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
YouTube
List,Tuple and Dictionary | Fundamentals of Python | Tamil Tutorial | Arun Prakash | GUVI
In Python, the most important data structures are List, Tuple, and Dictionary. So you should know how they work and when to use them.
A list, in Python, stores a sequence of objects in a defined order. They allow indexing or iterating through the list.…
A list, in Python, stores a sequence of objects in a defined order. They allow indexing or iterating through the list.…
Which is the correct way to write a JavaScript array?
Anonymous Quiz
19%
var txt = new Array(1:"tim",2:"kim",3:"jim")
15%
var txt = new Array:1=("tim")2=("kim")3=("jim")
61%
var txt = new Array("tim","kim","jim")
5%
var txt = new Array="tim","kim","jim"
Get to know with RPA that's associated with "way of automating repeating and often rules-based processes" whereas AI and ML is concerned with "thinking" and "learning". Witness the flexible low-investment less complex alternative to traditional solutions that are used for data manipulation and communications across multiple IT systems.
Interested in learning RPA, Enroll in GUVI RPA Crash course for free. Visit www.guvi.in/rpa?utm_source=telegram today.
#learntocode #guvi #codingislife #progamming #rpa
https://www.instagram.com/p/B_IEHnzhXyh/?igshid=1n4wzi54sq0ow
Interested in learning RPA, Enroll in GUVI RPA Crash course for free. Visit www.guvi.in/rpa?utm_source=telegram today.
#learntocode #guvi #codingislife #progamming #rpa
https://www.instagram.com/p/B_IEHnzhXyh/?igshid=1n4wzi54sq0ow
Lessons from Lifetime Working in the World of Software | Rajendran Dandapani, Zoho | GUVI
https://www.youtube.com/watch?v=V51aSwc76UE
Stay on top of your industry by interacting with us on our social channels:
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
https://www.youtube.com/watch?v=V51aSwc76UE
Stay on top of your industry by interacting with us on our social channels:
Visit www.guvi.in/courses to Learn more.
Follow us on telegram for more resources and Daily quizzes - http://cutt.ly/guvi-telegram
YouTube
Lessons from Lifetime Working in the World of Software | Rajendran Dandapani, Zoho | GUVI
Stay on top of your industry by interacting with us on our social channels:
Follow us on Instagram: https://instagram.com/guviofficial
Like us on Facebook: https://www.facebook.com/guviofficial
Follow us on Twitter: https://www.twitter.com/guviofficial
Follow…
Follow us on Instagram: https://instagram.com/guviofficial
Like us on Facebook: https://www.facebook.com/guviofficial
Follow us on Twitter: https://www.twitter.com/guviofficial
Follow…
After compilation of the java source code,which file is created by the JVM.
Anonymous Quiz
51%
a).class
42%
b).java
5%
c).cdr
3%
d).doc
*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]