Computer Science, asked by arpita0970, 1 year ago

notes of python fundamental in briefly


arpita0970: please give me the solution if you are genius

Answers

Answered by anooshmassey
0
Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.[25] In July 2018, Van Rossum stepped down as the leader in the language community after 30 years.[26][27]

arpita0970: you are mad I ask a notes
arpita0970: not a defination
CoolBro003: Did you understand what I meant to say
arpita0970: what you say
Answered by CoolBro003
0

The Fundamentals of Python -

Basics: a) Basic Syntax[print ("Hello, Python!")]

            b) Variable Types[a, b, c = 1, 2, "john"]

            c) Basic Operators[b % a = 1, a**b =10 to the power 20]

            d) Decision Making[If....Elif.....Else]  

            e) Loops[For Loop, While Loops]

            f)  Numbers, Strings, Characters[1, "Yo"]

            g) Lists, Tuples, Dictionary[list = [1, 2];, tup = "a", "b", dict = {'Name':              'Zara']

            h) Functions[Def ...]


Advanced: 1) Tensorflow

                  2) Keras

                  3) Theano

                  4) Classes/Objects

                  5) SQL Database Access

                  6) Neural Networks  

                  7) GUI Learning


If you have Some more questions, then contact me at:

  Email: [email protected]

   Youtube: shorturl.at/mnB57            

Similar questions