All Projects → talkpython → Anvil Course

talkpython / Anvil Course

Licence: mit
Course demo code and other hand-out materials for our Anvil: Web apps with nothing but Python course

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Anvil Course

Django Unicorn
The magical reactive component framework for Django ✨
Stars: ✭ 431 (+606.56%)
Mutual labels:  fullstack
Generator Ng Fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Stars: ✭ 701 (+1049.18%)
Mutual labels:  fullstack
Zinky
minimalist semi-opinionated modular framework.
Stars: ✭ 28 (-54.1%)
Mutual labels:  fullstack
Nestjs Bff
A full-stack TypeScript solution, and starter project. Includes an API, CLI, and example client webapp. Features include production grade logging, authorization, authentication, MongoDB migrations, and end-to-end testing.
Stars: ✭ 450 (+637.7%)
Mutual labels:  fullstack
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+978.69%)
Mutual labels:  fullstack
Fullstack
Full-stack DevOps demo
Stars: ✭ 19 (-68.85%)
Mutual labels:  fullstack
Hooks
FullStack | Zero Api | Using "React Hooks" to develop the back-end | Vite
Stars: ✭ 367 (+501.64%)
Mutual labels:  fullstack
Fullstack Apollo Express Postgresql Boilerplate
💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
Stars: ✭ 1,079 (+1668.85%)
Mutual labels:  fullstack
Naperg
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles
Stars: ✭ 661 (+983.61%)
Mutual labels:  fullstack
Fullstack
Full Stack Product Development
Stars: ✭ 9 (-85.25%)
Mutual labels:  fullstack
Fullstack Javascript Architecture
✍️ Opinionated project architecture for Full-Stack JavaScript Applications.
Stars: ✭ 464 (+660.66%)
Mutual labels:  fullstack
Korolev
Single Page Applications running on the server side.
Stars: ✭ 510 (+736.07%)
Mutual labels:  fullstack
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (-62.3%)
Mutual labels:  fullstack
Learn
How do you achieve your career objectives? Complete career paths with amazing Cloud, Full Stack and Microservice Courses and Videos from in28Minutes
Stars: ✭ 447 (+632.79%)
Mutual labels:  fullstack
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+1470.49%)
Mutual labels:  fullstack
Data Driven Web Apps With Flask
Course demo code and other hand-out materials for our data-driven web apps in Flask course
Stars: ✭ 388 (+536.07%)
Mutual labels:  fullstack
Tg2
Python web framework with full-stack layer implemented on top of a microframework core with support for MongoDB, Pluggable Applications and autogenerated Admin
Stars: ✭ 756 (+1139.34%)
Mutual labels:  fullstack
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (-3.28%)
Mutual labels:  fullstack
Meme Studio
📌 A complete and fast website building in React/Express for creating and sharing "internet memes"
Stars: ✭ 51 (-16.39%)
Mutual labels:  fullstack
Vue Stack
Minimalistic Boilerplate for FullStack Express and Vue.js applications
Stars: ✭ 26 (-57.38%)
Mutual labels:  fullstack

Anvil: Web apps with nothing but Python

Course demo code and other hand-out materials for our Anvil course.

Take this course for free at talkpython.fm/anvil-course.

Course Summary

Building data-driven web apps is tough. Yes, Python makes it easier than most languages, but you need to know a host of different languages and technologies and they have to fit together just right. This usually includes Python, HTML, CSS, SQL, Linux, a database server, and maybe even JavaScript. But with Anvil, you can create full stack, data-driven web apps with only Python. You write Python on the backend and Python on the client-side. The HTML and CSS are handled with Anvil's drag-and-drop visual editor. The database is seamlessly connected back to your application. And this is the course to teach you how to be effective with Anvil and Python to build data-driven web applications.

What's this course about and how is it different?

This is the definitive course on building web apps with Anvil and Python. It covers the core concepts for sure: forms, design components, and databases. But also covers building an ecommerce web application from scratch including secure user management.

In this course, you will:

  • Creating your first Anvil web application
  • How Anvil seamlessly mixes a single page browser-based app with a backend
  • Using the form designer to create visually interesting user interfaces
  • Understand how the code-behind Python integrates with the UI elements
  • Add validation for user input
  • Navigate between multiple forms without reloading the application
  • Create user accounts and allow login from multiple sources
  • Model data in the Anvil database service
  • Insert into and query data from the database service
  • Integrate Plotly plots for interactive charts and graphs
  • Build HTTP endpoints and custom APIs for your Anvil app
  • Host your application on a custom domain, including SSL support
  • Add Stripe credit card support to allow for purchases directly within the application
  • And lots more

View the full course outline.

Who is this course for?

Anyone who has struggled to create a proper web application and would like to use their existing Python knowledge to entirely create a full stack web app without SQL, CSS, HTML, JavaScript and all the rest.

This course assumes some basic knowledge of Python. It does not use advanced features of the language in significant ways so basic knowledge may be sufficient. But the course is not a beginner Python course, so students with little to no Python language experience should take a foundational course first. We recommend our Python Jumpstart by Building 10 Apps as a prerequisite if needed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].