Skip to content
View mikhail's full-sized avatar
Block or Report

Block or report mikhail

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  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: