Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
/ pythonify Public archive

JavaScript library that implements most Python built-in functions, string methods, dict methods and list methods.

Notifications You must be signed in to change notification settings

webheroesinc/pythonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pythonify.js

Overview

Mission

The goal of this library is to:

  1. Create useful and efficient methods for JavaScript based on the methodologies that the Python language is built on.
  2. Stay true to the native JavaScript concepts and to deviate as little as possible from these concepts.
  3. Be light weight and straight forward. We want as little magic as possible happening in the background.

Why Python?

Python is mostly well known and has a plethora of well thought out implementations and methods. The advantages of trying to make things that are the same as in Python is to hopefully avoid learning two ways to accomplish the same result.

Documentation @ pythonify.readme.io

About

JavaScript library that implements most Python built-in functions, string methods, dict methods and list methods.

Resources

Stars

Watchers

Forks

Packages

No packages published