Python Django Training and Certification

Designed to meet the industry benchmarks, CertAdda’s Python Django Training and Certification course is curated by top industry experts. This extensive online interactive course is created to help you gain expertise in the Django REST framework, Django Models, Django AJAX, Django jQuery, and much more. You will also master the Django web framework while working on real-time use cases and receive Django certification at the end of the course. Enroll now to become a certified Python Django expert with CertAdda.

Original price was: $407.00.Current price is: $379.00.

Instructor-led Python Django live online classes

 

Date

Duration

Timings

Oct 15th SAT & SUN (5 WEEKS) Weekend Batch Timings – 11:00 AM to 02:00 PM (EDT)
Mar 17th FRI & SAT (5 WEEKS) Weekend Batch ⚡Batch Full  Timings – 09:30 PM to 12:30 AM (EDT)

Introduction to Python

Learing objectives: Give a brief idea of what Python is and touch on basics. In this module you’ll learn:

  • Define Python
  • Know why Python is popular
  • Setup Python environment
  • Discuss flow control
  • Write your first Python program

Topics:

  • Get an overview of Python
  • Learn about Interpreted Languages
  • List the Advantages/Disadvantages of Python
  • Explore Pydoc
  • Start Python
  • Discuss Interpreter PATH
  • Use the Interpreter
  • Run a Python Script
  • Discuss Python Scripts on UNIX/Windows
  • Explore Python Editors and IDEs
  • Use Variables, Keywords, Built-in Functions, Strings, Different literals, Math operators and expressions, Writing to the screen, String formatting, Command line parameters and Flow Control.

Hands-On:

  • Data types – string, numbers, dates
  • Keywords
  • Variables
  • Literals

Sequences and File Operations

Learing objectives: Learn different types of sequence structures, related operations and their usage. Also learn diverse ways of opening, reading, and writing to files. In this module you’ll learn:

  • Define Reserved Keywords and Command Line Arguments
  • Describe how to Get User Input from Keyboard
  • Describe Flow Control and Sequences
  • Practice Working with Files
  • Define and Describe Dictionaries and Sets

Topics:

  • Lists
  • Tuples
  • Indexing and Slicing
  • Iterating through a sequence
  • Functions for all sequences
  • Using enumerate()
  • Operators and keywords for sequences
  • The xrange()function
  • List comprehensions
  • Generator expressions
  • Dictionaries and sets.
  • Working with files
  • Modes of opening a file
  • File attributes
  • File methods

Hands-On:

  • List – properties, related operations
  • Tuple – properties, related operations, comparison with list
  • Dictionary – properties, related operations, comparison with list
  • Set – properties, related operations, comparison with dictionary

Deep Dive – Functions, Sorting, Errors and Exception, Regular Expressions and Packages

Learing objectives: Learn how to create generic python scripts, how to address errors/exceptions in code and finally how to extract/filter content using regex. In this module you’ll learn:

  • Explain Functions and various forms of Function Arguments
  • Explain Standard Library
  • Define Modules
  • Describe Zip Archives and Packaging

Topics:

  • Functions
  • Function Parameters
  • Global variables
  • Variable scope and Returning Values
  • Sorting
  • Alternate Keys
  • Lambda Functions
  • Sorting collections of collections
  • Sorting dictionaries
  • Sorting lists in place
  • Errors and Exception Handling
  • Handling multiple exceptions
  • The standard exception hierarchy using Modules
  • The Import statement
  • Module search path
  • Package installation waysModule Aliases and Regular Expressions

Hands-On:

  • Functions – syntax, arguments, keyword arguments, return values
  • Lambda – features, syntax, options, comparison with functions
  • Sorting – sequences, dictionaries, limitations of sorting
  • Errors and exceptions – types of issues, remediation
  • Packages and module – modules, import options, sys path

Object Oriented Programming in Python

Learing objectives: Understand the Object-Oriented Programming world in Python and use of standard libraries. In this module you’ll learn:

  • Implement Regular Expression and its Basic Functions
  • Use Classes, Objects, and Attributes
  • Develop applications based on Object Oriented Programming and Methods

