All Projects → tecladocode → Rest Api Sections

tecladocode / Rest Api Sections

A small repository of projects built in my course, REST APIs with Flask and Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rest Api Sections

rest-apis-flask-python
A small repository of projects built in my course, REST APIs with Flask and Python.
Stars: ✭ 861 (+33.49%)
Mutual labels:  education, course, udemy
The Complete JavaScript Course
The Complete JavaScript Course https://www.udemy.com/course/the-complete-javascript-course/
Stars: ✭ 12 (-98.14%)
Mutual labels:  course, udemy
Curso Python Udemy
Curso Maestro Python 3 en Udemy (20 horas)
Stars: ✭ 134 (-79.22%)
Mutual labels:  udemy, course
awesome-course
Create awesome courses that let your audience learn by coding ⌨️
Stars: ✭ 224 (-65.27%)
Mutual labels:  education, course
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+263.26%)
Mutual labels:  education, course
Ok
ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Stars: ✭ 229 (-64.5%)
Mutual labels:  flask, education
vuejs-egitimi
Vue.js ile Sıfırdan Uygulama Geliştirme Eğitimi uygulama ve proje dosyaları
Stars: ✭ 19 (-97.05%)
Mutual labels:  course, udemy
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-91.78%)
Mutual labels:  flask, course
Udemy Dl
Nodejs script to download a udemy.com course, for personal offline use
Stars: ✭ 271 (-57.98%)
Mutual labels:  udemy, course
Awesome Courses
List of free online programming/CS courses [Massive Open Online Courses]
Stars: ✭ 273 (-57.67%)
Mutual labels:  udemy, education
Free Courses
A collection of free courses about programming 📖
Stars: ✭ 281 (-56.43%)
Mutual labels:  education, course
Dsci 100
Repository for UBC's Introduction to Data Science course (DSCI 100)
Stars: ✭ 46 (-92.87%)
Mutual labels:  education, course
rails contact list
Learn Ruby on Rails by creating an app from scratch
Stars: ✭ 60 (-90.7%)
Mutual labels:  course, udemy
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 (-39.84%)
Mutual labels:  flask, course
Ctfd
CTFs as you need them
Stars: ✭ 3,768 (+484.19%)
Mutual labels:  flask, education
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (-25.89%)
Mutual labels:  education, course
Grip
Preview GitHub README.md files locally before committing them.
Stars: ✭ 5,454 (+745.58%)
Mutual labels:  flask
Hellogithub.com
HelloGitHub.com 网站源码
Stars: ✭ 624 (-3.26%)
Mutual labels:  flask
Flask Caching
A caching extension for Flask
Stars: ✭ 582 (-9.77%)
Mutual labels:  flask
Open Source Saas Boilerpate
Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
Stars: ✭ 582 (-9.77%)
Mutual labels:  flask

REST APIs with Flask and Python

This repository contains code that is created in my course, REST APIs with Flask and Python.

The code is divided in folders, one for each section of the course which contains code.

Section 2

The code is in files numbered between 1 and 11, covering concepts ranging from beginner to advanced.

  1. Variables
  2. Methods
  3. Lists, tuples, and sets
  4. If statements
  5. List comprehension
  6. Dictionaries
  7. Classes and objects
  8. Static and class methods
  9. Args and Kwargs
  10. Passing functions as arguments
  11. Decorators

Section 3

The code in this section includes a simple Flask app and a HTML and JavaScript file which calls the Flask app endpoints.

Section 4

The code in this section includes a Flask app which is an API that represents items. It also includes user registration and authentication.

Section 5

The code in this section extends the last section by adding persistent storage of Items to a SQLite database.

Section 6

The code in this section extends the previous section by replacing the manual integration with SQLite, with SQLAlchemy—an ORM (Object-Relational Mapping)—which allows us to easily replace SQLite with something like PostgreSQL or MySQL.

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].