Python Course Guide
  • Introduction to Python
  • Guides
    • Course Outline
    • Getting started with Python
    • Syntax
    • Variables
    • Datatypes
    • Casting
    • Numbers
    • Operators
      • Python Math
    • Strings
    • Python String Formatting
    • User Input
    • Git and Github
    • Booleans
    • List
    • Tuples
    • Sets
    • Dictionaries
    • Conditionals
    • Loops
    • Function
    • Arrays
    • Try and Except
    • Scope
    • Classes and Objects
    • Class Methods and Properties
    • Inheritance
    • Polymorphism
    • Dunder Methods(Double Underscore Methods)
    • Decorators
    • Iterator and Generator
    • Modules and Packages
    • Date and Time
    • JSON
    • RegEx
    • Pip
    • File Handling
    • Data Structures and Alogrithms
    • References
Powered by GitBook
On this page
  1. Guides

References

PreviousData Structures and Alogrithms

Last updated 1 year ago

json — JSON encoder and decoder — Python 3.12.0 documentation
Python JSON (w3schools.com)
7. Input and Output — Python 3.12.0 documentation
Python File Open (w3schools.com)
Python File Open (w3schools.com)
Python File Write (w3schools.com)
9. Classes — Python 3.12.0 documentation
9. Classes — Python 3.12.0 documentation
9. Classes — Python 3.12.0 documentation
Python Iterators (w3schools.com)
5. Data Structures — Python 3.12.0 documentation
https://www.geeksforgeeks.org/decorators-in-python/
Primer on Python Decorators – Real Python
https://www.geeksforgeeks.org/dunder-magic-methods-python/
Python | Dunder Methods | Codecademy
Dunder or magic methods in Python - GeeksforGeeks
Introducing Dunder Methods – Real Python
Python Inheritance (w3schools.com)
python - what's the difference between property and class method? - Stack Overflow
oop - What is Method, Property and Function? - Stack Overflow
Python's property(): Add Managed Attributes to Your Classes – Real Python
Class Methods in Python: Public, Protected, Private, Static, Abstract (diveintopython.org)
6. Modules — Python 3.12.0 documentation
6. Modules — Python 3.12.0 documentation
12. Virtual Environments and Packages — Python 3.12.0 documentation
Python Lambda (w3schools.com)
How to Use Python Lambda Functions – Real Python