Skip to content

Commit

Permalink
Adding useful links related to Streamlit.io and Anvil.works
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Dec 5, 2019
1 parent 601948c commit b110056
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Programming-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,20 @@ See **Python: Best practices** and **Python: Testing** under [Courses](./courses
## Frameworks

- [streamlit.io](https://streamlit.io/) - the fastest way to build custom ML tools
- [Streamlit Crash course](https://youtu.be/_9WiB2PDO7k)
- [Discussion forum](https://discuss.streamlit.io)
- Flask alternatives
- [anvil.works](https://https://anvil.works/) - Full stack web apps
with nothing but Python
- [Learn](https://anvil.works/learn)
- [Tutorial](https://anvil.works/learn/tutorials#features)
- [HTTP APIs in python](https://anvil.works/learn/tutorials/http-apis-in-python)
- [HTTP APIs in python: Authentication](https://anvil.works/learn/tutorials/http-apis-in-python#authentication)
- [HTTP APIs in python: accepting params](https://anvil.works/learn/tutorials/http-apis-in-python#accepting-parameters)
- [HTTP APIs in python: URL params](https://anvil.works/learn/tutorials/http-apis-in-python#url-parameters)
- [Crash course on create web apps using Anvil](https://training.talkpython.fm/courses/explore_anvil/anvil-web-apps-with-just-python)
- [Security](https://anvil.works/docs/security)
- [Forum](https://anvil.works/forum/)
- [Assembly](https://mardix.github.io/assembly/) - A Pythonic Object-Oriented Web Framework built on Flask

## Best practices
Expand Down

0 comments on commit b110056

Please sign in to comment.