Skip to content

📦 reactive programming with RxPy (PyCon Korea 2017).

Notifications You must be signed in to change notification settings

KennethanCeyer/pycon-kr-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon Korea 2017

pycon2017 kr

📄 Korean docs

Dealing with Python Reactively

Presentation

Slideshare cover

This repository has sample code that based on PyCon Korea 2017 announcement.

You can see the presentation by clicking above image, If you want to find a presentation.

Getting started

This repository has snippets about Reactive Programming that announced at PyCon Korea 2017.

If you want to run the code, Follow the below steps and enjoy it!

All attached snippet is tested at Python v3.x.

Steps

RxPy

  • /snippets/rxpy/1. hello_world : easy

    This code helps you to understand how it works.

  • /snippets/rxpy/2. ice_breaking : basic

    This code describes about basic structure of RxPy.

    You can easily learn about the methods of RxPy.

Corutine / Generator

  • /snippets/coroutine_generator/1. coroutine : easy

    This code helps you to undestand what is the advantages when you know about the coroutine.

 In this example, It shows intuitiveness through a simple quiz game.

  • /snippets/coroutine_generator/2. generator : intermediate

    This code describes what is generator.

    You can see and make range function by using the generator.

    And the another example explains the advantages of the generator in terms of memory savings.

Questions

Please ask a question to this email (kennethan@nhpcw.com).

Thank you

About

📦 reactive programming with RxPy (PyCon Korea 2017).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages