Steps for installing Python with IDLE:-
IDLE के साथ Python इंस्टॉल करने के चरण:-
1. Download Python:- First Visit the official Python website at [python.org](https://www.python.org/). and Here Navigate to the "Downloads" section.
1. पायथन डाउनलोड करें:- सबसे पहले आधिकारिक पायथन वेबसाइट [python.org](https://www.python.org/) पर जाएं। और यहां "डाउनलोड" अनुभाग पर जाएं।
2. Choose Python Version:- Choose the Python version suitable for your needs (e.g., Python 3.x) and Download the installer for your operating system (Windows, macOS, or Linux).
2. पायथन संस्करण चुनें:- अपनी आवश्यकताओं के लिए उपयुक्त पायथन संस्करण चुनें (उदाहरण के लिए, पायथन 3.x) और अपने ऑपरेटिंग सिस्टम (विंडोज़, मैकओएस, या लिनक्स) के लिए इंस्टॉलर डाउनलोड करें।
3. Run Installer:- Run the downloaded installer and During the installation process, you might see an option to "Add Python to PATH." It's recommended to check this option as it makes it easier to run Python from the command line.
3. इंस्टॉलर चलाएँ:- डाउनलोड किए गए इंस्टॉलर को चलाएँ और इंस्टॉलेशन प्रक्रिया के दौरान, आपको "PATH में Python जोड़ें" का विकल्प दिखाई दे सकता है। इस विकल्प को जांचने की अनुशंसा की जाती है क्योंकि यह कमांड लाइन से पायथन को चलाना आसान बनाता है।
Follow the installation prompts and complete the installation process.After successfully installing Python, IDLE should be included.
इंस्टॉलेशन संकेतों का पालन करें और इंस्टॉलेशन प्रक्रिया को पूरा करें। पायथन को सफलतापूर्वक इंस्टॉल करने के बाद, आईडीएलई को शामिल किया जाना चाहिए।
To check Python IDLE, For Windows:- Search for "IDLE" in the Start menu and For macOS/Linux:- Open a terminal and type `idle` or `idle3`.This should launch the IDLE environment where you can write, edit, and run Python code.
पायथन आईडीएलई की जांच करने के लिए, विंडोज़ के लिए: - स्टार्ट मेनू में "आईडीएलई" खोजें और मैकओएस/लिनक्स के लिए: - एक टर्मिनल खोलें और `idle` या `idle3` टाइप करें। इससे आईडीएलई वातावरण लॉन्च होना चाहिए जहां आप पायथन कोड लिख सकते हैं, संपादित कर सकते हैं, और चला सकते हैं।
No comments:
Post a Comment