Python Forensics Tutorial
Python Forensics Useful Resources
Selected Reading
- Implementation of Cloud
- Indicators of Compromise
- Forensics in Linux
- Memory & Forensics
- Multiprocessing Support
- Network Time Protocol
- Mobile Forensics
- Python Imaging Library
- Indexing
- Searching
- Dshell and Scapy
- Python Modules
- Network Forensics
- Virtualization
- Cracking an Encryption
- Hash Function
- Basic Forensic Application
- Overview of Python
- Installation of Python
- Introduction
- Home
Python Forensics Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Installation of Python
Python Forensics - Installation of Python
As we need Python for all the activities of computational forensics, let us move step by step and understand how to install it.
Step 1 − Go to
and download the installation files of Python according to the Operating System you have on your system.Step 2 − After downloading the package/installer, cpck on the exe file to start the installation process.
You will get to see the following screen after the installation is complete.
Step 3 − The next step is to set the environment variables of Python in your system.
Step 4 − Once the environment variables are set, type the command "python" on the command prompt to verify whether the installation was successful or not.
If the installation was successful, then you will get the following output on the console.
Advertisements