0
Python Course
Do they start to teach how to actually put the things to use? So far its like ive learned the terms but not how to connect and use them to output more thwn printing types or true or false
3 Antworten
+ 7
Zach Thomas yes as you advance you will learn more and mentally start connecting yourself to the language and by practice and experimenting you will understand.
+ 2
Zach Thomas ,
Check out the Community > Code Coach section. It has a list of small programs to write, Easy, Medium, or Hard, that are a good opportunity to start coding from scratch using what you know.
0
Yes, in a comprehensive Python course, you should expect to learn not only the syntax and concepts of the language but also how to apply them to solve real-world problems and create useful applications. As you progress through the course, you should encounter exercises, projects, and tutorials that challenge you to use the concepts you've learned to build programs that go beyond simple print statements or boolean evaluations.