*Chapter 1:
*
What python can do?
- Python is versatile programming language and known for its simplicity and readability
- Python can do many things like web development, Data analysis and visualization, AI and ML, scripting for automation, Desktop GUI application, database access and so on.
Why python?
Python language simplicity, versatility, community support, and industry adoption make it a preferred choice for a wide range of applications, and it is now effectively used in the field of Finance, Data visualization, ML and AI.
Key points
- Python syntax is easy to understand, and it resembles human language.
- It supports multiple programming concepts like procedural, object-oriented and functional programming.
- It has large active community of developers to support, knowledge sharing, contribute to python open-source projects and so on.
- Python can run in various platforms like windows, Linux, IOS.
- Python is an open-source software (Free to use)
Python syntax compared to other programming language.
- Python syntax is concise and emphasizes readability with minimal syntactic terms and indentation is used to define the structure of the code, making it clear and organized.
- In other programming languages, the explicit syntax with curly braces to define blocks of code and it requires more syntactic terms are used to code for method definitions class structures
Python Installation
windows:
To Install:
- Download the latest package from the below link or browse the supported package based on your windows OS.
Note:
We can use editor to type code like VS code, sublime, notepad++ etc.
We have google collab editor to practice python program
https://colab.research.google.com/
↗ Original-Artikel auf dev.to lesenVollständiger Original-BerichtAusführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
SOCIAL SHARE CARD GENERATOR