Saturday 11 July 2020

MOST OF THE STUDENTS QUESTION IS THAT:HOW TO START LEARNING PYTHON ?? LETS START FROM --"TOKENS"

What is token ??

individual words and punctuation mark are called tokens or lexical units or lexical elements.
            
                     or 
the smallest individual unit in a program is known as a Token.

Tokens are of five type:
1.Keywords                              2.Identifiers(names)
3.Literals                                  4.Operators
5.Punctuators 

Friday 10 July 2020

Learn free Python coding !! ("STARTING FROM BASICS TO ADVANCE LEVEL CODING")

LETS START FROM BASIC OF PYTHON:



STARTING FROM INSTALLATION OF  SOFTWARE :

1.install ANACONDA NAVIGATOR:



                               LINK:("https://www.anaconda.com/products/individual#windows")

2.LAUNCH SPYDER FROM ANACONDA NAVIGATOR:it would look like this 



--AFTER INSTALLATION WE START WITH BASICS OF PYTHON:

first question in your mind would be why to use python??

1.easy to us
2.you can learn python to do anything
 
  • Data science
  • Scientific and mathematical computing
  • Web development
  • Finance and trading
  • System automation and administration
  • Computer graphics
  • Basic game development
  • Security and penetration testing
  • General and application-specific scripting
  • Mapping and geography (GIS software)
3.free and open source 
4.expressive 
5.demand for python programmers is high 
6.after all paid high 

7.python saves time and many more advantages to learn python.
 

ARE WE READY FOR AI??

The major query is that "ARE HUMAN READY FOR AI"


Let us see few example of AI which would lead to CONCLUSION:

1. Sophia: a humanoid robot.Sophia is the first robot to receive citizenship of any country.In November 2017, Sophia was named the United Nations Development Programme's first ever Innovation Champion, and is the first non-human to be given any United Nation title. 

AI:Is artificial intelligence our friend or foe?

Is artificial intelligence our friend or foe?

Many of you may not know what AI exactly is: AI is the ability of computer program to think and learn by itself.In simple words the program which tries to make computer "smart" and our daily routine comfortable.

MOST OF THE STUDENTS QUESTION IS THAT:HOW TO START LEARNING PYTHON ?? LETS START FROM --"TOKENS"

What is token ?? i ndividual words and punctuation mark are called tokens or lexical units or lexical elements.                             ...