PROGRAMMING LANGUAGE:
PYTHON
JAVA
JAVASCRIPT
C,C++
FRONTEND DEVELOPER:
JAVASCRIPT-PROGRAMMING LANGUAGE
HTML-MARKUP LANGUAGE
CSS-MARKUP LANGUAGE
BACKEND DEVELOPER:
PYTHON-ARTIFICIAL INTELLIGENCE,DATA SCIENCE,VIRTUAL REALITY
JAVA-APP DEVELOPMENT
C-
C++
FULL STACK DEVELOPER
PYTHON:
EASY TO LEARN-SYNTAX(STRUCTURE)
AI
LARGE LIBRARIES
FREE AND OPEN SOURCE
HISTORY:
1980's NETHERLAND-CWI COMPANY(IT)-ABC PROGRAMMING LANGUAGE(DRAWBACKS)
GUIDDO VAN ROSSUM-CHRISTMAS HOLIDAY
MONTY PYTHON's FLYING CIRCUS-COMEDY SERIES
OFFICIALLY RELEASED IN 1991
print syntax:
[Link]-Any object and as many as you like
[Link]-Used to separate the values
[Link]-escape character Ex \n
[Link]-an object with write method
[Link]-Boolean (True-1 or False-0)
Variables:
[Link] start with a letter or underscore(_) character.
[Link] start with a number.
[Link] special characters
[Link] space
[Link] be any of the keywords
Data Structures and Data types:
[Link]
i. Integer-It can be positive or negative without fractional point
ii. Float-It can be positive or negative with fractional point
iii. Complex Number-Real part + Imaginary part Ex.(4+2j)
[Link]-Used to store values in key:value pair {}
[Link]-True or False
[Link]- *Used to store multiple values in single variable {}
*Unordered
*Unchangable
*Unindexed
*Duplicates not allowed
[Link] Types
i. String-Collection of alphabets, words or other characters enclosed
with single quotes('') or double quotes("")
ii. Tuple
*Used to store multiple values in single variable ()
*Ordered
*Allows duplicates
*Changable
*Indexed
iii. List