Other B4J v10.2 with support for Python, is available for download - Erel Mar 17, 2025 (14 reactions) This update includes a new library named PyBridge, that allows using Python libraries from inside the B4J app. Python is leading the way in fields such as AI, LLM, image recognition and many others. Using PyBridge is not always trivial and it won't be the right tool for every task, however there are B4J Library [python] B4XSerializator implementation in Python - Erel Jan 15, 2025 (11 reactions) Combinations of maps(dicts), lists and custom types are supported. Note that Python ints will be serialized as Integer unless the number is larger than the possible range. In that case they will be serialized as Longs. Python floats are serialized as Doubles by default, this can be changed by settin B4J Library [B4J, B4XPages] B4J as an interactive backend for Python3 - William Lancee May 25, 2024 (8 reactions) Many of you already know how to do this, but I recently needed it and ran into some problems.
In the end, I had a Class that others may find useful.
My experience with this project:
1. The current version of Python is 3.12.3. Python3 has quite a few differences from Python2, and is not backwards B4A Question The future of B4X. will it be updated? - IVA (first post) Feb 10, 2025 (1 reaction) Despite popular belief, Python has a huge number of real limitations. One of them is the lack of a normal GUI, especially for mobile devices. This is what made me switch from Python to B4X. However, until now I had to toss between Python and B4X. I think now this problem will be completely solved.
B4J Code Snippet Two geodesic features on a web page using B4J+Python (with sources) - MichalK73 May 05, 2020 (4 reactions) Hello. I haven't seen the available B4X libraries for geodetic conversion, and rewriting them is very complicated computationally. Since at work, I often uses the transformation between coordinate systems, i decided to make it easier for myself and my colleagues at work. I used ABMaterial and Pytho B4J Question jGoogle Maps 2.01 - javiers (first post) Mar 02, 2025 For me, Python is something very new, and I think perhaps for many others. Would it be possible here or in another thread (perhaps tutorial) to give an example of using folium?
Many of us would appreciate it! Other [PyBridge] B4J v10.2 BETA is available for download - Erel (first post) Feb 19, 2025 (4 reactions) My recommendation:
1. Start a new PyBridge project.
2. Create a local Python runtime and copy the Python folder (Objects\Python) to a different folder.
3. Configure this Python to be the global Python.
Use the global Python will all projects.
When you are ready to distribute a project then switch t B4J Tutorial [PyBridge] The very basics - Erel Feb 17, 2025 (3 reactions) PyBridge is a framework that allows accessing Python libraries from within B4J.
It works by starting a Python process that connects to the B4J process. The Python process receives commands from the B4J process and executes them.
From the developer perspective it is very similar to accessing native Italian Qualcuno che si intende di Serpenti? - sirjo66 (first post) Feb 03, 2022 (2 reactions) Python è un linguaggio per elaborazioni complesse e scientifiche, come appunto l'intelligenza artificiale, ma è un po' come usare Linux, potente ma delicato, proprio per tutte le librerie che devi installare, stando attento alle varie versioni di librerie che potrebbero comportarsi in maniera divers B4A Question Python on Android? - agraham (first post) Feb 21, 2022 I wouldn't hold your breath, that link is four years old. Why do you want it? Do you specifically need Python? If it is for dynamic scripting then you can use my BasicLib interpreter library from my BasicIDE package and use a language closer to B4X.
https://www.b4x.-suite-4-now-even-further-improved Page: 1 2 3 4 5 6 7 Powered by ColBERT |