6161 подписчиков
716 видео
Python Bitwise operators || NOT ( ~ ), Zero fill left shift , Signed right shift
Scientific Computing with Python(Beta) Certification Step 59
intersection_update() &=, isdisjoint(),issubset(), issuperset()
Python Copy Lists || Copy a list, Join Two lists, append list items, use extend() method
Update Tuples || Change Tuple Values, Add and Remove items, convert tuple to a list, add tuples
Python Collections(Arrays) || Access List Items, Negative Indexing and Range of indexes
Get values, update value list, add new item || Python Dictionaries
Legal variable names in Python
Using Multiline Strings
Python Syntax Execution
Case Sensitivity in Python
Joining Tuples || Join Two Tuples, Multiply Tuples, Tuple Methods ( count(), index() )
Using if keyword, if statement without indentation, Elif and Else Conditions in Python
Python Range of indexes, Negative indexes and Check if item exists
Matplotlib pyplot, Matplotlib Plotting, Plotting x and y points || Data Analysis with Python
symmetric_difference_update ^= , union() | , and update() |= set methods
Python Dictionaries || dictionary items , Ordered or Unordered, changeable, duplicates NOT allowed
Add Set Items, Add Any Iterable, Remove Item
Python Methods || istitle() , isupper() , join() and ljust()
Python Comparison operators || Equal ( == ), Not equal ( != ) and Greater than
Application of String Methods || isprintable() , isspace() and istitle()
Python Bitwise operators || AND ( & ), OR ( | ) , XOR ( ^ )
String Methods || expandtabs() , find() , and format()
Data Types | set , frozenset , bool and bytes
Python Lists || list length - len(), data types( string, int and boolean)
String Methods || isascii() , isdecimal() , isdigit() and isidentifier()
Nested Dictionaries, Adding three dictionaries into a new dictionary, Access items in dictionaries
Application of String Methods || isascii() , isdecimal() and isdigit()
Pack / Unpack Tuples in Python || Using Asterisk ( * )
Application of String Methods || expandtabs() , find() , format()
Python Tuples || Tuple items - Ordered, Unchangeable and Allows Duplicate values
Application of String Methods || isidentifier() , islower() and isnumeric()
Python Comparison operators || Less than, Greater than or equal to , Less than or equal to
Multiline Comments in Python
Python Membership operators || in , not in
Python Casting | Specifying a float type | float()
CAESAR CIPHER CODE || CRACKING CODES WITH PYTHON
tuple() constructor, Collections(Arrays), Access Tuple Items, Negative indexing, Range of Indexes
CRACKING CODES WITH PYTHON || TRANSPOSITION CIPHER ENCRYPTION
Python Change item value, range of item values and insert items
Remove Whitespace