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
Most viewed Python recipes tagged "text"
Tags:
text
x
Recipe 1 to 20 of 190
« Prev
1
2
3
...
10
Next »
296
k
views
4
score
Byte to Hex and Hex to Byte String Conversion
Python
/
text
/
by
Simon Peverett
(17 years ago)
236
k
views
1
score
Converting between ASCII numbers and characters
Python
/
text
/
by
Hamish Lawson
(22 years ago)
166
k
views
1
score
Convert a string into a raw string
Python
/
text
/
by
Brett Cannon
(22 years ago, revision 3)
136
k
views
6
score
Pure Python PDF to text converter
Python
/
text
/
by
Dirk Holtwick
(17 years ago, revision 2)
119
k
views
2
score
Checking whether a string contains a set of chars
Python
/
text
/
by
Jürgen Hermann
(22 years ago, revision 2)
114
k
views
6
score
Guaranteed conversion to unicode or byte string
Python
/
text
/
by
Wai Yip Tung
(18 years ago)
107
k
views
3
score
Search and replace text in a file.
Python
/
text
/
by
Jeff Bauer
(23 years ago)
92
k
views
2
score
Replacing a portion of a string
Python
/
text
/
by
Hamish Lawson
(22 years ago, revision 3)
89
k
views
1
score
Find and replace string in all files in a directory
Python
/
text
/
by
Anthony Barker
(20 years ago)
86
k
views
0
score
Find All Indices of a SubString in a Given String
Python
/
text
/
by
Bibha Tripathi
(17 years ago, revision 2)
83
k
views
0
score
Droids ( a text adventure )
Python
/
beginner
,
commandline
,
game
,
python3
,
text
/
by
jay
(10 years ago)
81
k
views
1
score
Hamming distance
Python
/
text
/
by
Michael Mayhew
(17 years ago)
79
k
views
7
score
Yet Another Python Templating Utility (YAPTU)
Python
/
text
/
by
Alex Martelli
(22 years ago, revision 6)
77
k
views
4
score
Single-pass Multiple Replace
Python
/
text
/
by
Xavier Defrang
(22 years ago, revision 5)
73
k
views
1
score
Add thousands separator commas to formatted numbers
Python
/
text
/
by
Manuel Garcia
(17 years ago)
73
k
views
1
score
Split String into n-size pieces
Python
/
text
/
by
Matt Wallace
(17 years ago)
70
k
views
3
score
Python text to pdf converter
Python
/
text
/
by
Anand
(20 years ago, revision 8)
66
k
views
1
score
Simulating the ternary operator in Python
Python
/
text
/
by
Jürgen Hermann
(23 years ago)
66
k
views
1
score
Check that a string represents an integer number
Python
/
text
/
by
Francesco Ricciardi
(19 years ago)
66
k
views
1
score
Using re.match, re.search, and re.group in if ... elif ... elif ... else ...
Python
/
text
/
by
Peter Kleiweg
(18 years ago, revision 5)
Recipe 1 to 20 of 190
« Prev
1
2
3
...
10
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed Python recipes tagged "text"
Top-rated recipes
Hex dumper
(Python)
Using terminfo for portable color …
(Python)
Yet Another Python Templating Util…
(Python)
Pure Python PDF to text converter
(Python)
Guaranteed conversion to unicode o…
(Python)
Templite
(Python)
Chomsky random text generator
(Python)
Easy to use, easy to read, python …
(Python)
Render tables for text interface
(Python)
Sorting big files the Python 2.6 w…
(Python)
Related tags
+
−
python
(6)
+
−
text_processing
(5)
+
−
commandline
(3)
+
−
editor
(3)
+
−
encryption
(3)
+
−
tkinter
(3)
+
−
beginner
(2)
+
−
binary
(2)
+
−
conversion
(2)
+
−
cryptography
(2)
+
−
cryptology
(2)
+
−
decryption
(2)
+
−
file
(2)
+
−
files
(2)
+
−
game
(2)
+
−
html
(2)
+
−
python3
(2)
+
−
template
(2)
+
−
utilities
(2)
+
−
wrap
(2)
x
Undo