This beginner's level course on Pandas acquaints you to the data analysis fundamentals using Pandas library and working with Pandas primary data structures, Series and DataFrame. Learn all about data input using indexing and filtering, data preprocessing, and handle missing values and duplicate rows to transform your data more efficiently with the help of this hands-on course.
Sockets programming training course description A hands on course for programmers using Sockets. It is important to recognise that the course assumes that delegates are already familiar with TCP/IP and Python. Practical exercises follow all the major theory sessions. What will you learn Read Python programs which use Sockets. Write Python programs which use Sockets. Debug Python programs which use Sockets. Sockets programming training course details Who will benefit: Programmers working with network applications. Prerequisites: TCP/IP foundation for engineers Python for network engineers Duration 2 days Sockets programming training course contents What is a socket? Review of IP, ICMP, UDP vs TCP, IP addresses, protocol numbers, ports. API's, UNIX I/O, sockets. SOCK_STREAM, SOCK_DGRAM. Hands on Compile and run code. The systems calls Clients and servers, structs, socket(), bind(), connect(), listen(), accept(), send(), recv(), sendto (), recvfrom(), close(), shutdown(), getpeername(), gethostname(). Hands on Walk through of example client and server code. First code TCP connections, passive opens, active opens. Hands on Write a simple 'hello world' server and client. Application protocols User character stream, ASCII turn taking, binary protocols. Hands on Raw SMTP, Writing a mail client. Clients Concurrency, polling, threads, event driven programming. Hands on Conferencing application. Servers Concurrency, stateful, stateless. Forks and execs. inetd. Hands on Running servers with and without inetd, chroot jails, conferencing server modifications. Advanced techniques Blocking, select(), partial send(s). Raw sockets, example sockets using Java, Perl and PHP. Hands on A broadcast application.
Dive into the captivating world of programming with our course titled 'Python Basic Programming for Absolute Beginners'. Whether you're a novice looking to embark on a new journey or someone eager to grasp the foundational elements of Python, this course is tailored for you. From setting up Python to crafting your first game and understanding the intricacies of control flow statements, our comprehensive curriculum ensures you grasp every fundamental aspect, setting a robust foundation for your future coding endeavours. Learning Outcomes Understand the core concepts and foundational elements of Python programming. Develop proficiency in working with Python strings, operators, and sequences. Master the art of creating control flow statements and basic Python games. Gain insights into file structures and the application of regular expressions in Python. Successfully complete a Python project, showcasing your newfound knowledge. Why buy this Python Basic Programming for Absolute Beginners? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Python Basic Programming for Absolute Beginners there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Python Basic Programming for Absolute Beginners for? Beginners with no prior knowledge of programming seeking a structured introduction. Individuals with a curiosity to explore coding as a new skill or hobby. Students desiring to enhance their academic learning with foundational programming knowledge. Professionals from diverse fields looking to broaden their skill set. Educators wishing to acquire beginner-level knowledge for instructional purposes. Prerequisites This Python Basic Programming for Absolute Beginners does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Python Basic Programming for Absolute Beginners was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Python Developer: Average salary range £45,000 - £70,000. Data Analyst: Average salary range £30,000 - £55,000. Web Developer: Average salary range £25,000 - £50,000. Software Engineer: Average salary range £35,000 - £75,000. Automation Tester: Average salary range £40,000 - £65,000. Game Developer: Average salary range £30,000 - £60,000 Course Curriculum Section 01: Introduction Course Introduction 00:02:00 Course Curriculum 00:04:00 How to get Pre-requisites 00:02:00 Getting Started on Windows, Linux or Mac 00:01:00 Section 02: Introduction To Python And Setting Up Introduction to Python 00:02:00 Python vs Other Languages 00:04:00 Why It's Popular 00:04:00 Command Line Basics 00:07:00 Python Installation (Step By Step) 00:06:00 PyCharm IDE Installation 00:08:00 Getting Start PyCharm IDE 00:05:00 First Python Hello World Program 00:07:00 Assessment Test1 00:01:00 Solution for Assessment Test1 00:01:00 Summary 00:02:00 Section 03: PythonBasic Introduction 00:02:00 Variables 00:16:00 Data Types 00:13:00 Type Casting 00:07:00 User Inputs 00:08:00 Comments 00:04:00 Assessment Test2 00:01:00 Solution for Assessment Test2 00:02:00 Summary 00:02:00 Section 04: Python Strings Introduction 00:02:00 Strings 00:05:00 String Indexing 00:05:00 String Slicing 00:04:00 String Built-in Functions 00:09:00 Formatting String (Dynamic Data) 00:05:00 Assessment Test 00:01:00 Solution for Assessment Test 00:01:00 Summary 00:01:00 Section 05: Python Operators Introduction 00:03:00 Arithmetic Operators 00:08:00 Assignment Operators 00:05:00 Comparison Operators 00:05:00 Logical Operators 00:02:00 AND Operator 00:04:00 OR Operator 00:02:00 NOT Operator 00:03:00 Booleans 00:02:00 Assessment Test4 00:02:00 Solution for Assessment Test4 00:01:00 Summary 00:01:00 Section 06: Python Sequences Introduction 00:02:00 Arrays in Earlier 00:02:00 Lists 00:06:00 Add List Items 00:03:00 Remove List Items 00:01:00 Sort Lists 00:03:00 Join Lists 00:08:00 Tuples 00:08:00 Update tuples 00:07:00 Join tuples 00:02:00 Dictionaries 00:06:00 Add Dictionary Items 00:04:00 Remove Dictionary Items 00:03:00 Nested Dictionaries 00:04:00 Sets 00:04:00 Add Set Items 00:03:00 Remove Set Items 00:01:00 Join Set Items 00:04:00 Assessment Test 00:01:00 Solution for Assessment Test 00:02:00 Summary 00:01:00 Section 07: Python Statements Introduction 00:03:00 If Statement 00:03:00 If-else Statement 00:04:00 If-elif-else Statement 00:04:00 If Statement Coding Exercise 00:05:00 Assessment Test 00:02:00 Solution for Assessment Test 00:02:00 Summary 00:02:00 Section 08: Python Control Flow Statements Introduction 00:04:00 Flow Charts 00:04:00 While Loops Statement 00:10:00 For Loops Statement 00:06:00 Loop through a String 00:03:00 The Break Statement 00:03:00 The Continue Statement 00:02:00 The range() Function 00:04:00 Nested Loops 00:04:00 2D List using Nested Loop 00:04:00 Assessment Test 00:01:00 Solution for Assessment Test 00:03:00 Summary 00:01:00 Section 09: Python Games For Beginners Introduction 00:01:00 Guessing Game 00:07:00 Car Game 00:10:00 Summary 00:01:00 Section 10: Python Functions Introduction 00:02:00 Creating a Function 00:03:00 Calling a Function 00:06:00 Function with Arguments 00:05:00 args, Arbitrary Arguments 00:04:00 kwargs, Arbitrary Keyword Arguments 00:06:00 Summary 00:01:00 Section 11: Working With File Structure Introduction 00:03:00 Reading Files 00:10:00 Creating / Writing Files 00:06:00 Delete Files 00:03:00 Summary 00:01:00 Section 12: Regular Expressions Introduction 00:02:00 RegEx Module 00:07:00 RegEx Functions 00:08:00 Summary 00:02:00 Section 13: PythonProject Introduction 00:02:00 Project Overview 00:03:00 ATM RealTime Project 00:13:00 Summary 00:01:00
Introduction to web development with React. 30 Hour course over 5 weeks.
Dive deep into the vast realm of Python data science with our meticulously crafted course: 'Python Data Science with Numpy, Pandas and Matplotlib'. Explore the intricate details of Python, setting the stage with Pandas and Numpy, before delving into the power of Python data structures. With topics ranging from Python Strings to Matplotlib Histograms, you'll gain a holistic insight, ensuring that every dataset you touch unveils its story compellingly. So, if you're keen on transmuting raw data into visual masterpieces or insights, this journey is tailor-made for you. Learning Outcomes Grasp foundational knowledge of Python and its data structures like strings, lists, and dictionaries. Understand the potential of NumPy, from basic array operations to handling multi-dimensional arrays. Master the versatility of Pandas, encompassing everything from dataframe conversions to intricate operations like aggregation and binning. Efficiently manage, manipulate, and transform data using Pandas' diverse functionalities. Create visually striking and informative graphs using the power of Matplotlib. Why buy this Python Data Science with Numpy, Pandas and Matplotlib course? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Python Data Science with Numpy, Pandas and Matplotlib there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this Python Data Science with Numpy, Pandas and Matplotlib course for? Beginners eager to jumpstart their journey in Python data science. Analysts looking to enhance their data manipulation skills using Python. Statisticians keen on expanding their toolset with Python-based libraries. Data enthusiasts desiring a deep dive into Python's data libraries and structures. Professionals aiming to upgrade their data visualisation techniques. Prerequisites This Python Data Science with Numpy, Pandas and Matplotlib does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Python Data Science with Numpy, Pandas and Matplotlib was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Data Scientist: £40,000 - £80,000 Python Developer: £35,000 - £70,000 Data Analyst: £30,000 - £55,000 Business Intelligence Analyst: £32,000 - £60,000 Research Analyst: £28,000 - £52,000 Data Visualization Engineer: £33,000 - £65,000 Course Curriculum Course Introduction and Table of Contents Course Introduction and Table of Contents 00:09:00 Introduction to Python, Pandas and Numpy Introduction to Python, Pandas and Numpy 00:07:00 System and Environment Setup System and Environment Setup 00:08:00 Python Strings Python Strings - Part 1 00:11:00 Python Strings - Part 2 00:09:00 Python Numbers and Operators Python Numbers and Operators - Part 1 00:06:00 Python Numbers and Operators - Part 2 00:07:00 Python Lists Python Lists - Part 1 00:05:00 Python Lists - Part 2 00:06:00 Python Lists - Part 3 00:05:00 Python Lists - Part 4 00:07:00 Python Lists - Part 5 00:07:00 Tuples in Python Tuples in Python 00:06:00 Sets in Python Sets in Python - Part 1 00:05:00 Sets in Python - Part 2 00:04:00 Python Dictionary Python Dictionary - Part 1 00:07:00 Python Dictionary - Part 2 00:07:00 NumPy Library - Introduction NumPy Library Intro - Part 1 00:05:00 NumPy Library Intro - Part 2 00:05:00 NumPy Library Intro - Part 3 00:06:00 NumPy Array Operations and Indexing NumPy Array Operations and Indexing - Part 1 00:04:00 NumPy Array Operations and Indexing - Part 2 00:06:00 NumPy Multi-Dimensional Arrays NumPy Multi-Dimensional Arrays - Part 1 00:07:00 NumPy Multi-Dimensional Arrays - Part 2 00:06:00 NumPy Multi-Dimensional Arrays - Part 3 00:05:00 Introduction to Pandas Series Introduction to Pandas Series 00:08:00 Introduction to Pandas Dataframes Introduction to Pandas Dataframes 00:07:00 Pandas Dataframe conversion and drop Pandas Dataframe conversion and drop - Part 1 00:06:00 Pandas Dataframe conversion and drop - Part 2 00:06:00 Pandas Dataframe conversion and drop - Part 3 00:07:00 Pandas Dataframe summary and selection Pandas Dataframe summary and selection - Part 1 00:06:00 Pandas Dataframe summary and selection - Part 2 00:06:00 Pandas Dataframe summary and selection - Part 3 00:07:00 Pandas Missing Data Management and Sorting Pandas Missing Data Management and Sorting - Part 1 00:07:00 Pandas Missing Data Management and Sorting - Part 2 00:07:00 Pandas Hierarchical-Multi Indexing Pandas Hierarchical-Multi Indexing 00:06:00 Pandas CSV File Read Write Pandas CSV File Read Write - Part 1 00:05:00 Pandas CSV File Read Write - Part 2 00:07:00 Pandas JSON File Read Write Pandas JSON File Read Write Operations 00:07:00 Pandas Concatenation Merging and Joining Pandas Concatenation Merging and Joining - Part 1 00:05:00 Pandas Concatenation Merging and Joining - Part 2 00:04:00 Pandas Concatenation Merging and Joining - Part 3 00:04:00 Pandas Stacking and Pivoting Pandas Stacking and Pivoting - Part 1 00:06:00 Pandas Stacking and Pivoting - Part 2 00:05:00 Pandas Duplicate Data Management Pandas Duplicate Data Management 00:07:00 Pandas Mapping Pandas Mapping 00:04:00 Pandas Grouping Pandas Groupby 00:06:00 Pandas Aggregation Pandas Aggregation 00:09:00 Pandas Binning or Bucketing Pandas Binning or Bucketing 00:08:00 Pandas Re-index and Rename Pandas Re-index and Rename - Part 1 00:04:00 Pandas Re-index and Rename - Part 2 00:05:00 Pandas Replace Values Pandas Replace Values 00:05:00 Pandas Dataframe Metrics Pandas Dataframe Metrics 00:07:00 Pandas Random Permutation Pandas Random Permutation 00:08:00 Pandas Excel sheet Import Pandas Excel sheet Import 00:07:00 Pandas Condition Selection and Lambda Function Pandas Condition Selection and Lambda Function - Part 1 00:05:00 Pandas Condition Selection and Lambda Function - Part 2 00:05:00 Pandas Ranks Min Max Pandas Ranks Min Max 00:06:00 Pandas Cross Tabulation Pandas Cross Tabulation 00:07:00 Matplotlib Graphs and plots Graphs and plots using Matplotlib - Part 1 00:06:00 Graphs and plots using Matplotlib - Part 2 00:02:00 Matplotlib Histograms Matplotlib Histograms 00:03:00 Resource File Resource File - Python Data Science with Numpy, Pandas and Matplotlib 00:00:00
QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support
Get ready for an exceptional online learning experience with Data Analysis, Business Intelligence, Business Analysis with Python & Tableaubundle! This carefully curated collection of 20 premium courses is designed to cater to a variety of interests and disciplines. Dive into a sea of knowledge and skills, tailoring your learning journey to suit your unique aspirations. This Data Analysis, Business Intelligence, Business Analysis with Python & Tableau is a dynamic package that blends the expertise of industry professionals with the flexibility of digital learning. It offers the perfect balance of foundational understanding and advanced insights. Whether you're looking to break into a new field or deepen your existing knowledge, the Data Analysis package has something for everyone. As part of the Data Analysis, Business Intelligence, Business Analysis with Python & Tableau package, you will receive complimentary PDF certificates for all courses in Data Analysis bundle at no extra cost. Equip yourself with the Data Analysis bundle to confidently navigate your career path or personal development journey. Enrol our Data Analysis bundle today and start your career growth! This Data Analysis Bundle Comprises the Following CPD Accredited Courses: Course 1: Data Analytics Course 2: Diploma in Data Analytics with Tableau Course 3: Google Data Studio: Data Analytics Course 4: Business Intelligence Analyst Course 5: Diploma in Business Analysis Course 6: Data Science & Machine Learning with Python Course 7: Spatial Data Visualization and Machine Learning in Python Course 8: Python Programming: Beginner To Expert Course 9: SQL For Data Analytics & Database Development Course 10: Easy to Advanced Data Structures Course 11: R Programming for Data Science Course 12: Data Center Training Essentials: General Introduction Course 13: Data Analysis In Excel Course 14: Data Protection Course 15: Microsoft Excel Complete Course Course 16: Career Development Plan Fundamentals Course 17: CV Writing and Job Searching Course 18: Learn to Level Up Your Leadership Course 19: Networking Skills for Personal Success Course 20: Ace Your Presentations: Public Speaking Masterclass Learning Outcome: By completing the Data Analysis, Business Intelligence, Business Analysis with Python & Tableau course, you will: Gain comprehensive insights into multiple fields. Foster critical thinking and problem-solving skills across various disciplines. Understand industry trends and best practices through the Data Analysis Bundle. Develop practical skills applicable to real-world situations. Enhance personal and professional growth with the Data Analysis Bundle. Build a strong knowledge base in your chosen course via the Data Analysis Bundle. Benefit from the flexibility and convenience of online learning. With the Data Analysis package, validate your learning with a CPD certificate. Each course in Data Analysis, Business Intelligence, Business Analysis with Python & Tableau bundle holds a prestigious CPD accreditation, symbolising exceptional quality. The materials, brimming with knowledge, are regularly updated, ensuring their relevance. This bundle promises not just education but an evolving learning experience. Engage with this extraordinary collection, and prepare to enrich your personal and professional development. Embrace the future of learning with the Data Analysis, Business Intelligence, Business Analysis with Python & Tableau, a rich anthology of 15 diverse courses. Each course in the Data Analysis bundle is handpicked by our experts to ensure a wide spectrum of learning opportunities. ThisData Analysis, Business Intelligence, Business Analysis with Python & Tableau bundle will take you on a unique and enriching educational journey. The bundle encapsulates our mission to provide quality, accessible education for all. Whether you are just starting your career, looking to switch industries, or hoping to enhance your professional skill set, the Data Analysis, Business Intelligence, Business Analysis with Python & Tableau bundle offers you the flexibility and convenience to learn at your own pace. Make the Data Analysis package your trusted companion in your lifelong learning journey. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Data Analysis, Business Intelligence, Business Analysis with Python & Tableau bundle is perfect for: Data Enthusiasts: Keen to master data analysis tools like Python, Tableau, and Excel. Aspiring Business Analysts: Eager to derive actionable insights using data analysis techniques. IT Professionals: Broadening skills with data analysis, machine learning, and business intelligence. Career Changers: Seeking a solid foundation in data analysis for a professional pivot. Leadership Aspirants: Complementing data analysis expertise with leadership and presentation skills. Requirements Without any formal requirements, you can delightfully enrol in this Data Analysis, Business Intelligence, Business Analysis with Python & Tableau course. Career path Our bundle will prepare you for a range of careers, including: Data Analyst Business Intelligence Analyst Data Scientist Python Developer SQL Database Developer Business Analyst Data Protection Officer Certificates Certificate Of Completion Digital certificate - Included Certificate Of Completion Hard copy certificate - Included You will get a complimentary Hard Copy Certificate.
This comprehensive course will guide you to use the power of Python to evaluate recommender system datasets based on user ratings, user choices, music genres, categories of movies, and their years of release with a practical approach to build content-based and collaborative filtering techniques for recommender systems with hands-on experience.
Course Overview Find the ultimate guide for learning Django framework by taking this Django REST Framework - Full Stack Python APIs using Python course. In this course, you will learn the techniques to build Python Rest APIs using the Django framework. This Django REST Framework - Full Stack Python APIs using Python course breaks tools and techniques to enhance your understanding of the Django framework and its features. The project-based course provides step-by-step instructions on how to create a Rest API from scratch. You will start the course by learning how to set up a Django development environment and proceed towards the fundamental steps in creating a Rest API project. You will gain the knowledge to develop Rest APIs using function-based views and class-based views. You will also learn the best practices to secure your Rest APIs. Learning Outcomes Gain in-depth knowledge Rest API Learn hope to configure the Rest API Identify the importance of Django Framework Deepen your understanding of mixins and generic views Know how to create Rest APIs using function based views Learn how to create viewset Be able to create Rest APIs with class based views Who Is This Course For? The Django REST Framework - Full Stack Python APIs using Python course is incredibly beneficial for professionals interested in learning how to create Python Rest APIs in Django Framework. Entry Requirement This course is available to all learners of all academic backgrounds. Learners should be aged 16 or over. Good understanding of English language, numeracy and ICT skills are required to take this course. Certification After you have successfully completed the course, you will obtain an Accredited Certificate of Achievement. And, you will also receive a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hardcopy for £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why Choose Us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos and materials from the industry-leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; United Kingdom & internationally recognized accredited qualification; Access to course content on mobile, tablet and desktop from anywhere, anytime; Substantial career advancement opportunities; 24/7 student support via email. Career Path Django REST Framework - Full Stack Python APIs using Python provides essential skills that will make you more effective in your role. It would be beneficial for any related profession in the industry, such as Full Stack- Lead Software Developer Python/Django Developer Backend Developer Software Engineer-Python Unit 01: Start Here Module 01: Course and Instructor Introduction 00:03:00 Module 02: How to make the best of this course 00:02:00 Unit 02: Introduction Module 01: What is REST? 00:06:00 Module 02: Why REST 00:08:00 Module 03: What and Why DJango REST Framework 00:06:00 Unit 03: Software Setup Module 01: Install DJango 00:03:00 Module 02: Install DJango REST Framework 00:01:00 Module 03: Install MySql and MySql workbench 00:03:00 Module 04: Launch MySql workbench 00:02:00 Module 05: Install python mysqlclient 00:01:00 Module 06: Install ATOM 00:03:00 Module 07: Install Postman 00:01:00 Unit 04: REST in Action Module 01: Create the Project 00:03:00 Module 02: Create a view 00:02:00 Module 03: Configure the URL and TEST 00:03:00 Module 04: Create app level urls 00:02:00 Module 05: Create a model class 00:03:00 Module 06: Configure the database and run migrations 00:03:00 Module 07: Use the model in the view and test 00:03:00 Unit 05: Function Based Views and Serializers Module 01: DRF Components 00:06:00 Module 02: Function Based Views 00:05:00 Module 03: Serializers 00:04:00 Module 04: Create the Project 00:02:00 Module 05: Create the Model 00:02:00 Module 06: Create the Serializer 00:02:00 Module 07: GET single student 00:04:00 Module 08: Create Student 00:04:00 Module 09: Implement Non Primary Key Based Operations 00:07:00 Module 10: Use @api_view 00:01:00 Module 11: Configure the URLs 00:02:00 Module 12: Test 00:07:00 Module 13: Test Using Postman 00:04:00 Unit 06: Class Based Views Module 01: Introduction 00:03:00 Module 02: Create the Project 00:03:00 Module 03: Implement Non Primary Key Based Operations 00:06:00 Module 04: Implement Primary Key Based Operations 00:07:00 Module 05: Configure the URLs and TEST 00:04:00 Unit 07: Mixins Module 01: Introduction 00:05:00 Module 02: Non Primary Key based operations 00:04:00 Module 03: Primary Key based operations 00:02:00 Module 04: Configure the URLs and TEST 00:02:00 Unit 08: Generic Views Module 01: Generics 00:03:00 Module 02: Generics in action 00:03:00 Unit 09: ViewSets Module 01: Introduction 00:03:00 Module 02: Create ViewSet 00:02:00 Module 03: Configure URLs and Test 00:04:00 Unit 10: Nested Serializers Module 01: Create the project 00:02:00 Module 02: Create model 00:03:00 Module 03: Create Serializers 00:04:00 Module 04: Create REST endpoints 00:03:00 Module 05: Configure URLs 00:02:00 Module 06: Test 00:03:00 Unit 11: Pagination Module 01: Introduction 00:06:00 Module 02: Pagination in action 00:05:00 Module 03: Pagination at class level 00:03:00 Module 04: Using LimitOffsetPagination 00:01:00 Unit 12: Security Module 01: Introduction 00:04:00 Module 02: Authentication in action 00:03:00 Module 03: Authorization in action 00:06:00 Module 04: Global Security 00:04:00 Unit 13: Flight Reservation API Module 01: Usecase 00:01:00 Module 02: Create the Project 00:01:00 Module 03: Create Model Classes 00:03:00 Module 04: Create Reservation Model 00:01:00 Module 05: Create Serializers 00:01:00 Module 06: Create ViewSets 00:02:00 Module 07: Configure the Router 00:02:00 Module 08: Run Migrations 00:01:00 Module 09: Initial round of testing 00:04:00 Module 10: Implement findFlights endpoint 00:03:00 Module 11: Test findFlights 00:05:00 Module 12: Implement Save Reservation 00:06:00 Module 13: Test Save Reservation 00:04:00 Unit 14: Validations Module 01: In-Built Validations 00:04:00 Module 02: Allowing Blank and Null Values 00:02:00 Module 03: Create Custom Validator 00:05:00 Module 04: Two more ways 00:07:00 Unit 15: Token Auth Module 01: Introduction 00:03:00 Module 02: Configure Token Auth 00:05:00 Module 03: Create Users and Token 00:04:00 Module 04: Token Auth in action 00:03:00 Module 05: Automate Token Creation 00:09:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00