- Hands-On Penetration Testing with Python
- Furqan Khan
- 109字
- 2021-07-02 14:13:45
Introduction to Python
This chapter will provide an introduction to Python, focusing primarily on data types, variables, expressions, and program structures that the Python programming language follows. The objective of this chapter is to familiarize the reader with the basics of Python so that they can use it in the upcoming chapters. The chapter will cover the installation of Python and its dependency manager. We will also start taking a look at scripting in Python.
In this chapter, we will cover the following topics:
- An introduction to Python (including its installation and setup)
- Basic data types
- Sequence data types – lists, dictionaries, tuples
- Variables and keywords
- Operations and expressions
推薦閱讀
- Spring Cloud Alibaba核心技術(shù)與實戰(zhàn)案例
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實戰(zhàn)
- Web Development with Django Cookbook
- Visual Basic程序設(shè)計教程
- Python程序設(shè)計案例教程
- Android 應(yīng)用案例開發(fā)大全(第3版)
- Mastering Apache Maven 3
- Go并發(fā)編程實戰(zhàn)
- Learning Three.js:The JavaScript 3D Library for WebGL
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Natural Language Processing with Java and LingPipe Cookbook
- Android驅(qū)動開發(fā)權(quán)威指南
- 零基礎(chǔ)學Python編程(少兒趣味版)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Python函數(shù)式編程(第2版)