- 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
推薦閱讀
- scikit-learn Cookbook
- FreeSWITCH 1.8
- PyTorch自然語言處理入門與實戰
- Servlet/JSP深入詳解
- Hadoop+Spark大數據分析實戰
- Functional Programming in JavaScript
- C語言程序設計案例式教程
- Mastering LibGDX Game Development
- 零基礎學Python數據分析(升級版)
- Reactive Android Programming
- Hands-On JavaScript for Python Developers
- Python Digital Forensics Cookbook
- MATLAB 2020 GUI程序設計從入門到精通
- C# 10核心技術指南
- LibGDX Game Development By Example