Django with Python Course Catalog

Similar documents
Flask Web Development Course Catalog

Data Science with Python Course Catalog

"Charting the Course... MOC Programming in C# with Microsoft Visual Studio Course Summary

This course is designed for web developers that want to learn HTML5, CSS3, JavaScript and jquery.

SOFTRONIICS Call:

Course Title: Python + Django for Web Application

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

This course is designed for anyone who needs to learn how to write programs in Python.

Murach s Beginning Java with Eclipse

Lotus IT Hub. Module-1: Python Foundation (Mandatory)

About Python. Python Duration. Training Objectives. Training Pre - Requisites & Who Should Learn Python

20486-Developing ASP.NET MVC 4 Web Applications

Contents. Acknowledgments

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Application Development

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview

Selenium Online Training Brochure

PYTHON CONTENT NOTE: Almost every task is explained with an example

"Charting the Course... MOC A: Developing with the SharePoint Framework. Course Summary

Introduction to Python

Pro JavaScript. Development. Coding, Capabilities, and Tooling. Den Odell. Apress"

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Programming in Python 3

"Charting the Course... MOC B Developing Microsoft SharePoint Server 2013 Core Solutions. Course Summary

"Charting the Course... Comprehensive Angular 5. Course Summary

,

Table of Contents EVALUATION COPY

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes

"Charting the Course... Java Programming Language. Course Summary

Web Development I PRECISION EXAMS DESCRIPTION. EXAM INFORMATION Items

Developing ASP.NET MVC 4 Web Applications

KLiC C++ Programming. (KLiC Certificate in C++ Programming)

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

"Charting the Course... Comprehensive Angular. Course Summary

Introduction to JavaScript p. 1 JavaScript Myths p. 2 Versions of JavaScript p. 2 Client-Side JavaScript p. 3 JavaScript in Other Contexts p.

MASTERS COURSE IN FULL STACK WEB APPLICATION DEVELOPMENT W W W. W E B S T A C K A C A D E M Y. C O M

Java SE 8 Programming

[CHAPTER] 1 INTRODUCTION 1

C++ (Non for C Programmer) (BT307) 40 Hours

Microsoft Visual C# Step by Step. John Sharp

Web Site Development with HTML/JavaScrip

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010

Pro ASP.NET MVC 2 Framework

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS

20486: Developing ASP.NET MVC 4 Web Applications (5 Days)

An Object Oriented Programming with C

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS

Developing ASP.NET MVC 4 Web Applications

Getting MEAN. with Mongo, Express, Angular, and Node SIMON HOLMES MANNING SHELTER ISLAND

Programming in C# with Microsoft Visual Studio 2010

Overview 14 Table Definitions and Style Definitions 16 Output Objects and Output Destinations 18 ODS References and Resources 20

Python Basics. Lecture and Lab 5 Day Course. Python Basics

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

Java SE 8 Programming

Webgurukul Programming Language Course

ASP.NET MVC Training

DOT NET Syllabus (6 Months)

Contents. iii Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. Enterprise Services August 1998, Revision B

CO Java SE 8: Fundamentals

Microsoft. Microsoft Visual C# Step by Step. John Sharp

PTN-102 Python programming

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H

Contents. Contents... XI

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates

JAVA. Duration: 2 Months

20486: Developing ASP.NET MVC 4 Web Applications

Android Application Development using Kotlin

Diploma in Microsoft.NET

20486C: Developing ASP.NET MVC 5 Web Applications

Developer Internship Opportunity at I-CC

Aim behind client server architecture Characteristics of client and server Types of architectures

Developing Web Applications

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

20480B: Programming in HTML5 with JavaScript and CSS3

Python INTRODUCTION: Understanding the Open source Installation of python in Linux/windows. Understanding Interpreters * ipython.

P a g e 1. Danish Tecnological Institute. Developer Collection Online Course k Developer Collection

Ruby on Rails for PHP and Java Developers

WWW. HTTP, Ajax, APIs, REST

MEAN Stack. 1. Introduction. 2. Foundation a. The Node.js framework b. Installing Node.js c. Using Node.js to execute scripts

Financial IT Examination Syllabus(2018)

AN ISO 9001:2008 CERTIFIED COMPANY ADVANCED. Java TRAINING.

Java SE 8 Programming

JVA-103. Java Programming

Programming in C# (20483)

Advanced Joomla! Dan Rahmel. Apress*

IN PRACTICE. Daniele Bochicchio Stefano Mostarda Marco De Sanctis. Includes 106 practical techniques MANNING

/ / JAVA TRAINING

Visual Studio Course Developing ASP.NET MVC 5 Web Applications

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code.

"Charting the Course... WebSphere Portal 8 Development using Rational Application Developer 8.5. Course Summary

