Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.56 KB

File metadata and controls

50 lines (38 loc) · 1.56 KB

🛠 Requirements for Learning Python

This file lists the hardware and software requirements needed to start learning and practicing Python effectively.


💻 Hardware Requirements

To run Python smoothly, the following hardware is recommended:

  • Processor: 1 GHz or higher (Intel or AMD)
  • RAM: 2 GB minimum (4 GB recommended)
  • Storage: 500 MB free space for Python and IDEs
  • Display: 1024x768 resolution or higher
  • Keyboard & Mouse: Standard input devices

Note: Any modern computer or laptop will be sufficient for Python basics.


🖥 Software Requirements

1. Operating System

Python can run on multiple platforms:

  • Windows 10 / 11
  • Linux / Ubuntu
  • macOS

2. Python Version

3. IDE / Text Editor

You can use any of the following:

  • VS Code (recommended)
  • PyCharm (Community Edition)
  • Thonny (simple beginner-friendly IDE)
  • Jupyter Notebook (optional, for learning Python with notebooks)
  • Any text editor (Notepad, Sublime Text)

4. Terminal / Command Line

  • Windows: Command Prompt or PowerShell
  • Linux / macOS: Terminal
  • Used to run Python scripts and execute commands

📌 Additional Notes

  • Internet connection is required for downloading Python and IDEs.
  • For advanced projects, additional libraries (e.g., NumPy, Pandas) may be required.
  • This setup is sufficient for all beginner and intermediate Python learning modules.