Skip to content

mjjackey/Python_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_Practice

The miscellaneous practices for python, which contains some high order features and functional programming, i.e.

  • generator

  • iterator

  • map-reduce

  • filter

  • sorted

  • closure

  • lambda

  • decorator

In addition, this practice contains some coding tests for some companies and some data-structures and algorithms.