Skip to content

danimilani/python_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Projects

Repository with a few projects that I have been doing to practice Python.

  1. Password Generator

Project to create a password with random characters - combination of letters, numbers and special characters - with the length based on user's input.

pw

  1. QR Code Generator

Project to create a QR code based on the user's input.

This is the QR Code created with my Linkedin profile link:

code1

  1. Binary Search in Python

Project to demonstrate how the binary search works to find a given number inside a list. It returns the steps taken and how many times a list is split in half to be able to find the given number on it.

Examples:

In a given list: [1,2,3,4,5,6,7,8,9]

To find the number 1 - List needs to be split in half twice:

ex1

To find the number 8 - List needs to be split in half once:

ex8

About

Repository with projects to practice Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages