B4J Library [python] B4XSerializator implementation in Python - Erel    Jan 15, 2025   (19 reactions) Python is a very nice programming language and it rules several domains such as data science... build several utilities to make it easier to integrate and communicate with Python scripts. The first... B4X types to Python dataclass. In order to deserialize dataclasses, the classes need to be passed to... == '__main__': ser = B4XSerializator(types=) t = Testing(Aa=11, Bb="from python...) Combinations of maps(dicts), lists and custom types are supported. Note that Python ints... B4J Library [python] jRDC2 Python client - Erel    Jan 15, 2025   (13 reactions) Start here: https://www.b4x.com/android/forum/threads/python-b4xserializator-implementation-in-python.165109/ Depends on: pip install requests Example: from db_request_manager import DBRequestManager, DBCommand if __name__ == '__main__': req = DBRequestManager(connector_link="http://127.0.0.1:17178/rdc") req.execute_batch() print("table created successfully") commands = with open(r"C:\Users\H\Downloads\1.jpg", "rb") as f... B4J Code Snippet [PyBridge] Convert Python object to dict / map - Erel    Aug 12, 2025   (3 reactions) This methods extracts a list of fields from a Python object and creates a dict (Python equivalent to Map) with the field names as keys and the values. It is useful when the relevant fields are serializable. Private Sub ObjectToDict (Obj As PyWrapper, Fields As List) As PyWrapper Dim entries As List = B4XCollections.CreateList(Null) For Each key As String In Fields entries.Add... is a Python object that can't be serialized directly, so we extract the fields: Wait For... Other B4J v10.2 with support for Python, is available for download - Erel    Mar 17, 2025   (30 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... B4J Code Snippet Get fingerprint validation using B4J + Python + DLL (Windows Only) - Daestrum    Aug 20, 2025   (4 reactions) B4J with Python with a DLL bridge to WInbio.
The Python script spawns another Python script, running... with 2 params :
1, The path to Python (it has to spawn a new python)
2, The path of the second python..., Array("D:/Python313/python.exe",getAssetFile("py_fp_test.py")), readAsset... B4J Library [B4J, B4XPages] B4J as an interactive backend for Python3 - William Lancee    May 25, 2024   (9 reactions) version of Python is 3.12.3. Python3 has quite a few differences from Python2, and is not backwards compatible.
The PyUDP class attached is for Python3. When installing Python3, a launcher Py.exe... B4J Question PyBridge - What about the python's side communicating process position in a secured Docker Container? - hatzisn    Jun 23, 2025 to be obvious but if you are not familiar with python yet, nothing is too obvious. It says... a .py file and runs it with the python runtime. Right or wrong? If it is right then where is this file... that utilizes python for a web app, then for security reasons it is suggested to run the app... B4J Question [PyBridge] Packager Python folder name - stevel05    May 5, 2025 I've just tested packaging a PyBridge project using a local copy of python and I noticed that while the local folder generated from the IDE in the project directory is spelt Python, the packaged... B4R Question Python - Beja    Mar 29, 2025 Hello all, Is it possible, in-line python?... B4J Question [Solved] Python installation - udg    Mar 16, 2025 In the long run, will it be advisable to install a full Python enviroment on our development system.... Install Python once (adding libraries specific to running projects) or leaving each Jserver+PyBridge... Page: 1   2   3   4   5   6   7   |