Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mentions List, Indexing before the concept of data type #690

Open
catgonzftw1 opened this issue Nov 14, 2024 · 2 comments
Open

Mentions List, Indexing before the concept of data type #690

catgonzftw1 opened this issue Nov 14, 2024 · 2 comments

Comments

@catgonzftw1
Copy link

What is the problem?

In the variable section it mentions using an index to get a single character from a string. It states "we can treat the string as a list of characters." But the whole concept of indexing seems like it should be introduced after the concept of list types. This of course is just my opinion. As a newbie in training and fairly new to Python (not quite 2 years) I think we could push this indexing concept back.

Location of problem (optional)

No response

@vahtras
Copy link
Contributor

vahtras commented Nov 14, 2024 via email

@catgonzftw1
Copy link
Author

Hi,

Yea, I think that using the word list and discussing characters as items in a list seems like it might be confusing when you move on later. I think it might be good to just say there items have a datatype and one of those are lists. Which would be discussed more in depth later but for now it's a series of values. Maybe not exactly that. It's something to think about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants