- Hands-On Penetration Testing with Python
- Furqan Khan
- 116字
- 2021-07-02 14:13:57
Concept Handling
This chapter will allow us to get familiar with various object-oriented concepts in Python. We will see that Python can not only be used as a scripting language, but that it also supports a wide range of object-oriented principles and can therefore be used to design reusable and scalable software components. As well as this, we will explore regular expressions, files, and other I/O-based access including JSON, CSV, and XML. Finally, we will discuss exception handling. We will be covering the following topics in this chapter:
- Object-oriented programming in Python
- Files, directories, and other types of I/O-based access
- Regular expressions in Python
- Data manipulation and parsing with XML, JSON, and CSV data
- Exception handling
推薦閱讀
- SoapUI Cookbook
- 跟“龍哥”學C語言編程
- Arduino開發(fā)實戰(zhàn)指南:LabVIEW卷
- 看透JavaScript:原理、方法與實踐
- Mastering matplotlib
- Processing互動編程藝術
- ASP.NET程序設計教程
- Keras深度學習實戰(zhàn)
- MATLAB GUI純代碼編寫從入門到實戰(zhàn)
- JSP程序設計實例教程(第2版)
- 奔跑吧 Linux內核
- Java Web開發(fā)教程:基于Struts2+Hibernate+Spring
- 3D Printing Designs:The Sun Puzzle
- Mapping with ArcGIS Pro
- Mastering Python