Skip to content

Instantly share code, notes, and snippets.

@t3h2mas
Created April 21, 2016 06:41
Show Gist options
  • Save t3h2mas/c61d0f0f32abdf86052f56415e99921e to your computer and use it in GitHub Desktop.
Save t3h2mas/c61d0f0f32abdf86052f56415e99921e to your computer and use it in GitHub Desktop.
  • Home Page
  • Introduction
  • Basics
    • hello world
    • using the interpreter
    • basic types
      • strings
      • integers
  • Operations
  • More Basic Types
    • data types
    • using type()
  • control flow
    • if
    • for
      • range
      • for ... in
  • string manipulation
    • string methods
    • introduce regex
  • Functions
    • hello world Function
    • arguments
    • optional talk about pythonic function usage
  • Comprehensions - Lists & Dictionaries
  • Classes and Objects : Object Oriented Concepts
    • Classes
    • everything is an object
    • how to explore Objects
    • basic inheritance
  • input/output
    • input()
  • modules
    • import / libraries
    • import x from y statements
    • if __name__ == "__main__"
    • using pip
  • expand on regex
  • Iterators *
  • Files and Directories
  • Serializing Objects
  • Decorators
  • Generators
  • Lambda
  • errors and exceptions
    • try, except, finally
    • raise
    • make your own exception
  • the standard library
  • notable community libraries
  • Web Development in Python
  • Installing Django and Flask
  • Creating First Project in Django
  • Setting up a Django project with PosgreSQL
  • Python Resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment