Python Forum

Full Version: Merge Python code with Micro Python code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I need to merge my existing Python code with an existing Micro Python program. Other than performance (?) are there any restrictions or adjustments to be made?
Many thanks,
Adzy
From Micropython > Python everything should work, expect things which has to do with hardware. Also ssl/tls and asyncio is a little bit different to CPython.
Is the new codebase Python or MicroPython?