Python3 Introduction, Installation and Run First Program - Hello World

preview_player
Показать описание
#Python3 #Anaconda #Install_Python #PyCharm #Windows10

Python Introduction:
1. Python is a Multi-purpose Programming Language
(Web, Desktop GUI, Scripting, etc.)
2. Object Oriented
3. Interpreted
4. Dynamically typed
5. Focus on readability and productivity

Python Feature:
1. Rich Libraries Included
2. Everything is an Object
3. Interactive Shell
4. Strong Introspection (Examine Object/Props)
5. Cross Platform
6. Implementations: CPython(C), Jython(Java), IronPython(C# - .NET), PyPy(C)

Use of Python:
1. Web and Internet Development
2. Scientific and Numeric computation
3. AI, Data Science, ML,NLP, Deep Learning
4. Education
5. Desktop App / GUI
6. Business App - ERP, eCommerce etc

Ten Popular Application Developed Using Python:
1. Instagram
2. Google
3. YouTube
4. Spotify App
5. Netflix
6. Uber
7. Dropbox
8. Pinterest
9. Reddit
10. Quora

Python Frameworks:
1. Django : full stack web app
2. Flask : lightweight microservices based app

Installation & Configuration:
1. Simple Distribution :

2. Anaconda3 Distribution :

Anaconda Navigator:
Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda® distribution that allows you to launch applications and easily manage conda packages, environments and channels without using command-line commands.

IDE and Editor For Python:
1. Notepad++ (just to starts with)
2. Jupyter (Web Based Tool as part of Navigator)
3. PyCharm - JetBrains
4. Atom Editor
5. Sublime Editor
6. PyDev - Eclipse Based (Plugin) -

Run Hello World Example:
1. Python Prompt
3. Jupyter Notebook (best tool for learning python)

Sample Code:

print("Hello World")

list = ["Java", "Python", "Swift"]
print(list)

Thank You!
Рекомендации по теме
Комментарии
Автор

Sir plzz tell me how to upload CSV file in spring mvc

dhanuthakur
join shbcf.ru