Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged strings  ✕   ✕
ikamensh/flynt https://github.com/ikamensh/flynt
Tue 16 Feb 2021 01:57:49 PM PST archive.org

flynt is a command line tool to automatically convert a project's Python code from old "%-formatted" and .format(...) strings into Python 3.6+'s "f-strings".

python cli tool strings formatting converter
paul-wolf/strgen: A Python module for a template language that generates randomized data https://github.com/paul-wolf/strgen
Sun 09 Jun 2019 12:06:46 AM PDT archive.org

Generate test data, unique ids, passwords, vouchers or other randomized textual data very quickly using a template language. The template language is superficially similar to regular expressions but instead of defining how to match or capture strings, it defines how to generate randomized strings.

python module strings templates random data generator
minimaxir/big-list-of-naughty-strings: The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. https://github.com/minimaxir/big-list-of-naughty-strings
Fri 16 Nov 2018 11:14:55 AM PST archive.org

Maybe I could use these as password cracking dictionaries?

strings inputs passwords dictionary collection cracking
Removing Punctuation From Python List Items - Stack Overflow https://stackoverflow.com/questions/4371231/removing-punctuation-from-python-list-items
Tue 20 Mar 2018 12:19:44 AM PDT archive.org

How to clean punctuation marks out of strings represented as lists in Python without needing to build or import a full text parser. The second answer is the most straightforward but not necessarily the most Pythonic.

python punctuation howto lists parsing cleanup strings
PyFormat: Using % and .format() for great good! https://pyformat.info/
Mon 19 Mar 2018 10:41:27 PM PDT archive.org

With this site we try to show you the most common use-cases covered by the old and new style string formatting API with practical examples.

All examples on this page work out of the box with with Python 2.7, 3.2, 3.3, 3.4, and 3.5 without requiring any additional libraries.

Github: https://github.com/ulope/pyformat.info

python format strings documentation reference printing
4219 links, including 279 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn