Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Anjali Sharma c91a6ab1b3
added string docs in python (#2623)
2 years ago
..
100-basic-syntax.md Adds JavaScript roadmap (#1537) 2 years ago
101-variables-and-datatypes.md Adds JavaScript roadmap (#1537) 2 years ago
102-conditionals.md Include Python 3.10 match-case in conditionals (#2419) 2 years ago
103-typecasting-exceptions.md Adds JavaScript roadmap (#1537) 2 years ago
104-functions.md Adds JavaScript roadmap (#1537) 2 years ago
105-lists-tuples-sets-dictionaries.md Fixes minor semantic error (#2445) 2 years ago
106-string-methods.md added string docs in python (#2623) 2 years ago
readme.md Adds JavaScript roadmap (#1537) 2 years ago

readme.md

Python

Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected.

Free Content Official Website: Python Tutorial Series: How to Code in Python Python Wikipedia