{ "summary": { "verified": 72, "unavailable": 42, "total": 114 }, "topics": { "verified": [ { "id": "what-is-python", "title": "What is Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "who-developed-python", "title": "Who developed Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "why-is-python-popular", "title": "Why is Python popular?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "features-of-python", "title": "Features of Python", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "applications-of-python", "title": "Applications of Python", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-variables-in-python", "title": "What are variables in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-data-types-in-python", "title": "What are data types in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "difference-between-list-and-tuple", "title": "Difference between list and tuple?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "difference-between-set-and-dictionary", "title": "Difference between set and dictionary?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-are-strings-in-python", "title": "What are strings in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-operators-in-python", "title": "What are operators in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-conditional-statements", "title": "What are conditional statements?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-loops-in-python", "title": "What are loops in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "difference-between-for-and-while-loop", "title": "Difference between for and while loop?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-break-statement", "title": "What is break statement?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-continue-statement", "title": "What is continue statement?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-functions-in-python", "title": "What are functions in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "difference-between-parameter-and-argument", "title": "Difference between parameter and argument?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-return-statement", "title": "What is return statement?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-lambda-functions", "title": "What are lambda functions?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-recursion", "title": "What is recursion?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-modules-in-python", "title": "What are modules in Python?", "category": "Modules and Packages", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-packages-in-python", "title": "What are packages in Python?", "category": "Modules and Packages", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-pip", "title": "What is pip?", "category": "Modules and Packages", "sources": [ "https://pip.pypa.io/en/stable/" ] }, { "id": "what-is-init-py", "title": "What is init.py?", "category": "Modules and Packages", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-indentation-in-python", "title": "What is indentation in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-comments-in-python", "title": "What are comments in Python?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-pass-statement", "title": "What is pass statement?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-type-casting", "title": "What is type casting?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-input-function", "title": "What is input() function?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-print-function", "title": "What is print() function?", "category": "Python Fundamentals", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-lists-in-python", "title": "What are lists in Python?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-are-tuples", "title": "What are tuples?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-are-sets", "title": "What are sets?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-are-dictionaries", "title": "What are dictionaries?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-is-slicing", "title": "What is slicing?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-is-list-comprehension", "title": "What is list comprehension?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-is-tuple-unpacking", "title": "What is tuple unpacking?", "category": "Collections", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-are-exceptions", "title": "What are exceptions?", "category": "Exceptions", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-try-except-block", "title": "What is try-except block?", "category": "Exceptions", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-finally-block", "title": "What is finally block?", "category": "Exceptions", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-virtual-environment", "title": "What is virtual environment?", "category": "Modules and Packages", "sources": [ "https://docs.python.org/3/library/venv.html" ] }, { "id": "what-is-oop-in-python", "title": "What is OOP in Python?", "category": "Object-Oriented Python", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-classes-and-objects", "title": "What are classes and objects?", "category": "Object-Oriented Python", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-constructor-in-python", "title": "What is constructor in Python?", "category": "Object-Oriented Python", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-inheritance", "title": "What is inheritance?", "category": "Object-Oriented Python", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-is-polymorphism", "title": "What is polymorphism?", "category": "Object-Oriented Python", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-decorators", "title": "What are decorators?", "category": "Object-Oriented Python", "sources": [ "https://docs.python.org/3/tutorial/" ] }, { "id": "what-are-generators", "title": "What are generators?", "category": "Iteration", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-are-iterators", "title": "What are iterators?", "category": "Iteration", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "difference-between-iterator-and-generator", "title": "Difference between iterator and generator?", "category": "Iteration", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-yield-keyword", "title": "What is yield keyword?", "category": "Iteration", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-are-args-and-kwargs", "title": "What are *args and **kwargs?", "category": "Functions", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-scope-in-python", "title": "What is scope in Python?", "category": "Execution Model", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-namespace", "title": "What is namespace?", "category": "Execution Model", "sources": [ "https://docs.python.org/3/reference/" ] }, { "id": "what-is-garbage-collection", "title": "What is garbage collection?", "category": "Memory and Runtime", "sources": [ "https://docs.python.org/3/library/gc.html" ] }, { "id": "what-is-shallow-copy", "title": "What is shallow copy?", "category": "Object Model", "sources": [ "https://docs.python.org/3/library/copy.html" ] }, { "id": "what-is-deep-copy", "title": "What is deep copy?", "category": "Object Model", "sources": [ "https://docs.python.org/3/library/copy.html" ] }, { "id": "what-is-mutable-and-immutable", "title": "What is mutable and immutable?", "category": "Object Model", "sources": [ "https://docs.python.org/3/library/stdtypes.html" ] }, { "id": "what-is-multithreading", "title": "What is multithreading?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/threading.html" ] }, { "id": "what-is-multiprocessing", "title": "What is multiprocessing?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/multiprocessing.html" ] }, { "id": "difference-between-thread-and-process", "title": "Difference between thread and process?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/threading.html", "https://docs.python.org/3/library/multiprocessing.html" ] }, { "id": "what-is-gil-in-python", "title": "What is GIL in Python?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/threading.html" ] }, { "id": "what-is-asynchronous-programming", "title": "What is asynchronous programming?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/asyncio.html" ] }, { "id": "what-is-async-await", "title": "What is async/await?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/asyncio.html" ] }, { "id": "what-is-pep8", "title": "What is PEP8?", "category": "Style and Tooling", "sources": [ "https://peps.python.org/pep-0008/" ] }, { "id": "what-is-asyncio", "title": "What is asyncio?", "category": "Concurrency", "sources": [ "https://docs.python.org/3/library/asyncio.html" ] }, { "id": "reverse-a-string", "title": "Reverse a string", "category": "Coding Exercises", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "check-palindrome", "title": "Check palindrome", "category": "Coding Exercises", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "fibonacci-series", "title": "Fibonacci series", "category": "Coding Exercises", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "factorial-program", "title": "Factorial program", "category": "Coding Exercises", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] }, { "id": "remove-duplicates-from-list", "title": "Remove duplicates from list", "category": "Coding Exercises", "sources": [ "https://docs.python.org/3/reference/", "https://docs.python.org/3/tutorial/" ] } ], "unavailable": [ { "id": "python-vs-java", "title": "Python vs Java", "category": "Unverified", "sources": [] }, { "id": "python-vs-javascript", "title": "Python vs JavaScript", "category": "Unverified", "sources": [] }, { "id": "string-methods-in-python", "title": "String methods in Python", "category": "Unverified", "sources": [] }, { "id": "common-list-methods", "title": "Common list methods", "category": "Unverified", "sources": [] }, { "id": "dictionary-methods", "title": "Dictionary methods", "category": "Unverified", "sources": [] }, { "id": "what-is-file-handling", "title": "What is file handling?", "category": "Unverified", "sources": [] }, { "id": "difference-between-read-and-write-mode", "title": "Difference between read and write mode?", "category": "Unverified", "sources": [] }, { "id": "what-is-python-interpreter", "title": "What is Python interpreter?", "category": "Unverified", "sources": [] }, { "id": "what-is-flask", "title": "What is Flask?", "category": "Unverified", "sources": [] }, { "id": "what-is-django", "title": "What is Django?", "category": "Unverified", "sources": [] }, { "id": "what-is-fastapi", "title": "What is FastAPI?", "category": "Unverified", "sources": [] }, { "id": "how-python-memory-management-works", "title": "How Python memory management works?", "category": "Unverified", "sources": [] }, { "id": "what-is-metaclass", "title": "What is metaclass?", "category": "Unverified", "sources": [] }, { "id": "what-is-monkey-patching", "title": "What is monkey patching?", "category": "Unverified", "sources": [] }, { "id": "what-is-rest-api", "title": "What is REST API?", "category": "Unverified", "sources": [] }, { "id": "what-is-graphql", "title": "What is GraphQL?", "category": "Unverified", "sources": [] }, { "id": "what-is-docker", "title": "What is Docker?", "category": "Unverified", "sources": [] }, { "id": "what-is-kubernetes", "title": "What is Kubernetes?", "category": "Unverified", "sources": [] }, { "id": "what-is-machine-learning", "title": "What is machine learning?", "category": "Unverified", "sources": [] }, { "id": "what-is-tensorflow", "title": "What is TensorFlow?", "category": "Unverified", "sources": [] }, { "id": "what-is-pytorch", "title": "What is PyTorch?", "category": "Unverified", "sources": [] }, { "id": "how-do-you-optimize-python-code", "title": "How do you optimize Python code?", "category": "Unverified", "sources": [] }, { "id": "how-do-you-improve-api-performance", "title": "How do you improve API performance?", "category": "Unverified", "sources": [] }, { "id": "how-do-you-handle-large-datasets", "title": "How do you handle large datasets?", "category": "Unverified", "sources": [] }, { "id": "how-do-you-handle-concurrency", "title": "How do you handle concurrency?", "category": "Unverified", "sources": [] }, { "id": "how-do-you-secure-python-apis", "title": "How do you secure Python APIs?", "category": "Unverified", "sources": [] }, { "id": "how-do-you-deploy-python-applications", "title": "How do you deploy Python applications?", "category": "Unverified", "sources": [] }, { "id": "prime-number-check", "title": "Prime number check", "category": "Unverified", "sources": [] }, { "id": "flatten-nested-list", "title": "Flatten nested list", "category": "Unverified", "sources": [] }, { "id": "create-rest-api-using-flask", "title": "Create REST API using Flask", "category": "Unverified", "sources": [] }, { "id": "build-crud-api-using-fastapi", "title": "Build CRUD API using FastAPI", "category": "Unverified", "sources": [] }, { "id": "python-fundamentals-191-260", "title": "Python Fundamentals (191–260)", "category": "Unverified", "sources": [] }, { "id": "python-libraries-deep-dive-261-340", "title": "Python Libraries Deep Dive (261–340)", "category": "Unverified", "sources": [] }, { "id": "backend-and-api-questions-341-420", "title": "Backend & API Questions (341–420)", "category": "Unverified", "sources": [] }, { "id": "ai-and-data-science-questions-421-500", "title": "AI & Data Science Questions (421–500)", "category": "Unverified", "sources": [] }, { "id": "expert-level-questions-501-580", "title": "Expert-Level Questions (501–580)", "category": "Unverified", "sources": [] }, { "id": "python-mcqs", "title": "Python MCQs", "category": "Unverified", "sources": [] }, { "id": "python-rapid-fire-questions", "title": "Python Rapid Fire Questions", "category": "Unverified", "sources": [] }, { "id": "python-interview-questions-with-answers-pdf", "title": "Python Interview Questions with Answers PDF", "category": "Unverified", "sources": [] }, { "id": "python-cheat-sheet", "title": "Python Cheat Sheet", "category": "Unverified", "sources": [] }, { "id": "complete-python-mastery-roadmap", "title": "Complete Python Mastery Roadmap", "category": "Unverified", "sources": [] }, { "id": "become-a-senior-python-developer", "title": "Become a Senior Python Developer", "category": "Unverified", "sources": [] } ] } }