Python's splitlines() Method Handles More Line Boundaries Than Just Newlines
(With thanks to Seth Larson for taking me down this rabbit hole.)
Read the full articleYou might also wanna read
Python Strings and f-strings, Explained
Create, slice, and format text in Python: quotes, indexing, the string methods you'll actually use, and clean f-string formatting.
How Pattern Recognition Transforms Slow Code into Efficient Solutions
A software developer on DEV Community illustrates how recognizing algorithmic patterns can dramatically improve coding performance. Using th

Heads-up on File and Stream groovy methods
Over the week-end, I implemented new groovy methods, as defined in GROOVY-208 Plus a few complementary methods. getText() : BufferedReader.g
Generic Regex : How to use the couple of "Backtracking Control" verbs (*SKIP)(*FAIL) or (*SKIP)(*F) in regexes
Even if the shorter, similar string was after the longer string, the same Regular Expression (Regex) can be used to get the same result:- In

The First Python Program That Actually Made Sense
How understanding Python data types helped me stop guessing, fix beginner mistakes, and finally understand what my code was doing. Photo by

CSS text-wrap
In print typography, a lot of attention is paid to line-breaking and text wrapping (among many other things). In web typography, where we ha

Comments
Sign in to join the conversation.
No comments yet. Be the first.