2 Repos
Programming languages that adopt the idioms and syntax style of Python.
Distinct from Python Language Features: Distinguishes between the Python language itself and languages that merely use Python-like syntax.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Pythonic Syntax. Refine with filters or upvote what's useful.
Vyper is a security-focused, typed programming language and compiler designed for creating smart contracts that execute on the Ethereum Virtual Machine. It utilizes a Pythonic syntax to define contract logic and state, serving as a target for formal verification to allow for machine-checked proofs of correctness. The language distinguishes itself through strict architectural constraints that prioritize predictability and security. It enforces acyclic call graphs by prohibiting recursion and mandates bounded loops to ensure static gas prediction. Additionally, it features a native fixed-point
Utilizes a Pythonic syntax to define the logic and state of blockchain smart contracts.
Pony is an object-relational mapper for Python that enables developers to interact with relational databases using native language syntax. By inspecting the abstract syntax tree at runtime, the library translates standard Python generator expressions into structured database queries, removing the need to write raw SQL strings for data operations. The project distinguishes itself through its approach to schema management and query construction. It utilizes a declarative system to map database tables to class-based entities, which enforces data integrity and relationship constraints. Additional
Enables writing database queries using native Python generator expressions instead of raw SQL strings.