- Learning Python
- Fabrizio Romano
- 229字
- 2021-07-30 09:41:55
Summary
In this chapter, we started to explore the world of programming and that of Python. We've barely scratched the surface, just a little, touching concepts that will be discussed later on in the book in greater detail.
We talked about Python's main features, who is using it and for what, and what are the different ways in which we can write a Python program.
In the last part of the chapter, we flew over the fundamental notions of namespace, scope, class, and object. We also saw how Python code can be organized using modules and packages.
On a practical level, we learned how to install Python on our system, how to make sure we have the tools we need, pip and virtualenv, and we also created and activated our first virtual environment. This will allow us to work in a self-contained environment without the risk of compromising the Python system installation.
Now you're ready to start this journey with me. All you need is enthusiasm, an activated virtual environment, this book, your fingers, and some coffee.
Try to follow the examples, I'll keep them simple and short. If you put them under your fingertips, you will retain them much better than if you just read them.
In the next chapter, we will explore Python's rich set of built-in data types. There's much to cover and much to learn!
- 極簡算法史:從數學到機器的故事
- Learn Blockchain Programming with JavaScript
- Angular UI Development with PrimeNG
- C# 從入門到項目實踐(超值版)
- Highcharts Cookbook
- 可解釋機器學習:模型、方法與實踐
- Unity 5 for Android Essentials
- 從0到1:Python數據分析
- Hands-On Nuxt.js Web Development
- 大學計算機基礎
- Building Dynamics CRM 2015 Dashboards with Power BI
- C編程技巧:117個問題解決方案示例
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- 從“1”開始3D編程
- C語言程序設計教程