- Python Projects for Kids
- Jessica Ingrassellino
- 178字
- 2021-07-09 19:35:11
Summary
If you are reading this, it is because you have made it through some of the tricky work of getting ready to learn to program projects with Python. Congratulations! Setting it up is always tough. Hopefully, you learned a bit more about the tools on your computer, such as the text editor and terminal that every programmer uses to do their daily work. Also, you learned about the Python print()
function, and you should now be able to print out messages in your Python shell. The fun is just beginning as we have so much more to learn!
In the next chapter, you will learn about the building blocks of Python programs. We'll start with variables and learn about all the different kinds of information we can put in them. Then, we will build some functions that put these variables together and help us make blocks of code that have special jobs. Finally, we will even learn how to make a computer ask a user questions and store their answers so that our programs can become interactive!
- Vue.js 2 and Bootstrap 4 Web Development
- Python網絡爬蟲從入門到實踐(第2版)
- 實用防銹油配方與制備200例
- Mastering Swift 2
- Practical Game Design
- 精通Python設計模式(第2版)
- 零基礎入門學習Python
- Hands-On Natural Language Processing with Python
- 從0到1:Python數據分析
- Node.js全程實例
- PLC應用技術(三菱FX2N系列)
- Learning Concurrency in Kotlin
- Java語言程序設計教程
- 平面設計經典案例教程:CorelDRAW X6
- 算法精解:C語言描述