• 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 "pdf_generation"

 Tags: python2  x  -pdf_generation  x 
  
  • 19k
    views
    3
    score
    Lines Of Code (LOC)
    Python / count, lines, python2, python3, source / by Jean Brouwers (7 years ago, revision 3)
  • 9k
    views
    2
    score
    Find the arity of a Python function
    Python / functions, introspection, python, python2, reflection / by Vasudev Ram (7 years ago)
  • 11k
    views
    2
    score
    Classifying letters as vowels or consonants and counting their frequencies
    Python / assertions, comprehension, dict, dictionaries, dict_comp, python, python2, tuple, unpack / by Vasudev Ram (7 years ago)
  • 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)
  • 14k
    views
    1
    score
    Finding the sizes of various Python data types
    Python / data, datastructures, memory, python, python2, system, type / by Vasudev Ram (7 years ago)
  • 32k
    views
    1
    score
    Simple drawing tool with Python turtle graphics
    Python / drawing, graphics, python, python2, tkinter, turtle / by Vasudev Ram (8 years ago)
  • 11k
    views
    -2
    score
    The many uses of randomness - Part 1
    Python / python, python2, random, random_number / by Vasudev Ram (7 years ago)
  • 6k
    views
    1
    score
    Python2 keyword-only argument emulation as a decorator. Python3 compatible.
    Python / args, arguments, keyword, keyword_only, kwonly, only, python2 / by István Pásztor (8 years ago, revision 4)
  • 9k
    views
    1
    score
    Computing simple list functions recursively
    Python / algorithm, algorithms, lists, python, python2, recursion, recursive / by Vasudev Ram (8 years ago)
  • 28k
    views
    1
    score
    Use PyAudio to play a list of WAV files
    Python / audio, music, python, python2, sound / by Vasudev Ram (8 years ago)
  • 63k
    views
    1
    score
    Validate data easily with JSON Schema
    Python / data, json, jsonschema, python, python2 / by Vasudev Ram (8 years ago)
  • 16k
    views
    1
    score
    PYQT TOUCH INPUT
    Python / input, python2, qt4, touch / by jshah (8 years ago)
  • 56k
    views
    1
    score
    Recognizing speech (speech-to-text) with the Python speech module
    Python / language_translation, python, python2, speech_recognition, windows / by Vasudev Ram (8 years ago)
  • 29k
    views
    1
    score
    Converting numeric strings to integers
    Python / formats, numbers, numerical, python, python2, representation / by Vasudev Ram (8 years ago)
  • 7k
    views
    1
    score
    Decorator for defining functions with keyword-only arguments
    Python / arguments, decorator, decorators, keyword,