Edit Template
Edit Template
Edit Template

Python Introduction

What is Python

python एक high level, interpreted और object-oriented programming language है, मतलब इसका उपयोग करने में आसानी होती है और इसमें बहुत ही powerful features है. यह एक general-purpose programming language है मतलब इसका use  कई तरह की काम करने में किया जा सकता है. जैसे :- Web development, data science, automation, artificial intelligence, scripting, etc.

History of Python

python  को Guido van Rossum ने 1980 में develop किया था. python का नाम एक British comedy show “Monty Python’s Flying Circus” से लिया गया था. आज पाइथन एक बहुत famous language बन गया है

Installing Python and Setting up in your environment

python को अपने system में install और setup करने के लिए video को stepwise fellow करें. अगर आपके पास computer नहीं है तो आप tablet या smartphone में भी python coding सीख सकते हैं, इसके लिए video end तक देखिए.

Write your First Code

print("Hello, World!")

इसमें print एक built-in function है जिसका use output को screen पर display करने के लिए किया जाता है. अब function क्या होता है इसे हम आगे अच्छे से समझेंगे, but अभी के लिए आप इतना जान जाइए की जब भी हमें कुछ screen पर display करना होतो हम print का use करेंगे.

Some important questions in this tutorial

What is Python, history of Python. Python kya hai aur iska history kya hai.

How to install Python. Python ko inatall kaise kare.

Add a comment...

Your email address will not be published. Required fields are marked *

  • All Posts
  • Artificial Intelligence
  • Computer Fundamentals
  • Computer Networks
  • Data Analytics
  • Data Science
  • DBMS
  • Deep Learning
  • Digital Fundamentals
  • DSA with Python
  • Excel
  • Exercise
  • Git & Github
  • Machine Learning
  • Matplotlib
  • Natural Language Processing
  • NumPy
  • Operating System
  • Pandas-s
  • Power BI
  • Python Tutorial
  • Scikit-learn
  • Seaborn
  • SQL & MySQL
Python List

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Python String...

Python String

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Python String...

Python Loops

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Conditional Statements

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Python Operators

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Python Data Type

Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...

Scikit-learn

Scikit-learn Tutorial Scikit-learn Hamburger Toggle Menu Edit Template Scikit learn What is Scikit-learn Scikit learn एक python library है जिसका...

Pandas

Pandas Tutorial Pandas Hamburger Toggle Menu Edit Template Pandas What is Pandas pandas  एक python library है, जिसका use हम...

NumPy

NumPy Tutorial NumPy Hamburger Toggle Menu Edit Template NumPy What is NumPy matplotlib का use हम data visualization के लिए...

Edit Template
Scroll to Top