Skip to content

nayeonshin/nayeons-python-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nayeon's Python Lab 🐍

Nayeon's Python Lab is where I experiment with Python.

πŸ§ͺ TILs
  • zen_of_python.py: If you import this, you can see the Zen of Python.
  • insertion_sort.py & selection_sort.py
  • looping_with_iterators.py: Iterables can be passed to the iter() function to get an iterator for them. Iterators can be passed to the next() function which gives their next item or raises StopIteration.
  • counter.py: An empty Counter() object is smaller than any other non-empty Counter() objects. Also, a Counter() object with one key whose value is 0 is equal to an empty Counter() object.

About

Nayeon's Python Lab 🐍

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages