The web?
read.
The official python docs, for python at least. Maybe Google the language, see who created it, buy their book, or if they have an official site go through it
Practice. Think of a project and start googling how to do it. Heck make a function that removes spaces from a string. It would look something like this: string = "Hello World" new_string = string.replace(' ', '') print(new_string)
Обсуждают сегодня