Git Product home page Git Product logo

materials's Introduction

materials

Join the chat at https://gitter.im/SPbAU-Programming-Paradigms/Lobby

0. Python. Basics.

  • slides
  • built-in types
  • conditionals
  • functions
  • data-structures: lists, tuples, dicts, sets
  • list/dict/set comprehensions

1. Python. Modules.

  • slides
  • idioms
  • *args, **kwargs
  • modules: sys.path, standard library

2. Python. numpy. OOP intro.

  • slides
  • generators
  • numpy
  • exceptions
  • classes, inheritance

3. Python. OOP. Operator overloading.

  • slides
  • __magic_methods__
  • arithmetic
  • comparison
  • callable
  • context management

4. Python. Design patterns.

  • slides
  • McDonalds (decorators)
  • Sun (singleton, builder)
  • Google (iterator)
  • Blizzard (visitor)

5. Number representations.

  • slides
  • Numeral system (decimal, hex, binary)
  • Two's complement
  • IEEE 754

6. Haskell. Functional Programming intro.

  • slides
  • built-in types
  • pattern matching

7. Haskell. Types and Typeclasses.

8. pthreads. Parallel Programming.

  • slides
  • pthread_*
  • race conditions, deadlocks
  • mutexes, cond variables

9. nasm. Assembler 101.

  • slides
  • ISA
  • calling convention
  • registers, basic instructions
  • c++ to asm

10. sql. Declarative Programming.

  • slides
  • sqlite3
  • basics: select, aggregate, where
  • group by
  • joins

11. git. Version Control System.

  • slides
  • git internals
  • branches
  • merge
  • undo
  • rewriting history
  • debugging
  • magit
  • github workflow

12. rust. Ownership and Borrowing.

  • slides
  • ownership
  • borrowing
  • traits

materials's People

Contributors

gitter-badger avatar ordian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.