Topics:

  • The sys Module
  • Interpreter information
  • STDIO
  • Launching external programs
  • Paths
  • Directories and filenames
  • Walking directory trees
  • Math Function
  • Random Numbers
  • Dates and Times
  • Zipped Archives
  • Introduction to Python Classes
  • Defining Classes
  • Initializes
  • Instance methods
  • Properties
  • Class methods and data
  • Static methods
  • Private methods and Inheritance

Hands-On:

  • Regular expressions – regex library, search/match object, findall, sub, compile
  • Classes – classes and objects, access modifiers, instance and class members
  • OOPS paradigm – Inheritance, Polymorphism and Encapsulation in Python

Debugging, Databases and Project Skeletons

Learing objectives: Learn how to debug, how to use databases and how a project skeleton looks like in Python. In this module you’ll learn:

  • Debug python scripts using pdb
  • Debug python scripts using IDE
  • Classify Errors
  • Develop Unit Tests
  • Create project Skeletons
  • Implement Database using SQLite
  • Perform CRUD operations on SQLite database

Topics:

  • Debugging
  • Dealing with errors
  • Using unit tests
  • Project Skeleton
  • Required packages
  • Creating the Skeleton
  • Project Directory
  • Final Directory Structure
  • Testing your set up
  • Using the skeleton
  • Creating a database with SQLite 3
  • CRUD operations
  • Creating a database object.

Hands-On:

  • Debugging – debugging options, logging, troubleshooting
  • Unit testing – TDD, unittest library, assertions, automated testing
  • Project skeleton – industry standard, configurations, sharable libraries
  • RDBMS – Python for RDBMS, PEP 49, CRUD operations on Sqlite

Introduction to Django Web Framework

Learing objectives: In this module, you will be introduced to Django and learn how to create views and perform URL mapping In this module you’ll learn:

  • Explain Web Framewor
  • Explain MVC pattern
  • Create a basic Django app
  • Create Views
  • Use HTTP request and response objects
  • Use URLCon

Topics:

  • Web development
  • Introduction to Django Web Framework
  • Features of Django
  • Installing Django
  • MVC model
  • HTTP concepts
  • Views
  • URL Mapping

Hands-On:

  • Create a simple View using Django

Templates and Forms

Learing objectives: In this module, you will learn how to create Templates and Forms in Django. In this module you’ll learn:

  • Explain the Django Template System
  • Load Template Files
  • Render Templates
  • Create Forms
  • Process Form Data
  • Customize Form Field Validation

Topics:

  • Django Template Language
  • Utilities of Templates
  • Creating Template Objects
  • Tags, Variables and Filters
  • Rendering Templates
  • Template Inheritance
  • Form Handling
  • Form validation and Error Messages
  • Form Display

Hands-On:

  • Create a Form that accepts personal data from a user

Models and Dynamic Webpages

Learing objectives: In this module, you will learn how to create Database Models and add Dynamic content to your webpages. In this module you’ll learn:

  • Define Database Models
  • Use Model Fields
  • Populate a Database, CRUD
  • Use QuerySets for data retrieval
  • Use jQuery and AJAX with Django to create Dynamic websites

Topics:

  • Django Models
  • Model Fields
  • Model Inheritance
  • CRUD on DB
  • Primary keys and the Model
  • Dynamic Webpages
  • Toggle Hidden Content
  • jQuery and AJAX integration

Hands-On:

  • Adding a Like button to a webpage

Serialization

Learing objectives: In this module, you will learn how to serialize and deserialize data and create APIs. In this module you’ll learn:

  • Explain Data Serialization
  • Use Django’s REST Framework
  • Use Serializers and Deserializers
  • Use Model Serializers
  • Use REST APIs

Topics:

  • Serialization and Deserialization
  • Django REST Framework
  • Serializer class
  • Model Serializers
  • REST APIs

Hands-On:

  • Creating a REST API

Parsing XML and JSON with Python

Learing objectives: In this module, you will learn how to parse data stored in XML & JSON formats using Python. In this module you’ll learn:

  • Explain XML and JSON file formats
  • Explain XML-RPC
  • Parse data stored in both XML and JSON formats
  • Stores data in XML and JSON formats

