Skip to content

Commit

Permalink
Updating links around streamlit in the Programming in Python section
Browse files Browse the repository at this point in the history
  • Loading branch information
neomatrix369 committed Dec 9, 2019
1 parent 5d2bb6f commit 2ab9d1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Programming-in-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ 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)
- Crash courses
- [Getting started](https://youtu.be/_9WiB2PDO7k)
- [Creating an ML Explorer](https://youtu.be/_9WiB2PDO7k)
- [Deploying to Heroku](https://www.youtube.com/watch?v=skpiLtEN3yk)
- [Discussion forum](https://discuss.streamlit.io)
- Flask alternatives
- [anvil.works](https://https://anvil.works/) - Full stack web apps
Expand All @@ -110,6 +113,7 @@ with nothing but 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)
- [App Secrets](https://anvil.works/learn/tutorials/app-secrets)
- [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/)
Expand Down

0 comments on commit 2ab9d1e

Please sign in to comment.