After a short break, I’m back to coding.
I’ve been playing around with
PyBridge, and I have to say, this might be the most impressive library Erel has created in years. I already finished my B4J server using a great Python library I downloaded, and everything works beautifully.
Now I’m working on the B4X clients, and I’ll upload them to the store soon. The huge advantage here is how easily we can use external Python libraries. I even configured the server to use the
latest Python framework instead of the minimal version bundled with B4J, and it runs perfectly.
Dim opt As PyOptions = Py.CreateOptions("C:\Users\ilan1\AppData\Local\Programs\Python\Python314\python.exe")
This is a game changer. We can build so many powerful things while still staying in our familiar environment.
THANK YOU
@Erel