UrduPython icon indicating copy to clipboard operation
UrduPython copied to clipboard

Programming Language in Urdu, based on Python - اردو میں کوڈ لکھیں

Results 16 UrduPython issues
Sort by recently updated
recently updated
newest added

## Preface Python imports are interesting. They can happen in many forms. For example: ``` import os os.open() ``` makes ```os``` available in the global namespace, so you can call...

enhancement
help wanted
discussion

Publish to PyPi (production) with new name "universalpython". It's currently under "urdupython"

ci/cd

- Add a versioning mechanism in language files, corresponding to the universalpython version. - Each language file corresponds to a UniversalPython version, and is published alongside it when released -...

enhancement
help wanted
good first issue

We may need to hook into the underlying Python engine in order to capture these messages. But the problem is, they're dynamically injected with the actual errors. How can we...

enhancement
help wanted

Ideally we should completely follow python i.e. 3.14.0b1

Something like Weblate or equivalent, to crowd-source translations.

Follow something like: ```fs apps |_ docs |_ jupyter-kernel |_ paper packages |_ universalpython |_ static ``` A bit of it is visible in #29 .

Right now, we have to manually update our docs website, whenever the underlying library changes. That shouldn't be the case. Ideally, whenever a new version is pushed, a new docs...

e.g. ```bash universalpython add-language ``` It can ask a user to rewrite a Pythonic code into their own language, ask about commands etc, and then generate all the necessary code...

# Why so far It will make it easy to add languages and immediately redeploy the website with those languages. # Also a question, do we really need this?