pyscript-programming-language


Namepyscript-programming-language JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/azzammuhyala/pyscript
SummaryPyScript Programming Language
upload_time2025-10-25 10:01:08
maintainerNone
docs_urlNone
authorazzammuhyala
requires_python>=3.5
licenseMIT
keywords pyscript pys programming language programming language
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyScript

<p align="center">
    <img src="https://github.com/azzammuhyala/pyscript/blob/main/PyScript.png?raw=true" alt="PyScript Logo" width="200">
</p>

PyScript is a simple programming language built on top of Python. It combines some syntax from Python and JavaScript,
so if you're already familiar with Python or JavaScript, or both, it should be quite easy to learn.

## Introduction PyScript
PyScript may not be the language we'll be discussing, but the name PyScript already exists, a flexible and platform for
running Python in a browser. Since it's inception, the language was inspired by Python and JavaScript, which are
relatively easy for humans to read. This name was chosen because it wasn't immediately known whether this name was
already in use.

This language wasn't designed to compete with other modern programming languages, but rather as a learning for
understanding how programming languages ​​work and how human written code can be understood by machines. Furthermore, this
language was created as a relatively complex project. Using Python as the foundation for PyScript, it's easy to
understand syntax makes it easy to understand how the language is built without having to understand complex
instructions like those in C, C++, and other low-level languages.

To learn more about PyScript's syntax and packages, you can check out the
[PyScript documentation here](https://azzammuhyala.github.io/pyscript) or see on
[PyScript repository](https://github.com/azzammuhyala/pyscript).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/azzammuhyala/pyscript",
    "name": "pyscript-programming-language",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "pyscript, pys, programming, language, programming language",
    "author": "azzammuhyala",
    "author_email": "azzammuhyala@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/52/88d898c7ff9128e57f2509b2c989f3e2e8538792da8cc4c5e20dbc8b1c0c/pyscript_programming_language-1.3.0.tar.gz",
    "platform": null,
    "description": "# PyScript\r\n\r\n<p align=\"center\">\r\n    <img src=\"https://github.com/azzammuhyala/pyscript/blob/main/PyScript.png?raw=true\" alt=\"PyScript Logo\" width=\"200\">\r\n</p>\r\n\r\nPyScript is a simple programming language built on top of Python. It combines some syntax from Python and JavaScript,\r\nso if you're already familiar with Python or JavaScript, or both, it should be quite easy to learn.\r\n\r\n## Introduction PyScript\r\nPyScript may not be the language we'll be discussing, but the name PyScript already exists, a flexible and platform for\r\nrunning Python in a browser. Since it's inception, the language was inspired by Python and JavaScript, which are\r\nrelatively easy for humans to read. This name was chosen because it wasn't immediately known whether this name was\r\nalready in use.\r\n\r\nThis language wasn't designed to compete with other modern programming languages, but rather as a learning for\r\nunderstanding how programming languages \u200b\u200bwork and how human written code can be understood by machines. Furthermore, this\r\nlanguage was created as a relatively complex project. Using Python as the foundation for PyScript, it's easy to\r\nunderstand syntax makes it easy to understand how the language is built without having to understand complex\r\ninstructions like those in C, C++, and other low-level languages.\r\n\r\nTo learn more about PyScript's syntax and packages, you can check out the\r\n[PyScript documentation here](https://azzammuhyala.github.io/pyscript) or see on\r\n[PyScript repository](https://github.com/azzammuhyala/pyscript).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyScript Programming Language",
    "version": "1.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/azzammuhyala/pyscript/issues",
        "Homepage": "https://github.com/azzammuhyala/pyscript",
        "Source": "https://github.com/azzammuhyala/pyscript"
    },
    "split_keywords": [
        "pyscript",
        " pys",
        " programming",
        " language",
        " programming language"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e35288d898c7ff9128e57f2509b2c989f3e2e8538792da8cc4c5e20dbc8b1c0c",
                "md5": "3f099dc5ffc0a3bc7ff0d825bdd03ffd",
                "sha256": "1fe2b65e36ef2f638ec2235fbad071266a9720cc576c5452d80b52171ff0daba"
            },
            "downloads": -1,
            "filename": "pyscript_programming_language-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f099dc5ffc0a3bc7ff0d825bdd03ffd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 41005,
            "upload_time": "2025-10-25T10:01:08",
            "upload_time_iso_8601": "2025-10-25T10:01:08.057988Z",
            "url": "https://files.pythonhosted.org/packages/e3/52/88d898c7ff9128e57f2509b2c989f3e2e8538792da8cc4c5e20dbc8b1c0c/pyscript_programming_language-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-25 10:01:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "azzammuhyala",
    "github_project": "pyscript",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyscript-programming-language"
}
        
Elapsed time: 1.25596s