- 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!
- Go Web編程
- Java程序設(shè)計與開發(fā)
- 深入理解Android(卷I)
- GeoServer Cookbook
- 自己動手寫Java虛擬機
- CentOS 7 Server Deployment Cookbook
- Processing互動編程藝術(shù)
- 小程序,巧運營:微信小程序運營招式大全
- 軟件項目管理實用教程
- Python完全自學教程
- 一塊面包板玩轉(zhuǎn)Arduino編程
- 深入解析Java編譯器:源碼剖析與實例詳解
- LabVIEW入門與實戰(zhàn)開發(fā)100例(第4版)
- Unreal Engine Game Development Cookbook
- Selenium自動化測試實戰(zhàn):基于Python