Belajar Python
MTs. Ma'arif 15 Tarbiyatul Huda
Terjemahan dari Cisco Networking AcademyMTs. Ma'arif 15 Tarbiyatul Huda
Terjemahan dari Cisco Networking AcademyIntroduction to Python and computer programming
Data types, variables, basic input-output operations, basic operators
Boolean values, conditional execution, loops, lists and list processing, logical and bitwise operations
Functions, tuples, dictionaries, and data processing
Importing a module | math
Importing a module | * and as
Importing a module | aliasing
Section Summary
Selected Python modules (math, random, platform)
Useful Modules
Useful modules | math
Useful modules | random
Useful modules | plaform
Python Module Index
Section Summary
Modules and Packages
Python Package Installer (PIP)
Python Package Installer (PIP)
Dependencies
How to use pip
Section Summary
Strings, String and List Methods, Exceptions
Object-Oriented Programming
Miscellaneous