The Python Oracle

How to read a file without newlines?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Forest of Spells Looping

--

Chapters
00:00 Question
00:30 Accepted answer (Score 875)
02:26 Answer 2 (Score 90)
02:36 Answer 3 (Score 33)
03:03 Answer 4 (Score 22)
03:16 Thank you

--

Full question
https://stackoverflow.com/questions/1233...

Accepted answer links:
[str.splitlines]: https://docs.python.org/library/stdtypes...
[writelines()]: https://docs.python.org/library/io.html#...

Answer 3 links:
[str.rstrip(chars)]: https://docs.python.org/library/stdtypes...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #linebreaks #readlines

#avk47