Skip to content
View mikhail's full-sized avatar

Organizations

@microsoft @Azure

Block or report mikhail

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mikhail/README.md
  • 👋 Hi, I’m @mikhail
  • 👀 I’m interested in coding, curling, and cocktails
  • 🌱 I’m currently learning [this field is silly because it'll get stale]
  • 💞️ I’m looking to collaborate on my own projects. If you want to hack something together let me know!
  • 📫 How to reach me mikhail.simin

Pinned Loading

  1. alphabot alphabot Public

    Forked from Nextdoor/alphabot

    💬 Open source python3 bot to chat with Slack and other platforms.

    Python

  2. sticky-github sticky-github Public

    JavaScript

  3. Nextdoor/kingpin Nextdoor/kingpin Public

    Deployment Automation Engine

    Python 27 18

  4. OpenNDA OpenNDA Public

    A way for your clients to sign NDA and receive confirmation about it

    JavaScript 1

  5. Python Generators and Yielding Python Generators and Yielding
    1
    # Python Generators and Yielding
    2
    In python yield can be used to transfer information in both directions.
    3
    
                  
    4
    ```python
    5
    yield 'hello'
  6. Tornado firing vs yielding Tornado firing vs yielding
    1
    # Yielding a list of tasks in Tornado 4.0
    2
    
                  
    3
    **Note**: This behavior [has changed](https://github.com/tornadoweb/tornado/commit/241956a6cdd1e96de7afe9355fc3dec303f2365e) in Tornado 4.1
    4
    
                  
    5
    Executing `python yield_all.py` will produce results similar to: