Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- What's variable
- What's variable's value
- What's reference
- What's string inside?
- What's list inside?
- What's object, what's for and what are its members
- OOP principles: Inheritance, Polymorphism, Incapsulation
- Deadlock
- Synchronization primitives
- Patterns of GoF
- Strategy pattern
- Concurrency and parallelism
- Events, event loop
- GIL (CPU, I/O)?
- REST
- OPTIONS HEAD GET POST PUT PATCH DELETE
- RPC
- SOAP
- JSON-RPC
- WebSockets
- AWS services
- Functional programming
- What's the main difference between functional programming and OOP paradigms?
- Higher order functions
- Libraries and docs - do you read the code of libraries?
- GitFlow
- Scrum
- decorator?
- comprehensions?
- generator expressions (x ** 2 for x in range(10 ** 6))
- microservices?
- eventual consistency?
- wrk, ab for load testing
- debugging (pdb, ipdb)
- profiling cProfile and profile built-in modules, line_profiler library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement