• 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 "meta:language=python"

 Tags: meta:language=python  x 
  
Recipe 1 to 20 of 4591
« Prev 1 2 3 ... 230 Next »
  • 261k
    views
    2
    score
    Uno (Text-Based)
    Python / artificial_intelligence, cards, game, text_game, uno / by Brandon Martin (6 years ago)
  • 99k
    views
    2
    score
    Insert a Text Box in a PDF page (fitz / PyMuPDF)
    Python / fitz, mupdf, pdf, textbox / by Jorj X. McKie (6 years ago)
  • 95k
    views
    2
    score
    Frame with border color for Tkinter
    Python / border, color, frame, tkinter / by Miguel Martínez López (7 years ago)
  • 395k
    views
    3
    score
    The Game of Tic Tac Toe in Python
    Python / beginner, game, python / by Captain DeadBones (10 years ago)
  • 77k
    views
    2
    score
    Inserting Images on PDF Pages
    Python / fitz, mupdf, pdf, pymupdf / by Jorj X. McKie (6 years ago)
  • 76k
    views
    2
    score
    Convert Microsot Excel (XLSX) to PDF with Python and xtopdf
    Python / excel, formats, openpyxl, pdf, python, xlsx, xtopdf / by Vasudev Ram (8 years ago)
  • 161k
    views
    2
    score
    Implementing function-based callbacks in Python
    Python / callback, function, functions, python, techniques / by Vasudev Ram (7 years ago)
  • 38k
    views
    2
    score
    Implementing class-based callbacks in Python
    Python / callbacks, classes, functions, methods, objects, programming,