Explore

  • Courses
  • Conferences
  • Meetups
  • SkillsCasts

Join Us

  • Log In
  • Sign Up
  • Find a Group
  • Venue Hire
  • Contact Us
Ssdfhxgatua3vocwd1rz
We found 84 results. Sort by:
Wui4bxpacuwccmyvmm3l
  • SkillsCast

    Watch now!

    11 FEB 2019

    Impulse Demo

    Featuring David Seddon

    A quick demo of Impulse, a command line tool for visualising the architecture of any python package.

    architecture django python
  • SkillsCast

    Watch now!

    11 FEB 2019

    Build search into your Django app

    Featuring Emanuil Tolev

    From ops to UX, a lot of useful problems in many fields of tech are search problems. This talk will introduce you to the 'why' behind search and provide a quick introduction to integrating Elastic Search into a new Django application, focusing on easily building your app's first...

    python search django
  • SkillsCast

    Watch now!

    11 FEB 2019

    Django: breaking the monolith!

    Featuring Raul Tavares

    Bringing Django to the era of micro-services, with Django Rest Framework (DRF) and a front-end framework - using React as an example.

    react drf microservices python django
  • SkillsCast

    Watch now!

    08 JAN 2019

    Technologies That Will be Around in 21 Years Time

    Featuring Adam Johnson

    The tech industry is normally focussed on the new. But what isn’t changing around us? What things are worth learning because they’re unlikely to disappear any time soon? It turns out SQL, Python, and Django are likely to survive thanks to a mathematical observation...

    python technology-trends django sql
  • SkillsCast

    Watch now!

    08 JAN 2019

    Getting Your Feet Wet with Kaggle

    Featuring Jelena Jovanovic

    A Kaggle crash course aimed at beginners. The goal is to get familiar with the tools and workflows data scientists use. We will walk through one Kaggle competition from start to finish and along the way learn about Jupyter notebooks, Pandas and scikit-learn, and concepts of classification,...

    python machine-learning django
  • SkillsCast

    Watch now!

    17 DEC 2018

    Django, MQTT & Websockets -Talk about Performance!

    Featuring Patrick Fitzgerald

    I will introduce a lightweight queuing system called MQTT, it's Websocket features, how the combination might solve problems you didn't know you had, and how it might integrate with your Django environment. Bandwidth permitting this will feature an interactive demo. Do not miss!

    python mqtt django
  • SkillsCast

    Watch now!

    13 NOV 2018

    Using Django to Baseline and Analyse Sql Server Performance at Transport for London

    Featuring Chris Wedgwood

    As a Sql Server DBA at Transport for London a big part of my job is analysing sql performance and ensuring our applications scale. There are third party tools you can pay lots of money to do database performance analysis but these are really expensive and sometimes there isn't the budget for...

    cloud sql-server kubernetes
  • conference
    Wjt0l6kgmvanzt0fn1x5

    ProgNET London 2019

    Next up on 11th September, London

  • SkillsCast

    Watch now!

    13 NOV 2018

    Practical Redis with Django / Python

    Featuring Antonio Melé

    Redis is a versatile tool that can be very useful in our Python/Django projects. This talk explains how Redis can be used in multiple different scenarios, with real examples of building counters, leaderboards, analytics' tools, and a recommendation engine. The talk showcases practical...

    python redis django
  • SkillsCast

    Watch now!

    14 AUG 2018

    Craig Goes to Scotland to Learn About Python

    Featuring Craig Anderson

    Craig shares gives his personal experiences and highlights from his time at EuroPython 2018 in Edinburgh.

    django python
  • SkillsCast

    Watch now!

    14 AUG 2018

    What we Think of GraphQL, 88 Million Queries Later

    Featuring Rob Kirberich

    An exploration of GraphQL with Rob Kirberich.

    django python
  • SkillsCast

    Watch now!

    16 JUL 2018

    Concurrency and Parallelism in Python: Not as Complicated as you Think

    Featuring Ibukun Oluwayomi

    In this talk, Ibukun Oluwayomi will attempt to answer questions such as what really is concurrency and is concurrency the same thing as parallelism? Check it out!

    software-development multithreading parallelism concurrency python
  • SkillsCast

    Watch now!

    16 JUL 2018

    GraphQL and Django

    Featuring Mat Clayton

    Mat Clayton, CTO and co-founder of Mixcloud (a Django powered website with over 10Million active users) will take us through GraphQL in the Django world. Check it out!

    graphql python
  • SkillsCast

    Watch now!

    25 JUN 2018

    10 Lessons From 10 Years of Selling Dev Work - What I wish I knew when I started...

    Featuring Matthew Hall

    Ten years ago, Matthew swapped his nice stable dev job for the challenge of starting his own business creating websites and web software, with no formal sales, marketing or business training.

    quality startup developer business dev
  • SkillsCast

    Watch now!

    25 JUN 2018

    Pip Install Disaster Waiting-to-Happen

    Featuring Lili Kastilio

    Open source packages and libraries save us time, money and some much needed sanity. But with every new dependency comes the chance you’re letting in more than you bargained for. We’ll take a look at the tools and techniques you can use today to make sure you’re not the one responsible for...

    pyth dev pip-install pip
  • meetup
    Meetup promotion default

    Mix at Six Kick off - February

    Next up on 25th February, London

  • SkillsCast

    Watch now!

    08 MAY 2018

    Introspection and Reflection In Python

    Featuring Luna Chen

    Introspection/reflection allows us to gain a great deal of flexibility and control when building our program. In Python, we get the introspection feature out of the box. This talk will explore various builtin python functions and modules that fall under the category of introspection, including...

    python django
  • SkillsCast

    Watch now!

    08 MAY 2018

    Better transactional emails: track and receive email replies in your web apps

    Featuring Christopher McDonald

    As web application creators we are generally pretty confident in sending transactional emails, but how can you get more value from them? Sure, you can include some tracking ability to get read counts and link clicks, but what about going one step further and being able to handle replies to your...

  • SkillsCast

    Watch now!

    10 APR 2018

    django-enumfield

    Featuring Dan Palmer

    Dan will give us a summary of how Thread is using this app from PyPI.

    pypi django-enumfield
  • SkillsCast

    Watch now!

    13 MAR 2018

    Dockerizing your Django Apps

    Featuring Silvian Dragan

    A brief intro to docker and docker compose. The benefits of using docker and the purpose of docker compose, and how to integrate them with your Django projects.

    docker python django
  • SkillsCast

    Watch now!

    13 MAR 2018

    Business Desktop Transformation with Django

    Featuring Patrick Fitzgerald

    As IT budgets come under increasing pressure, the requirement is always to do more with less. See how the combination of Django and Linux provides the required magic to enable this at the desktop level at massive scale.

  • SkillsCast

    Watch now!

    13 FEB 2018

    How to build an IoT device using Django, Raspberry Pi and an IoT Javascript Framework

    Featuring Nicholas Herriot

    Until recently building an IoT 'thing' involved writing C or C++ code on a difficult to use embedded device. This talk will show the user the basics of using Django as a registration and identification server and a simple Javascript framework called IoT.JS that runs on your IoT...

  • course
    Ibshyvjimzlldhvmmwd3

    Martine Devos' Certified Scrum Product Owner

    Next up on 12th September, London

Wui4bxpacuwccmyvmm3l
conference
Wjt0l6kgmvanzt0fn1x5

ProgNET London 2019

Next up on 11th September, London

meetup
Meetup promotion default

Mix at Six Kick off - February

Next up on 25th February, London

course
Ibshyvjimzlldhvmmwd3

Martine Devos' Certified Scrum Product Owner

Next up on 12th September, London

  • Page 1 of 5
  • Next »
  • Last
droidcon is a registered trademark by Mobile Seasons GmbH

Sign Up

It's totally free!

Sign up with Twitter Sign up with GitHub

Or create an account with your email address

@
×

Awesome!

Friends don't let friends miss out on great events.
Share it, and make the event even better!

Tweet
×

Log In

Please log into your Skills Matter member account in order to register for events.

Note: If you are not yet a member, you will be prompted to provide your email and handle upon your initial Twitter/GitHub login

Log in with Twitter Log in with GitHub

or


Forgot your password?

Not a member yet?

×