Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 27, 2021 07:46 am GMT

Pyswahili (Python for non-english speakers)

A month ago I started an open-source project titled Pyswahili, which acts as a middleware to help non-English speakers get started with Python Programming using Swahili based keywords.

With just a twist of the dictionary file, you could make the python understand your custom language keywords.

The Project is available on GitHub as open-source under MIT Public License

Here is the link

GitHub logo Kalebu / pyswahili

A programming language built on top of Python to easily allow Swahili speakers to get started with programming without ever knowing English

pyswahili

A programming language built over Python to easily allow swahili speakers to get started with programming without ever knowing english

pyswahili is not a completely independent language but more of a swahili version of python language, syntax and language grammar isequivalent to python one with only change of keywords from english to swahili.

pyswahili Transpiler

Transpiler(Pyswahili) is for converting the swahili version of python to english version so that it can be intepreted by the python Intepreter

extension ?

There is no official extension for pyswahili, so for now .py is fine.

Repl vs Script

Similar to Python, Pyswahili supports both modes; the Read-evaluate-print(Repl) loop and Script modeRepl enable you to interactively execute pyswahili code line by line without requiring to write a complete program while on other side Script mode requires youto write your Pyswahili code on a file and run it


Original Link: https://dev.to/kalebu/pyswahili-python-for-non-english-speakers-1mj5

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To