• Skip to Search
  • Skip to Navigation
  • Skip to Content
  • Community
  • |
  • Code
  • |
  • Docs
  • |
  • Downloads ▼
    • Perl
    • Python
    • Tcl
    • Komodo IDE
  • |
  • more ▼
    • Lists
    • Support
    • PPM Index
    • PyPM Index
Welcome, guest | Sign In | My Account | Store | Cart
ActiveState Code » Recipes
Languages Tags Authors Sets

Popular recipes tagged "python2" but not "comprehension" and "python"

 Tags: python2  x  -comprehension  x  -python  x 
  
  • 19k
    views
    3
    score
    Lines Of Code (LOC)
    Python / count, lines, python2, python3, source / by Jean Brouwers (7 years ago, revision 3)
  • 10k
    views
    1
    score
    Emulating super() in Python 3.x using Python 2.7
    Python / beginner, descriptor, metaclass, oop, python2 / by sunqingyao (7 years ago)
  • 6k
    views
    1
    score
    Python2 keyword-only argument emulation as a decorator. Python3 compatible.