Code Monkey home page Code Monkey logo

Hello there!!
I'm Vicky Saputra

"First, solve the problem. Then, write the code."



Let's get to know each other a little more

Vicky's Instagram Vicky's Facebook



from enum import Enum
class Status(Enum):
    SINGLE    = 'single'
    ONLY_ME   = 'single'
    ME_AND_ME = 'single'
class Sex(Enum):
    MALE   = 0
    FEMALE = 1
    LGBT   = 0
class Profile:
    name   = 'Vicky Saputra'
    aka    = ['kyz', 'viki', 'vckys']
    sex    = Sex.FEMALE
    age    = 22
    status = Status.ME_AND_ME
    editor = ['Visual Studio Code']
    

Information...

vcky's Github Stats

OnePiece_Luffy

Let`s create good works together. ❤️ 




vickysaputraa's Projects

minidb icon minidb

Store Python objects in SQLite 3. Concise, pythonic API. Fun to use.

sakuratalk icon sakuratalk

LINEが使いにくいので、自分で使えるようなチャットサービスを作ろうというコンセプトのもの

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.