Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more

Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. कमांड प्रॉंप्ट क्या है और यह किसलिए उपयोगी होता है?
उत्तर: कमांड प्रॉंप्ट एक विंडोज ऑपरेटिंग सिस्टम में उपलब्ध एक टेक्सट आधारित आपूर्ति प्रणाली है। इसका उद्देश्य उपयोगकर्ताओं को विंडोज सिस्टम के साथ अंतरक्रिया करने और विभिन्न कार्यों को पूरा करने की अनुमति देना है। इसका उपयोग फ़ाइलों और फ़ोल्डरों को बनाने, संपादित करने, हटाने, नेटवर्क सेटिंग्स को निर्धारित करने, और अन्य कार्यों को संचालित करने के लिए किया जाता है।
2. शेबैंग लाइन क्या होती है और पायथन स्क्रिप्ट में इसका क्या उपयोग होता है?
उत्तर: शेबैंग लाइन एक विशेष प्रारूप है जो लिनक्स और यूनिक्स आधारित ऑपरेटिंग सिस्टम में प्रयोग होता है। इस लाइन का उपयोग इस बताने के लिए किया जाता है कि कौन सा इंटरप्रिटर या एक्जीक्यूटेबल फ़ाइल स्क्रिप्ट को चला सकता है। पायथन स्क्रिप्ट में शेबैंग लाइन का उपयोग किया जाता है ताकि स्क्रिप्ट रन करने के लिए सही पायथन इंटरप्रिटर का चयन किया जा सके।
3. बैच फ़ाइल क्या होती है और पायथन में इसका क्या उपयोग होता है?
उत्तर: बैच फ़ाइल एक पाठ संग्रह होती है जिसमें एक सर्कारी भाषा में लिखे गए कमांड्स शामिल होते हैं। यह एक प्रोग्राम होता है जो बैच प्रोसेसिंग के दौरान स्वचालित रूप से चलाया जाता है। पायथन में बैच फ़ाइल का उपयोग किया जा सकता है ताकि विभिन्न पायथन स्क्रिप्ट्स को एक साथ चलाने या एक के बाद एक चलाने के लिए एक मेन स्क्रिप्ट बनाया जा सके।
4. कमांड प्रॉंप्ट में बैच फ़ाइल कैसे चलाई जाती है?
उत्तर: कमांड प्रॉंप्ट में बैच फ़ाइल चलाने के लिए, आपको बैच फ़ाइल का नाम लिखकर '.bat' एक्सटेंशन के साथ सेव करना होगा। फिर आपको उस फ़ाइल को कमांड प्रॉंप्ट में रन करने के लिए उसका पूरा पथ टाइप करना होगा। यदि आप बैच फ़ाइल को वर्किंग फ़ोल्डर में ही सेव करते हैं, तो आप उसका नाम ही टाइप कर सकते हैं।
5. पायथन स्क्रिप्ट में शेबैंग लाइन कैसे जोड़ी जाती है?
उत्तर: पायथन स्क्रिप्ट में शेबैंग लाइन जोड़ने के लिए, आपको स्क्रिप्ट के प्रारंभिक लाइन पर निम्न लाइन को जोड़ना होगा: ```python #!/usr/bin/env python ``` यह लाइन बताती है कि यह स्क्रिप्ट पायथन इंटरप्रेटर के साथ चलना चाहिए। इसे जोड़ने से पहले, आपको पायथन इंटरप्रेटर का पूरा पथ सुनिश्चित करें कि यह सही स्थान पर है और यह प्रयोग करने योग्य है।
80 videos
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

past year papers

,

ppt

,

Semester Notes

,

Sample Paper

,

Free

,

study material

,

video lectures

,

pdf

,

Important questions

,

MCQs

,

Exam

,

practice quizzes

,

shortcuts and tricks

,

Summary

,

Previous Year Questions with Solutions

,

Extra Questions

,

Objective type Questions

,

Viva Questions

,

mock tests for examination

,

Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

Python tutorial in Hindi 45 : batch file; command prompt ;shebang line ; and much more Video Lecture | Python Tutorial in Hindi - Back-End Programming

;