Can i use Anvil in pycharm, or without internet

In apps with complex logic I work on the forms and create the server modules online, then I clone the git repository and work on the server modules in PyCharm. There are some limitations, for example there will be tons of round trips when you access a data table or other services, or you can’t use SQL, but it’s really helpful.
At the end I push the app and it’s nice to find out that the server modules are much faster because they can access the server services without requiring round trips.
We already talked about this in this old post.

2 Likes