- Learning Python for Forensics
- Preston Miller Chapin Bryce
- 173字
- 2021-07-02 16:41:10
Chapter 2. Python Fundamentals
We have explored the basic concepts behind Python and the fundamental elements used to construct scripts. We will now build a series of scripts throughout this book using the data types and built-in functions we've discussed in the first chapter. Before we begin developing scripts, let's walk through more important features of the Python language, building upon our existing knowledge.
In this chapter, we will explore more advanced features that we will utilize when building our Python forensic scripts. This includes more advanced data types and functions, creating our first script, handling errors, using libraries, interacting with the user, and best practices for development. After completing this chapter, we will be ready to dive into real-world examples featuring the utility of Python in forensic case work.
This chapter will cover the following topics:
- Advanced features including iterators and
datetime
objects - Installing and using modules
- Error handling with try, except, and raise statements
- Sanity-checking and accessing user-supplied data
- Creating forensic scripts to find USB vendor and product information
- Facebook Application Development with Graph API Cookbook
- GraphQL學習指南
- Web Scraping with Python
- Bootstrap Essentials
- Instant Ext.NET Application Development
- 深入理解Elasticsearch(原書第3版)
- C語言程序設計教程
- 數據結構案例教程(C/C++版)
- 深入分布式緩存:從原理到實踐
- Linux C編程:一站式學習
- 編程與類型系統
- Android玩家必備
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- “笨辦法”學C語言
- 案例式C語言程序設計實驗指導