Topics:

  • XML-RPC
  • XML, parsing object to XML and back
  • JSON, parsing object to JSON and back

Hands-On:

  • Parse data stored in XML/JSON format to native Python type and vice-versa

About the course

CertAdda’s Python Django Training and Certification course is intended to help the learner obtain proficiency in Python programming and develop real-world web applications using Django. This course will cover both the basics and the advanced concepts like writing Python scripts, file operations in Python, working with Databases, creating Views, Templates, Forms, Models and REST APIs in Django.

What are the objectives of this Python Django Training course?

After completing this course, you should be able to:

  • Discuss the core construct of the Python Programming Language
  • Explain the data structures used in Python
  • Explain the approach of the Object-Oriented programming paradigm
  • Discuss exceptions and errors in the program
  • Debug programs
  • Play with databases and data persistence in the Database or some flat files
  • Create Views and map URLs in Django
  • Use the Django Template System
  • Define Database Models for representing tables
  • Create REST APIs

Why learn Python Django?

Django, a popular & high-level python web framework. Below are a few of the reasons why you should learn Django:

  • Disqus, Facebook, Instagram, Pinterest, NASA, The Washington Post and other top companies use Python with Django. For web developers, this means that mastering Python and its popular advanced frameworks like Django should ensure you’re able to find work or even build your own product or service as a startup.
  • Python is an ideal option for bootstrappers and startups because of its quick deployment and—as mentioned earlier—a lesser amount of required code next to Java, C, and PHP among others.
  • Python Django framework supports the use of human-readable website URLs, which isn’t only helpful from the actual user’s perspective but also to search engines, which use the keywords in the URL when ranking sites.
  • Django prevents a number of common security mistakes better than say, PHP does.
  • Moreover, the average salary of a Django professional is $117,000 / year in the US alone as reported by Indeed.com

Who should go for Python Django Training Course?

The following professionals can go for this Python Django Training by CertAdda:

  • Web Developers
  • UI Developers and Technical Leads
  • Full Stack Developers
  • QAs, Architects, and Technical Project Managers

What are the pre-requisites for this Python Django Training Course?

There are no pre-requisites for this training. However, a familiarity with elementary programming constructs and the basics of HTML will be beneficial.

What are the system requirements for this course?

The course has no special hardware requirements. It only requires a VM software (preferably VirtualBox) with an image of the Ubuntu OS in which Django 1.11 and Django’s REST framework are installed. 4 GB Ram will be recommended.

How will I execute the practicals?

All practicals will be executed within the VM where an image of the Ubuntu OS in which Django 1.11 and Django’s REST framework are installed and the solutions should be uploaded for evaluation. In case if you face any issues, we have 24×7 Expert Support to help you with your queries.

Which project will be part of this Python Django Training course?

  • Problem Statement: Design a Blog Administration System as follows:
    • The blog must allow the user to host articles and allow comments from readers
    • The Index page of the blog must contain a list of all articles, the dates on which the articles were published, and hyperlinks to them
    • Every article has a dedicated webpage which consists of the title, author, publication date, a comments section and a form for readers to submit comments
    • Readers must be able to enter comments and view their submitted comments instantly

What if I miss a class?

You will never miss a lecture at CertAdda You can choose either of the two options: View the recorded session of the class available in your LMS or You can attend the missed session in any other live batch.

Can I attend a demo session before enrollment?

We have limited number of participants in a live session to maintain the Quality Standards. So, unfortunately participation in a live class without enrolment is not possible. However, you can go through the sample class recording and it would give you a clear insight about how are the classes conducted, quality of instructors and the level of interaction in the class.

Who are the instructors?

All instructors at CertAdda are senior industry practitioners with minimum 10 – 12 years of relevant IT experience. They are subject matter experts who trained by CertAdda to provide impeccable learning experience to all our global users.

What if I have more queries?

Just give us a CALL at +91 8178510474 / +91 9967920486 OR email at admin@certadda.com

Others Courses

× How may I help you?