Skip to content
#

python-practice-questions

Here are 14 public repositories matching this topic...

While studying for my PMP exam, I wanted to create a practice exam with Python. This program is for any practice exam and not just the PMP. Your practice exam would depend on the database/API you use within the program. I made this program to pull data from a MySQL database. With a few changes, you could include any database/API as you wish.

  • Updated Jun 21, 2023
  • Python

In this file, I have solved 40 Python problems, with 10 on each level: Basic, Intermediate, Hard, and Challenge. After solving these problems, I understood some of the concepts of list comprehension in depth, such as how to write nested loops, if-else conditions, and nested if conditions in list comprehension.

  • Updated Apr 23, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the python-practice-questions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-practice-questions topic, visit your repo's landing page and select "manage topics."

Learn more