Skip to content

Added some basic python preview. #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions data-science-notes/programming/languages/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@

## Overview

---
Python is a high-level, interpreted, interactive and object-driven script language. Python is designed to be very user-friendly. He frequently uses English keywords, while other languages use punctuation, and there are fewer syntactical constructs than other languages.

- Python is interpreted Python - is treated when the interpreter starts. It is not necessary to build your program before executing it. This is similar to PERL and PHP.

- Python is interactive - You can actually sit on a Python invite and interact directly with the interpreter to write your programs.

- Python is object oriented - Python supports the object-oriented style or programming technique which encapsulates the code in objects.

- Python is a Beginner's Language − Python is a great language for the beginner-level programmers and supports the development of a wide range of applications from simple text processing to WWW browsers to games

## Basic Syntax

Expand All @@ -19,4 +27,4 @@

---

Contributions made by our wonderful GitHub Contributors:
Contributions made by our wonderful GitHub Contributors: