Skip to content

Py-like is a JavaScript library that allows coding in JavaScript just like in Python. In JavaScript, Py-like provides a Python-like interface for working with data types, structures, and functions.

License

Notifications You must be signed in to change notification settings

Ruben-Arushanyan/py-like

Repository files navigation

You can find the full documentation on the website

Description

Py-like is a JavaScript library that allows coding in JavaScript just like in Python.

In JavaScript, Py-like provides a Python-like interface for working with data types, structures, and functions. It's no secret that Python provides a more comfortable, easy, intuitive, and powerful interface for working with data types and structures. This library will allow the opportunity to use Python's all power in JavaScript.

Installation

npm install py-like

Examples

In JavaScript

import {py} from 'py-like'

py('hello world').title() // Hello World

In Python

'hello world'.title() # Hello World

Read our contributing guide to learn about our development process.

This project has adopted the Contributor Covenant as its Code of Conduct, and we expect project participants to adhere to it. Please read the full text so that you can understand what actions will and will not be tolerated.

Authors

License

MIT License

About

Py-like is a JavaScript library that allows coding in JavaScript just like in Python. In JavaScript, Py-like provides a Python-like interface for working with data types, structures, and functions.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published