python

  1. Radisk3

    B4J Question Reading PDF fields with B4J

    Dear all From the little I know about Python, I can create a code, using the "fitz", "os" and "re" libraries to open PDF and find data within it, split PDF, save files. Something simple but effective where I can find fields and extract data. Example of a Python function that searches for data...
  2. Mariano Ismael Castro

    B4J Question [PyBridge] Calling asynchronous functions in python

    Hi I'm trying to call an asynchronous function in python using the new pybridge framework but I can't get it to work. I attach part of my code and an example project, greetings Private Sub AsyncFunction As PyWrapper Dim Code As String = $" import asyncio async def AsyncFunction()...
  3. CorryWestSide

    Android Question Python Convert To B4A Language or Java

    Hi, i have this code by a company, i have to implement this in my b4a app but i realy dont know how to convert it in java or b4a. Can i have a help pls? are just 2 week that i not have any result..... import asyncio import crcmod from crcmod.predefined import * import datetime from bleak...
  4. J

    B4J Code Snippet Python B4XSerializator

    If you ever need to send B4X objects from Python service to a B4X app/service or vice versa, this might be helpful. By using the opensource code of B4J and B4A on GitHub, along with some assistance from ChatGPT o1 model, I created a Python class to make it possible. Yes, you should be using...
  5. M

    Android Question [B4X] Cast Map to Custom Type

    Hi everyone I was wondering if it possibile to cast a Map object to a Custom type object that has the same fields. At the moment I'm doing with a function that manually get all the fields from the map. Thanks in advance
  6. AmirMK82

    Java Question Python 3.8 in B4A

    Hi, Thanks for B4x team & libraries developers I have two questions with NinjaPython library: -How Can I import python libraries in it? -How to give the inputs to it? for example: x = input() Thanks in advance ?
  7. Scotter

    Python

    Hi - I wonder if you have thought any about something like "B4P" or "P4A" or "P4i", using a Python-like syntax? As far as I know, there is not yet a
  8. Mashiane

    My First Personal Exposure to PC Programming: Pick, System Builder, Universe Objects

    Hey Decided to go back in time a little, amazed at what I found!! Just fresh from varsity aspiring to be a Chattered Accountant, then boom, use pick system builder to build an app. Now I understand why the hype about python. Mainframes! Seems like I can be able to try this out again...
Top