Python nested loops as classes for improved readability and modularity
-
Updated
Jan 3, 2024 - Python
Python nested loops as classes for improved readability and modularity
My mini-projects, which were inspired by people and the courses I took. Their list will be updated from time to time.
Solutions for the course. The topic of the course is "Python Generation course: a course for advanced". The topics covered in the course are listed in the repository topics.
This repository contains my solutions to the tasks from the Programming Basics with Python course at SoftUni (May 2022).
Algorithm to build a database (in json) with the Wikipedia's API for all the famous deaths from 1992 to 2022.
This script takes user inputs for numeric sequence and asked what to find. Script tells how many times the asked number appeared in sequence.
*Comprehensive bKash Transaction Menu in Python*. This Python script simulates the bKash transaction menu, enabling users to send money, cash out, recharge mobiles, and make payments. Features include checking balance, viewing statements, changing PIN, and accessing help. NOTE : This is just a practice interface, not orignal bkash
To practice using nested loops to solve a problem.
Write a code to implement Nested-Loop algorithm for outlier detection
Programming Basics with Python - February 2023
Calculator to determine the Mean, Median and Mode of a data set built using python.
Welcome to the **Blackjack Game** repo! This is a simple text-based implementation of the classic card game, Blackjack. Players compete against a dealer to reach a score of 21 or as close to it as possible without going over.
exponents() takes two lists as parameters named bases and powers. It returns a new list containing every number in bases raised to every number in powers. For example with exponents([2, 3, 4], [1, 2, 3]) the result would be the list [2, 4, 8, 3, 9, 27, 4, 16, 64] because it would first include the three solutions for base 2 [(2**1), (2**2) and (…
Python and C
Add a description, image, and links to the nested-loops topic page so that developers can more easily learn about it.
To associate your repository with the nested-loops topic, visit your repo's landing page and select "manage topics."