Introduction to Python - Part 7 - String Manipulation 2 - String Parsing

preview_player
Показать описание
In this video you can find information on,
1. how to get a character from a string using index numbers
2. how to get a sub-string from a string using an index-range
3. the difference better length of a string and the total index-count of a string
4. how to make use of Python's built in function len to get the length of a string.

"Introduction to Python" Playlist:

Follow the entire series on,
Рекомендации по теме
Комментарии
Автор

I understand there is a specific csv module, but what if you wanted to manually extract numbers from a string that has numeric data in csv format?
i.e. how would you get the first number before the ', ' then the second number before the next ', ' and so on, until the end-of-line?

bennguyen