Skip to content
View Ksengine's full-sized avatar
:octocat:
coding is fun!!!
:octocat:
coding is fun!!!
Block or Report

Block or report Ksengine

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
Ksengine/README.md

Pinned

  1. ksenginew/WSocket ksenginew/WSocket Public

    Simple WSGI HTTP + Websocket Server, Framework, Middleware And App.

    Python 25 3

  2. Tyre Tyre Public

    patches for python.

    Python 4 2

  3. PSON.py PSON.py
    1
    """ Python Script Object Notation (PSON) """
    2
    # JSON alternative for Python.
    3
    
                  
    4
    
                  
    5
    def stringify(obj):
  4. ksenginew/ServeLight ksenginew/ServeLight Public archive

    Lightweight and Responsive Server Framework

    Python 6

  5. # Kalculator # Kalculator
    1
    #!/usr/bin/python
    2
    # -*- coding: utf-8 -*-
    3
    
                  
    4
    from __future__ import print_function
    5
    import readline  # for better console text edit experience