This repository requires you to solve a problem by writing some basic python code.

Overview

Can You Solve a Problem?

A beginner friendly repository that requires you to solve familiar problems with python. This could be as simple as implementing and tweaking python syntaxes, classes and functions, common data structures(linked list, linear/binary search, reversing, hash functions) and algorithms(search, sorting) solutions, e.t.c. Below are the example problems you can solve with your code;

  • Pick a card: From a list of cards with numbers written on them, write a python program that picks a card containing a given card by turning as few cards as possible.
  • Duplicate Remover: A python program that helps in removing duplicates from a list of numbers.
  • Email Sender: Write a python program that automatically sends email.
  • Temperature Conversion: Write a python program that converts temperature from one unit to another(celcius to farenheit).
  • Random Password Generator: Generate a password for a user with your python script.
  • Search your Computer for a file: Automate the process of searching for a specific file on your computer.
  • Check Specific Number : A python program to find all the values in a list are greater than a specified number.
  • Multiplication Table : A python program to create the multiplication table (from 1 to 10) of a number.
  • LCM : A Python program to find the Least Common Multiple (LCM) of two positive integers.
  • Age Calculator: A program to calculate age based on the year of birth.
  • Count Words in a Sentence: A program that gets a sentence from a user and outputs the sentence and the total number of words.

All solutions are to be uploaded in the In-house folder.

Do well to ascertain the correctness of your code, make sure it solves a problem and runs successfully. Your solutions must be written by you and not under any copyright restriction.

Happy Contributing!

You might also like...
a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself.
a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself.

Handy Project a bit of my project :) and I use some of them for my school lesson or study for an exam! but some of them just for myself. the handy pro

Viewflow is an Airflow-based framework that allows data scientists to create data models without writing Airflow code.
Viewflow is an Airflow-based framework that allows data scientists to create data models without writing Airflow code.

Viewflow Viewflow is a framework built on the top of Airflow that enables data scientists to create materialized views. It allows data scientists to f

Solve various integral equations using numerical methods in Python

Solve Volterra and Fredholm integral equations This Python package estimates Volterra and Fredholm integral equations using known techniques. Installa

My sister is a GR of her class. She had to mark attendance of students from screenshots of teams meeting on an excel sheet. I resolved her problem by reading names from screenshots using PyTesseract and marking them present on the excel using Pandas in Python. It took me 1hr to write the code and it is saving half an hour everyday.
mrcal is a generic toolkit to solve calibration and SFM-like problems originating at NASA/JPL

mrcal is a generic toolkit to solve calibration and SFM-like problems originating at NASA/JPL. Functionality related to these problems is exposed as a set of C and Python libraries and some commandline tools.

Combines power of torch, numerical methods to conquer and solve ALL {O,P}DEs

torch_DE_solver Combines power of torch, numerical methods and math overall to conquer and solve ALL {O,P}DEs There are three examples to provide a li

The presented desktop application was made to solve 1d schrodinger eqation
The presented desktop application was made to solve 1d schrodinger eqation

schrodinger_equation_1d_solver The presented desktop application was made to solve 1d schrodinger eqation. It implements Numerov's algorithm (step by

A slapdash script to solve Wordle or Absurdle automatically

A slapdash script to solve Wordle or Absurdle automatically

App and Python library for parsing, writing, and validation of the STAND013 file format.

python-stand013 python-stand013 is a Python app and library for parsing, writing, and validation of the STAND013 file format. Features The following i

Comments
  • GPA calculator

    GPA calculator

    This program calculates the GPA as a student based on a 5 point grade scale using the number of courses they offer, their grades in each course, and the credit units of each course.

    hacktober-fest hacktoberfest-accepted 
    opened by PrechyDev 3
  • guidelines for developers

    guidelines for developers

    I suggest we add guidelines for developers on how to fork a repository, clone, push and pull. And it will be nice to state software principles and good coding practices to follow.

    resolved 
    opened by abideen305 1
Owner
Precious Kolawole
Health Technology Enthusiast || Aspiring Dermatologist || Data scientist and Machine Learning Engineer
Precious Kolawole
This repository holds those infrastructure-level modules, that every application requires that follows the core 12-factor principles.

py-12f-common About This repository holds those infrastructure-level modules, that every application requires that follows the core 12-factor principl

Tamás Benke 1 Dec 15, 2022
A step-by-step tutorial for how to work with some of the most basic features of Nav2 using a Jupyter Notebook in a warehouse environment to create a basic application.

This project has a step-by-step tutorial for how to work with some of the most basic features of Nav2 using a Jupyter Notebook in a warehouse environment to create a basic application.

Steve Macenski 49 Dec 22, 2022
A community based economy bot with python works only with python 3.7.8 as web3 requires cytoolz

A community based economy bot with python works only with python 3.7.8 as web3 requires cytoolz has some issues building with python 3.10

null 4 Jan 1, 2022
Basic infrastructure for writing scripts in Python

Base Script Python is an excellent language that makes writing scripts very straightforward. Over the course of writing many scripts, we realized that

Deep Compute, LLC 9 Jan 7, 2023
Werkzeug has a debug console that requires a pin. It's possible to bypass this with an LFI vulnerability or use it as a local privilege escalation vector.

Werkzeug Debug Console Pin Bypass Werkzeug has a debug console that requires a pin by default. It's possible to bypass this with an LFI vulnerability

Wyatt Dahlenburg 23 Dec 17, 2022
PressurePlate is a multi-agent environment that requires agents to cooperate during the traversal of a gridworld.

PressurePlate is a multi-agent environment that requires agents to cooperate during the traversal of a gridworld. The grid is partitioned into several rooms, and each room contains a plate and a closed doorway.

Autonomous Agents Research Group (University of Edinburgh) 6 Dec 3, 2022
Just some mtk tool for exploitation, reading/writing flash and doing crazy stuff

Just some mtk tool for exploitation, reading/writing flash and doing crazy stuff. For linux, a patched kernel is needed (see Setup folder) (except for read/write flash). For windows, you need to install zadig driver and replace pid 0003 / pid 2000 driver.

Bjoern Kerler 1.1k Dec 31, 2022
Small exercises to get you used to reading and writing Python code!

Pythonlings Welcome to Pythonlings, an automated Python tutorial program (inspired by Rustlings and Haskellings). WIP This program is still working in

鹤翔万里 5 Sep 23, 2022
Wordler - A program to support you to solve the wordle puzzles

solve wordle (https://www.powerlanguage.co.uk/wordle) A program to support you t

Viktor Martinović 2 Jan 17, 2022
Eatlocal - This package helps users solve PyBites code challenges on their local machine

eatlocal This package helps the user solve Pybites code challenges locally. Inst

Russell 0 Jul 25, 2022