JavaScript: The Definitive Guide

JAVA MICROSERVICES. Java Language Environment. Java Set Up. Java Fundamentals. Packages. Operations

20480B - Version: 1. Programming in HTML5 with JavaScript and CSS3

20483BC: Programming in C#

PROGRAMMING IN VISUAL BASIC WITH MICROSOFT VISUAL STUDIO Course: 10550A; Duration: 5 Days; Instructor-led

Standard 1 The student will author web pages using the HyperText Markup Language (HTML)

Beginning Groovy, Grails and Griffon. Vishal Layka Christopher M. Judd Joseph Faisal Nusairat Jim Shingler

PYTHON TRAINING COURSE CONTENT

Transcription:

Django with Python Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career March 2018 www.iotintercon.com

Table of Contents Syllabus Overview Time Duration: 45H To 50H 1 Introduction I. Why Do People Use Python? II. Is Python a Scripting Language? III. Who Uses Python Today? IV. What are the Python s Technical Strengths? V. How Python Runs Program VI. How You Run Python Program 2 Installation I. Installation of Python in Windows, Linux, Mac OS II. Installation of Eclipse IDE Windows, Linux, Mac OS III. Installation of Pip. 3 Object Types or Built-in Types I. Python s Core Data Types II. Numbers III. Strings IV. Lists V. Dictionaries VI. Tuples VII. Files 4 Statements and Syntax I. Assignments, Expressions and Prints II. If Test and Syntax Rules III. While and for Loops IV. break, continue, pass, and the Loop else V. Iterations and Comprehensions 5 Functions and Generators I. Function Basics. II. Scopes III. Arguments IV. Anonymous Functions: lambda V. Comprehensions and Generations

6 Modules and Packages I. Module Coding Basics II. How Imports Work III. The module Search Path IV. Package Import Basics V. Package Import Example 7 Objet Oriented Programming I. Why Use Classes? II. Classes and Instances III. Method calls IV. Inheritance (Multilevel and Multiple Inheritance) V. Overriding VI. Polymorphism VII. Method Overloading and Operator Overloading VIII. Encapsulation IX. Abstraction 8 Exceptions and Tools I. Default Exception Handler II. Catching Exceptions III. Raising Exceptions IV. User-Defined Exceptions V. Termination Actions 9 File Handling I. File Handling Basics II. Work with Text Files III. Work with Doc Files IV. Works with Excel-Sheet

10 Introduction to REST Framework - Django I. Installation of Django II. MVT Architecture III. Creating first Web App I. Creating the View II. Creating URL Pattern III. Settings 11 Stateless Web Application I. Placeholder Image Sever II. Placeholder View III. Creating the Home Page View IV. Adding Static and Template Settings V. Home Page Template and CSS 12 Building a Static Site Generator I. Creating Static Sites with Django II. Rapid Prototyping III. File/Folder Scaffolding IV. Basic Settings V. Page Rendering VI. Generating Static Content VII. Building a Single Page VIII. Serving and Compressing Static Files IX. Generating Dynamic Content X. Adding Metadata 13 Building REST API I. Django and REST II. Scrum Board Data Map III. Designing the API IV. Testing Out the API V. Adding Filtering VI. Adding Validations

14 Client Side Django with Backbone.js I. Overview of Backbone II. Setting Up Your Project Files III. JavaScript Dependencies IV. Connecting Backbone to Django V. Client Site Backbone Routing VI. Creating a Basic Home Page View VII. Setting Up a Minimal Routing VIII. Building User Authentication IX. Creating a Session Model X. Creating a Login View XI. Generic Form View XII. Authenticating Routes XIII. Creating a Header View 15 Single-Page Web Application I. What are Single Page Web Applications? II. Fetching the API III. Model Customizations IV. Building Our Home Page V. Creating new Sprints VI. Rendering the Sprint VII. Routing the Sprint Detail VIII. Rendering the Task IX. CRUD Tasks X. Inline Edit Features 16 Real-Time Django I. Websockets II. Server-Sent Events III. WebRTC IV. Client Communication V. Socket Wrapper VI. Sending Events from the Client VII. Handling Events from the Client

Python Course Catalog Course Description Django is a web framework which works on MVT architecture. Using Django we can develop web applications like : pintrest, Flipcart, amazon etc. Django is most demanding web frame work now a days. Major MNCs and startups are using it. It is easy, secure, flexible, and dynamic Framework. You can easily integrate plug and play APIs. Integration with any database is very easy. Target Audience Fresher, Experienced who want to switch their technology. Enthusiastic Techie who want to work on future technologies. Duration Style Delivery Prerequisites 45 50 Hours Self-paced Class Room Training or e-learning Basic knowledge of HTML, CSS, Java Script