Data Structures For Python Developers (w/ Flask) - Course
Offered By: freeCodeCamp
Course Description
Overview
Explore fundamental data structure concepts through hands-on development of a Flask API using Python in this comprehensive tutorial. Begin by setting up the development environment with Python and Flask installations. Progress through database setup and API skeleton creation, followed by an introduction to SQLite database browser. Dive into implementing various data structures including linked lists, hash tables, binary search trees, stacks, and queues. Learn to use Postman for API testing and interact with the Flask application. Gain practical experience with each data structure while building a functional API. Access provided resources for additional learning, including video explanations on binary search and recursion. Follow along with the step-by-step guidance, utilizing the GitHub repository for code references and a dummy data script for testing purposes.
Syllabus
) Intro.
) Install Python & Flask.
) Database Setup & API Skeleton.
) Install Database Browser.
) Linked List.
) Install Postman.
) Hash Table.
) Binary Search Tree.
) Stacks and Queues.
Taught by
freeCodeCamp.org
Related Courses
Postman - Intro to APIs (without coding)Coursera Project Network via Coursera Build CRUD REST API in Django
Coursera Project Network via Coursera Create RESTful APIs for Spotify using Postman
Coursera Project Network via Coursera Build a RESTful API(Node.js) using AWS Lambda & API Gateway
Coursera Project Network via Coursera How to Implement Multitenancy in Django
Coursera Project Network via Coursera