深入浅出Python中文版)pdf
深入浅出python(中文版)(head first python),非常好的python入门书。 Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别 高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, puzzles, stories, and quizzes that are proven to stimulate learning and retention. You’ll not only learn how Python differs from other programming languages and how it’s similar, you’ll learn how to be a great programmer., Understand Python’s unique method of dynamically storing data, Build Python-enabled web servers and web applications, Write mobile apps on the Android platform, Use PyGame and PyKyra to develop sophisticated games, Build GUI-based programs with Python’s handy code library, Write Python scripts to automate tasks on your favorite applications, We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Python uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. stimulate learning and retention. You’ll not only learn how Python differs from other programming languages and how it’s similar, you’ll learn how to be a great programmer., Understand Python’s unique method of dynamically storing data, Build Python-enabled web servers and web applications, Write mobile apps on the Android platform, Use PyGame and PyKyra to develop sophisticated games, Build GUI-based programs with Python’s handy code library, Write Python scripts to automate tasks on your favorite applications, We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Python uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
暂无评论