Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rest Apis Flask Python | 1,105 | 5 days ago | 1 | Python | ||||||
Projects and e-book for our course, REST APIs with Flask and Python | ||||||||||
Build A Saas App With Flask | 840 | 5 months ago | mit | HTML | ||||||
Learn how to build a production ready web app with Flask and Docker. | ||||||||||
Data Driven Web Apps With Flask | 491 | 7 months ago | 1 | mit | Python | |||||
Course demo code and other hand-out materials for our data-driven web apps in Flask course | ||||||||||
Htmx Python Course | 183 | a month ago | mit | CSS | ||||||
Student details, source code, and more for our HTMX + Flask: Modern Python Web Apps, Hold the JavaScript course. | ||||||||||
Intro To Python | 80 | 2 days ago | 45 | other | Jupyter Notebook | |||||
An Introduction to Programming in Python | ||||||||||
Hands On Microservices With Python | 63 | 2 years ago | 1 | mit | Python | |||||
Hands-on Microservices with Python [ video], published by Packt | ||||||||||
Python Adv Web Apps | 59 | 2 days ago | 2 | mit | Python | |||||
Updated python-beginners docs and examples | ||||||||||
Cs50w | 47 | 3 months ago | 2 | Python | ||||||
All 5 projects for Harvard's CS50 Web Programming with Python and JavaScript course in Edx. | ||||||||||
Eve Building Restful Mongodb Backed Apis Course | 45 | 5 years ago | mit | Python | ||||||
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course | ||||||||||
Twilio And Sendgrid Python Course | 37 | 6 months ago | mit | Python | ||||||
Python-powered chat apps with Twilio and SendGrid course code, materials, and handouts. |
Read the documention: Python Beginners
This repo is being built out in spring 2020. It's based on an earlier repo.
In this new repo I'm using Sphinx and Read the Docs for the first time (so that's a journey in itself) to build a text for journalism students learning Python.
We are using Automate the Boring Stuff with Python (second edition) as our textbook and main resource for learning Python from zero. Therefore, this repo does not attempt to teach Python basics — although it does include some basic scripts.
Code for the course is all in the /python_code_examples
folder.
The main reason for the docs is that the course covers:
I've used books in the past for teaching parts 2 and 3 (notably Web Scraping with Python and Flask Web Development), but this year I've cut back to just the one book.
Rather than try to reconfigure the previous repo, I'm starting from scratch here and building the new repo with an emphasis on the docs.
For the scraping and Flask segments of the course, the docs will be the primary instructional resource.