The Python Oracle

Reverse a string in Python

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: Puzzle Island

--

Chapters
00:00 Question
00:33 Accepted answer (Score 3017)
01:08 Answer 2 (Score 305)
01:27 Answer 3 (Score 299)
06:57 Answer 4 (Score 47)
11:00 Thank you

--

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

Accepted answer links:
[slicing]: https://stackoverflow.com/questions/5092...

Answer 3 links:
[may not]: https://www.python.org/dev/peps/pep-0008...

Answer 4 links:
[extended slice notation]: https://docs.python.org/2/whatsnew/2.3.h...
[pythonic]: https://stackoverflow.com/a/25011492/422...
[iterable]: https://docs.python.org/2/glossary.html#...
[cognitive load]: https://en.wikipedia.org/wiki/Cognitive_...
[alternate simple approach]: https://stackoverflow.com/a/6238928/4222...
[alternate simple approach]: https://stackoverflow.com/a/766291/42223
[alternate explanation of slice notation]: https://stackoverflow.com/questions/5092...

--

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

--

Tags
#python #string

#avk47