Online Computer Courses Classes and Training Program

Python Tutorial in hindi

Python Tutorial Paid Course For Free With Notes

मैं इस टुटोरिअल में अपने टिप्स एंड ट्रिक्स शेयर करूँगा। लॉजिक बिल्डिंग में जितने लोगो की दिक्कत आती है इस कोर्स के बाद वो सब इतिहास रह जायेगा। अच्छे प्रोग्राम आप लिख पयोगे। मैं जो बदलाव अपने अन्दर लाया उन्हीं टिप्स एंड ट्रिक्स की मदद से आप भी सिख पाओ। अपने इस पोस्ट में नोट्स को download कर सकते हो pdf file download कर सकते हो। उसी के साथ साथ मैंने इस टुटोरिअल में जितना कोड लिखा है वो सब के सब आपको One क्लिक download में मिल जायेगा। ये सारी चीजे आपको फ्री of cost मिलने वाली है इस पोस्ट में।  

Python Tutorial in Hindi 

Python Programming Language सीखना चाहते है तो आप इस ब्लॉग के आर्टिकल को पढ़े। इस "Python Tutorial" को पढ़ कर आप पूरा Python Programming Language आसानी से सिख सकते है। 
 
मैं जल्दी से Browser में आ जाऊंगा और search करूँगा "Python Install " उसके बाद आप देख सकते हो यहाँ पर Download Python link आ गया है

Download Python | Python.org

Download Python 3.9.0

 
इस पर क्लिक करने के बाद Python को Download करूँगा और यहाँ पर जो latest version है मैं उसे डाउनलोड करूँगा। हो सकता है मैं जो version डाउनलोड करूँ आपका मेरा वाला से थोड़ा अलग हो लेकिन उससे बिलकुल भी कोई फर्क नही पड़ेगा। जो भी latest version चल रहा है उसे download कर लेना। 

चूँकि यहाँ पर ये अभी download चल रहा है तो मैं एक न्यू टैब open करूँगा और उसमें सर्च करूँगा vs code install और जैसे ही मैं vs code install search करूँगा आप यहाँ देखेंगे

Download Visual Studio Code - Mac, Linux, Windows


 यहाँ से मैं visual studio download करूँगा  मैं अभी windows पर काम कर रहा हूँ तो मैं इसे windows के लिए download करूँगा। 
Download Visual Studio for windows

आप यहाँ पर अगर आप windows 64 bit use कर रहे है तो 64 bit download करें और अगर आप 32 bit ऑपरेटिंग सिस्टम use कर रहे है तो आप 32 bit download करें। 

अब आपको कैसे पता चलेगा की आप कौन सा bit ऑपरेटिंग सिस्टम use कर रहे है तो उसके लिए सबसे पहले आपलोग right click करें this PC में उसके बाद Properties में जायें और जैसे आप अपने PC के properties में जायेंगे आपको यहाँ पर पता चल जायेगा 
bit operating system


 तो मैं यहाँ पर 64 bit ही download करूँगा। मैं इस पर क्लिक कर देता हूँ windows वाले पर। 

Visual Studio code क्या है ?

vs code है हमारा वो एक IDE कम सोर्स Editor है यानि की आपलोग इस में अपने सोर्स कोड को Edit कर सकते है। मैं आगे इसके फायदे भी बताऊंगा मगर अभी ये बस इतना समझ लीजिये की जिन्दगी को आसन बनाने वाला , जब हम python प्रोग्रामिंग कर रहे है तो। अभी हम जो काम notepad में करनेवाले थे वो काम visual studio code में करेंगे। तो visual studio एक advanced notepad की तरह ही है। लेकिन ये एक ऐसा notepad है जोकि आप लोगों को कुछ और features देगा आपकी प्रोग्रामिंग को आसन बनाने के लिए।

Python Programming Notes 

What is Programming ?

Just like we use Hindi or English to communicate with each other, we use a programming language like Python to communicate with the computer.

Programming is a way to instruct the computer to perform various tasks.

What is Python ?

Python is a simple and easy to understand language which feels like reading simple english. This Pseudo code nature of python makes it easy to learn and understandable by beginners.
 

Features of python 

Easy to understand = less development time
Free and open source
High Level Language 
Portable - works on linux / windows / mac
+ fun to work with 

installation

Python can be easily installed from python.org when you click on the download button , python can be installed right click after you complete the setup by executing the file for your platform. just install it like a game.

 

Python Tutorial 

Contents 

आपको इस टुटोरिअल में Python शुरू से अंत तक सिखायेंगे जो की टॉपिक इस प्रकार है। 
 

Python Basic Tutorial

Python Introduction
Overview
Environment Setup
Basic Syntax
Variable Types
Basic Operators
Decision Making
Loops
Numbers
Strings
Lists
Tuples
Dictionary
Date & Time
Functions
Module
Files I/O
Exceptions

Python Advanced Tutorial


Post a Comment

0 Comments