Python with Django and AngularJS Online Training Institute in Hyderabad India
We are providing Python with Django And AngularJS Online Training in Ameerpet Hyderabad. We are one of best Institute to provide Best High Quality Python with Django And AngularJS online training all over India. The IT Professionals and Students from India and abroad who are unable to attend regular classes can attend our Python with Django And AngularJS online training from their home in their convenient timings. For more details on Python with Django And AngularJS Online Training please call to 9290971883 / 9247461324, or drop a mail to nakshatraonlinetraining@gmail.com or Whatsapp to us on : 9290971883.
Python with Django and AngularJS Course Content
Course Duration : 35 Hrs
Getting Starting with Python3
- Intro to Python
- Installing Python On Windows/Mac
- REPL in python
- Whitespace in python
- Importing from the python standard library
- Int Float None and bool in python
- Relational Operators
- While Loops
- Conditional Statement
Modularity
- Function Definition and returning values
- Creating, Running, and Importing a module
- Execution model in python
- How Module Import and Module Execution is different
- Command line Arguments and main function
- Code Documentation using Docstring
- How spare is better than dense
- Adding Comments to your code
- The whole shebang
String and collections
- Moment of Zen: Practicality beats purity
- Strings
- Bytes
- Lists
- Dictionaries
- For- Loops
- String(Continued)
Objects
- Argument Passing
- Function Arguments in detail
- Python type system
- Variable Scoping
- Objects
- Variable Scoping
Handling exceptions
- Handling Exceptions
- Programmer Errors
- Control Flow and Exceptions
- Imprudent Error Codes
- Handling APIs Exceptions
- Re-Raising Exceptions
- Protocols, API and Exceptions
- EAFP vs LBYL
- Actions to Clean-Up
- Platform-specific Code
Python Iterables
- Set Comprehensions
- List Comprehensions
- Dictionary Comprehensions
- Filtering Predicates
- Protocols of iterations
- Generators
- Stateful Generator Functions
- Laziness and the Infinite
- Python Generator
- Batteries included for iteration
Collections
- Tuple
- String
- Range
- List
- List Repetition
- More on List
- Growing Lists
- Reversing and sorting Lists
- Dictionary
- Set
- Protocols of collections
OO Python
- Defining Classes
- Instance Methods
- Initializers
- A Second Class
- Collaborating Classes
- Example on classes
- Implementation Details
- OO with Function Object
- Polymorphism and Duck typing
- Inheritance and Implementation Sharing
Files and Resource Management
- Writing Text Files
- Reading Text Files
- Appending to Text File
- How to manage files wth try
- Binary Files
- Files as Iterators
- Context Managers and with- blocks
- Fractal Images
- Bitwise Operators
- How to read binary files
- Closing with Context Managers
- Reading Binary Files
Introducing Django
- Module Intro
- Setup Django Project
- Creating a project Environment
- Virtual Environment Review
- Starting a Django Project
Building Rest with Django
- Creating an App, Models and Database
- The Admin Interface
- Django REST Framework
Adding an AngularJS Frontend
- Intro To Angular
- A simple angular webpage
- MVC with Angular
- Angular Components
- Retrieving Data Using Http
Editing Data in App
- Saving new cards with POST call
- ViewSet and Router
- Updating New Cards
- Deleting Cards