Course Report
Find detailed report of this course which helps you make an informed decision on its relevance to your learning needs. Find out the course's popularity among Careervira users and the job roles that would find the course relevant for their upskilling here. You can also find how this course compares against similar courses and much more in the course report.
Visit Course Report
Course Features
Duration
3 weeks
Delivery Method
Online
Available on
Limited Access
Accessibility
Desktop, Laptop
Language
English
Subtitles
English
Level
Beginner
Teaching Type
Self Paced
Course Description
Course Overview
International Faculty
Post Course Interactions
Hands-On Training,Instructor-Moderated Discussions
Skills You Will Gain
Prerequisites/Requirements
You should be comfortable with Python, including Object-Oriented Programming If youa\x80\x99d like to brush up on your Python, try the first three lessons of our Intro to Computer Science course For Object-Oriented Programming in Python, see Programming F
What You Will Learn
Developing with FrameworksIntroduction to web frameworks like Django and Ruby on RailsUse the Flask web framework to develop our own web applicationIntroduction to APIs and how to add JSON endpoints to our application
Iterative DevelopmentBuild an entire web application on your ownLearn about the iterative development processHave a working prototype throughout all stages of the development process
Making a Web ServerBuild a web server from scratch using Python and some pre-installed librariesLearn how GET and POST requests can retrieve and modify information on a web siteHow to add CRUD functionality to our website
Working with the CRUDLearn about CRUD; Create, Read, Update, and DeleteImplement CRUD operations on a databaseUse an ORM (Object-Relational Mapping) as an alternative to SQL