Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Java
10.8K+ articles
Mathematical
7.7K+ articles
C++
4.3K+ articles
Competitive Programming
3.2K+ articles
C++ Programs
2.4K+ articles
Algorithms
2.0K+ articles
C Language
1.8K+ articles
Programming Language
/
Python
/
Python-Quizzes
Python-Quizzes
32 posts
Recent Articles
Popular Articles
Python - Eye blink detection project
Last Updated: 30 June 2022
In this tutorial you will learn about detecting a blink of human eye with the feature mappers knows as haar cascades. Here in the project, we will use the python language ...
read more
Project
Python-Quizzes
Machine Learning
python
Python-projects
Use of na_values parameter in read_csv() function of Pandas in Python
Last Updated: 20 March 2024
read_csv() is an important pandas function to read CSV files. But there are many other things one can do through this function only to change the returned object completel...
read more
Python
Python-Quizzes
Python-pandas
NumPy for Matlab users
Last Updated: 29 December 2022
NumPy and Matlab are very similar to each other, both are made for mathematical and scientific calculations. But still there are many differences, numPy is made to do scie...
read more
Python
Computer Subject
Python-Quizzes
MATLAB
MATLAB
Context Variables in Python
Last Updated: 17 August 2020
Context variable objects in Python is an interesting type of variable which returns the value of variable according to the context. It may have multiple values according t...
read more
Python
Python-Quizzes
python-basics
Dependency tree of a Python Module
Last Updated: 19 August 2020
Generally, many Python packages are dependent on other packages but how do we know that on which packages is a module dependent?pip freeze:This is a python built-in module...
read more
Python
Python-Quizzes
python-utility
Inheritance and Composition in Python
Last Updated: 01 October 2020
Prerequisite - Classes and Objects in PythonThis article will compare and highlight the features of is-a relation and has-a relation in Python.What is Inheritance (Is-A Re...
read more
Python
Python-Quizzes
python-oop-concepts
Python-OOP
Output of Python Program - Dictionary (set 25)
Last Updated: 23 June 2022
Prerequisite: Dictionaries in PythonThese question sets will make you conversant with Dictionary Concepts in Python programming language. Question 1: Which of the followin...
read more
Python
Python Programs
Python-Quizzes
MCQ
Case-insensitive string comparison in Python
Last Updated: 22 April 2025
The goal here is to compare strings in a list without considering their case, meaning the comparison should ignore whether letters are uppercase or lowercase. For example,...
read more
Python
Python Programs
Python-Quizzes
python-string
How to convert NumPy array to dictionary in Python?
Last Updated: 26 February 2023
The following article explains how to convert numpy array to dictionary in Python. Array in Numpy is a table of elements (usually numbers), all of the same type, indexed b...
read more
Python
Python-Quizzes
Python-numpy
Python Keywords and Identifiers
Last Updated: 16 May 2025
Every language contains words and a set of rules that would make a sentence meaningful. Similarly, in Python programming language, there are a set of predefined words, cal...
read more
Python
Python-Quizzes
python-basics
Managing Packages in Pycharm
Last Updated: 17 January 2021
Pycharm supports installation, uninstallation, and up-gradation of Python packages. By default, Pycharm makes use of the pip package manager for the same. Similarly, conda...
read more
Python
Python Programs
Python-Quizzes
Count the number of Unique Characters in a String in Python
Last Updated: 20 February 2025
We are given a string, and our task is to find the number of unique characters in it. For example, if the string is "hello world", the unique characters are {h, e, l, o, w...
read more
Strings
Hash
Technical Scripter
Python
Python-Quizzes
DSA
HashSet
python-set
What makes Python a slow language ?
Last Updated: 22 July 2021
Python is a high-level language (than C or C++) thus Python itself manages details of a program like memory allocation, memory deallocation, pointers, etc. This makes writ...
read more
Python
Python-Quizzes
Accolite Digital Interview Experience for Intern + FTE | On-Campus 2022
Last Updated: 03 September 2021
In our college campus recruitment process will have an online test (MCQs - 30 min/30Que Coding Round - 60min duration), followed by technical (2 levels) and personal inte...
read more
Interview Experiences
Divide and Conquer
Project
Internship
Experienced
DBMS
Data Structures
CS – Placements
English – Placements
Python-Quizzes
Web Technologies
Machine Learning
DSA
Accolite
On-Campus
Marketing
python
Experiences
AI-ML-DS
Python Quiz
Last Updated: 28 January 2025
These Python quiz questions are designed to help you become more familiar with Python and test your knowledge across various topics. From Python basics to advanced concept...
read more
Python
Python-Quizzes
python
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !