Test Your Python Knowledge
Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 714.48 MB | Duration: 3h 31m
Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 714.48 MB | Duration: 3h 31m
Assess and revise your knowledge of Python language and library
What you'll learn
How to answer questions related to Python language
Understand commonly asked questions related to different topics in the language and library
Refresh and revise all important topics of the language
Understand the difference between correct answer and wrong answer
Understand the weak and strong areas in Python and thereby identify areas to focus on
Requirements
Working knowledge of Python programming language.
Description
This course is designed to enable you assess your knowledge of Python so that you prepare well for Python Interviews (oral or written). Please note, Interviews do not have any predefined syllabus or structure. It all depends on the interviewer. So, the best way to prepare for interview is to cover all important concepts of the language and fill whatever gaps that exist.In this course, you get questions regarding every important topic of Python language so that you get an overall assessment of your language knowledge.This course is the best way for you to revise and refresh your knowledge of Python before you attend any interview. This course is not about algorithms and how to implement them in Python, instead, it is about Python language concepts and what is valid and what is not valid in the language. The following are the major topics covered in this course:Language Elements - Data Types, Operators and REPLControl Statements - If statements and Looping structures Data Structures - Strings, Lists, Tuples, Sets and Dictionaries Functions - Parameters of all types, Return type, Passing Parameters, Nested functions, Variable scopesFunctional Programming Object Oriented Programming - Classes, Static members, Abstract methods, Special Methods and Inheritance Exception Handling Iterators and Generators File Handling Serialization - Binary and JSONos module Regular Expression - re ModuleDateTime ModuleDatabase Access - DB API 2.0Requests LibraryBeautifulSoup LibraryCollections Module Type Hints Multithreading Features of the course:Each lesson covers one area of the language or library.Read the question and try to answer by pausing the video. Once your answer is ready then resume and get the right answer and understand why it is correct and others are not correct from my explanation. You get a PDF with all questions for each lesson, which includes the code snippets. Do experiment with code snippets in your system to understand where you went you wrong (in case your answer is wrong). This is very important, not just to prepare for interviews, but also to learn language more thoroughly.I used Python version 3.11.5 and PyCharm community edition 2023.2.1. Feel free to use any other editor or IDE.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Python Language Basics
Lecture 2 Language Elements
Lecture 3 Conditional Statements
Lecture 4 Loops
Section 3: Data Structures
Lecture 5 Strings
Lecture 6 Lists
Lecture 7 Tuple and Sets
Lecture 8 Dictionaries
Lecture 9 Operators related to collections
Section 4: Functions, Modules and Packages
Lecture 10 Functions - Part 1
Lecture 11 Functions - Part 2
Lecture 12 Modules, Packages and PIP
Section 5: Object Oriented Programming
Lecture 13 Classes and Objects
Lecture 14 Inheritance
Lecture 15 Exceptions, Iterators and Generators
Section 6: Standard Libraries
Lecture 16 File Handling, Serialization and JSON
Lecture 17 Regular Expressions and DateTime Module
Lecture 18 Multithreading
Lecture 19 Collections Library
Lecture 20 DB API 2.0
Section 7: External Libraries
Lecture 21 Requests Library
Lecture 22 BeautifulSoup Library
Lecture 23 Type Hints
Section 8: Conclusion
Lecture 24 What's Next
Anyone who knows Python and would like to attempt interviews or just curious to assess and revise their knowledge of Python.