- Hands-On Penetration Testing with Python
- Furqan Khan
- 118字
- 2021-07-02 14:13:52
Summary
In this chapter, we discussed the basics of Python and explored the syntax of the language. This isn't very different from the languages that you may have studied in the past, such as C, C ++, or Java. However, it's much easier to use and is really powerful in the cyber security domain compared to its peers. This chapter formulates the basics of Python and will help us progress, as some data types such as lists, dictionaries, tuples, and strings are used heavily throughout the course of this book.
In the next chapter, we will learn about conditions and loops and see how loops can be used with the data types that we have studied so far.
推薦閱讀
- C# 7 and .NET Core Cookbook
- 企業(yè)級(jí)Java EE架構(gòu)設(shè)計(jì)精深實(shí)踐
- 信息可視化的藝術(shù):信息可視化在英國(guó)
- 看透JavaScript:原理、方法與實(shí)踐
- DevOps Automation Cookbook
- Learning AWS Lumberyard Game Development
- Backbone.js Blueprints
- Flowable流程引擎實(shí)戰(zhàn)
- Django 5企業(yè)級(jí)Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- Arduino Wearable Projects
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 交互式程序設(shè)計(jì)(第2版)
- TypeScript圖形渲染實(shí)戰(zhàn):2D架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL