This shows a review of mainly points about python that I have considered
Edit me
This pages shown the fundamentals of python required to take and pass the certified Entry-Level Python Programmer Certification exam. This was extracted from Linux Academy Course This covers:
- 00. Course Index
- 01. Fundamental Concepts
- 02. Literals, variables, and comments
- 03. Number Systems and Numeric Operators
- 04.Operators and Bindings
- 05. Input and Output Operations
- 06. Strings, Operations, and Calculations
- 07. Lists
- 08. Tuples & Dictionaries
- 09. Dictionaries
- 10. String
- 11. Conditionals
- 12. Looping
- 13. Function Basics, Generators and Scoping
- 14. Generators
- 15. Scoping
- 20. General Notes (WIP)
- 21. Math Functions
- 22. Using SciPy
- 23. Using NumPy
- 24. Using Pandas
- 25. Using Matplotlib
- 26. Using SciKit-image
- 40. (Empty)
- 41. Lambdas and Collection Functions
- 42. The `if` Operator
- 43. Modules and Packages
- 44. Classes and Object-Oriented Programming
- 45. Input and Output Basics
- 46. Exceptions and Exception Handling
- Python Libraries
- javascript 0
Hands-on Labs
- 01. Hands-On Lab - Making Calculations from User Input with Python
- 02. Hands-on Lab Lab Indexing and Slicing Python Strings
- 03. Hands-on Lab Using Python Lists
- 04. Hands-on Lab Using Python Dictionaries
- 05. Hands-on Lab Using Python String Methods
- 06. Hands-on Lab Using Python Conditionals
- 07. Hands-on Lab Utilizing Python Loops
- 08. Hands-on Lab Defining and Using Python Functions
- 09. Hands-on Lab Defining and Using Python Generators
- 10. Hands-on Lab (Empty)
- 11. Hands-on Lab Calculating Circular Values with Python's Math Modules
- 12. Hands-on Lab Creating a Matrix Using NumPy Arrays
- 13. Hands-on Lab Using Pandas Data Frames and Pivot Tables in Python
- 14. Hands-on Lab Creating Graphs with Matplotlib
- 15. Hands-on Lab Editing Images with scikit-image
- 16. Hands-on Lab (Empty)
- 17. Hands-on Lab (Empty)
- 18. Hands-on Lab (Empty)
- 19. Hands-on Lab (Empty)
- 20. Hands-on Lab
- 21. Hands-on Lab Processing Collections in Python Using Lambdas
- 22. Hands-on Lab Using Python Conditional Expressions
- 23. Hands-on Lab Creating a Python Module
- 24. Hands-on Lab Creating a Python Package
- 25. Hands-on Lab Creating and Using Python Classes
- 26. Hands-on Lab Using Inheritance in Python
- 27. Hands-on Lab Reading and Writing Files with Python
- 28. Hands-on Lab Adding Exception Handling to a Python Script
- 29. Hands-on Lab Creating Custom Python Exception Types
- 30. Hands-on Lab (Empty)