Full Stack with Python and Angular
Learning Full Stack with Python and Angular will make a Difference
Course Details
Full Stack Development with Python:
•Introduction to web designing and development
•Full Stack v/s MEAN Stack v/s MERN Stack
•HTML : Introduction to Internet-websites and webpages. HTML Program structure-formatting tags-inserting images-creating lists and tables-creating hyperlinks-sample application – working with forms
•CSS : Introduction CSS-Types of Selectors:Element Selector-ID selector-class selector-group selector. Applying styles to a webpage: Internal StyleSheets, External StyleSheets, Internal styles. Applying borders, margins, padding,shadows
•Bootstrap : About Bootstrap-Typography-Bootstrap grid-Bootstrap colors-Tables in Bootstrap-Images in Bootstrap-Bootstrap Navs-Forms in Bootstrap-Validating forms
•JavaScript : Need of client-side scripting-operators in JS-Control Structures in JS-Arrays in JS-Functions in JS-Objects: Date, Array, Math, String etc.-Events in JS-Form data Processing and Validations in JS
•DOM-Document Object Model : Introduction-Accessing HTML elements dynamically-examples
•Typescript : Introduction – Basic Programming in TypeScript, datatypes,control statements-loops – Arrays and functions, different ways of creating functions – Creating classes and objects in Typescript – Constructors and types – Overloading in Typescript – Inheritance in Typescript…
•Angular : Single-Page versus Multi-Page applciations – Angular JS v/s Angular – Angular V/S React JS V/S Vue JS – Installing angular and required softwares – Building Sample Application in Angular – Explaining the project structure – Modules v/s components in Angular – Explaining component,template and styles
– Loading Images into the Angular Project – Creating and working with new components – 2-way binding in Angular – Form Data Processing in Angular – Directives in Angular (ngIf, ngSwitch, ngFor…) – Pipes in Angular(Built-In and user-defined) – Component Communication in Angular – Bootstrap and font-awesome in Angular – Services in Angular(Need and implementations) – Angular Routing – Http module(getting data from external sources) – Working with JSON server(A Sample application to implement CRUD Operations)
•Node.js : Introduction to Node.js – Modules in Node.js – Creating user-defined modules – Installing and working with Express JS – Routing in Node.js – Integrating Node.js with DB
Python:
Introduction and History, Applications of Python
Installing Python
Basic programs, conditions and loops
strings in python
Collections in Python(List,Tuple,Set,Dict)
Functions in Python
File Handling in Python
Database programming in Python
Creating modules and packages in Python
OOP in Python : Encapsulation, Polymorphism and Inheritance
Exception Handling in Python
Regular expressions in Python
Django:
Web application environment
Languages vs Technologies vs Frameworks
What is MVT architecture?? MVT vs MVC
Django architecture
Creating a virtual environment and installing Django
Understanding the project structure
Configuring and running a sample application
Creating views in Django
Function-Based views
Class-Based views
Working with templates
Applying styles to templates
Bootstrap in Django
Working with Models
Sessions and Cookies
Implementing real-time examples….