-
Notifications
You must be signed in to change notification settings - Fork 241
/
Copy pathpython_info.txt
51 lines (34 loc) · 2.75 KB
/
python_info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Introduction
["Say Hello, World! With Python", "Reading Raw Input", "Python If-Else", "Arithmetic Operators", "Python: Division", "Loops", "Write a function", "Print Function"]
Basic Data Types
["Lists", "Tuples", "List Comprehensions", "Find the Second Largest Number", "Nested Lists", "Finding the percentage"]
Strings
["sWAP cASE", "String Split and Join", "Whats Your Name?", "Mutations", "Find a string", "String Validators", "Text Alignment", "Text Wrap", "Designer Door Mat", "String Formatting", "Alphabet Rangoli", "Capitalize!", "The Minion Game"]
Sets
["Introduction to Sets", "Symmetric Difference", "No Idea!", "Set .add()", "Set .discard(), .remove() & .pop()", "Set .union() Operation", "Set .intersection() Operation", "Set .difference() Operation", "Set .symmetric_difference() Operation", "Set Mutations", "The Captains Room", "Check Subset", "Check Strict Superset"]
Math
["Polar Coordinates", "Find Angle MBC", "Triangle Quest 2", "Mod Divmod", "Power - Mod Power", "Integers Come In All Sizes", "Triangle Quest"]
Itertools
["itertools.product()", "itertools.permutations()", "itertools.combinations()", "itertools.combinations_with_replacement()", "Compress the String!", "Iterables and Iterators", "Maximize It!"]
Collections
["collections.Counter()", "DefaultDict Tutorial", "Collections.namedtuple()", "Collections.OrderedDict()", "Word Order", "Collections.deque()", "Piling Up!", "Most Common"]
Date and Time
["Calendar Module", "Time Delta"]
Errors and Exceptions
["Exceptions", "Incorrect Regex"]
Classes
["Classes: Dealing with Complex Numbers", "Class 2 - Find the Torsional Angle"]
Built-Ins
["Zipped!", "Input()", "Python Evaluation", "Sort Data", "Any or All", "ginortS"]
Python Functionals
["Map and Lambda Function", "Validating Email Addresses With a Filter"]
Regex and Parsing
["Introduction to Regex Module", "Re.split()", "Group(), Groups() & Groupdict()", "Re.findall() & Re.finditer()", "Re.start() & Re.end()", "Regex Substitution", "Validating Roman Numerals", "Validating phone numbers", "Validating and Parsing Email Addresses", "Hex Color Code", "HTML Parser - Part 1", "HTML Parser - Part 2", "Detect HTML Tags, Attributes and Attribute Values", "Validating UID", "Validating Credit Card Numbers", "Validating Postal Codes", "Matrix Script"]
XML
["XML 1 - Find the Score", "XML2 - Find the Maximum Depth"]
Closures and Decorators
["Standardize Mobile Number Using Decorators", "Decorators 2 - Name Directory"]
Numpy
["Arrays", "Shape and Reshape", "Transpose and Flatten", "Concatenate", "Zeros and Ones", "Eye and Identity", "Array Mathematics", "Floor, Ceil and Rint", "Sum and Prod", "Min and Max", "Mean, Var, and Std", "Dot and Cross", "Inner and Outer", "Polynomials", "Linear Algebra"]
Debugging
["Words Score", "Default Arguments"]