All Projects → akittas → Presentations

akittas / Presentations

Collection of presentations for advanced Python topics

Programming Languages

python
139335 projects - #7 most used programming language
metaprogramming
66 projects
cython
566 projects

Projects that are alternatives of or similar to Presentations

Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (-22.73%)
Mutual labels:  rest, django, django-rest-framework
Drf Yasg
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
Stars: ✭ 2,523 (+855.68%)
Mutual labels:  rest, django, django-rest-framework
The Complete Guide To Drf And Vuejs
📢 Source Code from my Web Dev Course *The Complete Guide To Django REST Framework and Vue JS* (Lang: English & Italian)
Stars: ✭ 78 (-70.45%)
Mutual labels:  rest, django, django-rest-framework
Drf Nested Routers
Nested Routers for Django Rest Framework
Stars: ✭ 1,098 (+315.91%)
Mutual labels:  rest, django, django-rest-framework
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+879.92%)
Mutual labels:  jupyter-notebook, django, django-rest-framework
Gun
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Stars: ✭ 710 (+168.94%)
Mutual labels:  rest, websockets, functional
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-57.2%)
Mutual labels:  rest, django, django-rest-framework
Django Rest Auth
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
Stars: ✭ 2,289 (+767.05%)
Mutual labels:  rest, django, django-rest-framework
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-80.3%)
Mutual labels:  django, django-rest-framework, websockets
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: ✭ 365 (+38.26%)
Mutual labels:  rest, django, django-rest-framework
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+2374.62%)
Mutual labels:  rest, websockets, functional
Cookiecutter Django Rest
Build best practiced apis fast with Python3
Stars: ✭ 1,108 (+319.7%)
Mutual labels:  rest, django
Openapi Spring Webflux Validator
🌱 A friendly kotlin library to validate API endpoints using an OpenApi 3.0 and Swagger 2.0 specification
Stars: ✭ 67 (-74.62%)
Mutual labels:  rest, functional
Kotlin Openapi Spring Functional Template
🍃 Kotlin Spring 5 Webflux functional application with api request validation and interactive api doc
Stars: ✭ 159 (-39.77%)
Mutual labels:  rest, functional
Django apistar
Django App to integrate API Star's routes and views into Django's ecossystem.
Stars: ✭ 25 (-90.53%)
Mutual labels:  rest, django
Wq
📱🌐📋 wq: a modular framework supporting web / native geographic data collection apps for mobile surveys and citizen science. Powered by Django REST Framework, Redux, React, and Material UI.
Stars: ✭ 182 (-31.06%)
Mutual labels:  rest, django
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (-15.91%)
Mutual labels:  rest, websockets
django-rest-live
Subscribe to updates from Django REST Framework over Websockets.
Stars: ✭ 48 (-81.82%)
Mutual labels:  websockets, django-rest-framework
hermes-js
Universal action dispatcher for JavaScript apps
Stars: ✭ 15 (-94.32%)
Mutual labels:  functional, websockets
Django Oscar Api
RESTful JSON API for django-oscar
Stars: ✭ 251 (-4.92%)
Mutual labels:  rest, django

akittas/presentations

This is a repository of my presentations on several Python topics in local meetups. Topics include:

  1. The Tao of Python: The intricate relationship between object and type and how metaclasses, classes and instances are related (link).
  2. MRO in Python: Method resolution order in multiple inheritance using C3 linearization (link).
  3. Metaclasses and Metaprogramming in Python (link).
  4. Functional Programming in Python: Decorators, Generators, Iterators (link).
  5. Descriptors: The magic behind attribute access in Python (link).
  6. How to speedup Python with cython (link).
  7. How to speedup Python, without bothering too much, with numba (link).
  8. How to make a REST API using django and django-rest-framework (project and slides).
  9. How to use websockets in django with channels (slides).
  10. Notes on Git (based on the official Git docs, Pro Git book and the Atlassian Git tutorial) (link).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].