Skip to content

nicobarra/Python-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-concepts

This is a project of with some really intresting concepts about Python:

  • Closures
  • Decorators
  • Iterators
  • Generators
  • Sets

How to execute it?

You have to install the libraries contained in the requirements.txt file:

pip install requirements.txt

And after that, run the main.py file:

python3 main.py

And it will return the following: (You have to choose each output)

output_6 output7

It also has messages if you have an error in the input of any function. For example:

errtor_1 eerror1

And the same happens with the input options of all of the functions.

About

This is a project of with some really intresting concepts about Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages