The Python Oracle

How do I check if a string represents a number (float or int)?

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: Droplet of life

--

Chapters
00:00 Question
00:53 Accepted answer (Score 771)
01:59 Answer 2 (Score 1736)
02:27 Answer 3 (Score 288)
04:59 Answer 4 (Score 81)
05:33 Thank you

--

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

Question links:
[How can I read inputs as numbers?]: https://stackoverflow.com/questions/2044.../
[Asking the user for input until they give a valid response]: https://stackoverflow.com/questions/2329.../

Answer 1 links:
[isdigit()]: https://docs.python.org/3/library/stdtyp...
[Python2]: https://docs.python.org/2/library/stdtyp...
[Python3]: https://docs.python.org/3/library/stdtyp...
[isnumeric()]: https://docs.python.org/2/library/stdtyp...

Answer 2 links:
[benchmarks]: http://nbviewer.ipython.org/github/rasbt...
[image]: https://i.stack.imgur.com/DFoK6.png

--

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

--

Tags
#python #casting #floatingpoint #typeconversion

#avk47