Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

NotificationsYou must be signed in to change notification settings

n3thawk/python-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

  • Python is an interpreted, high-level and general-purpose, dynamically typed programming language

  • It is also Object oriented, modular oriented and a scripting language.

  • In Python, everything is considered as an Object.

  • A python file has an extension of .py

  • Python follows Indentation to separate code blocks instead of flower brackets({}).

  • We can run a python file by the following command in cmd(Windows) or shell(mac/linux).

    $ python <filename.py> or$ python3 <filename.py>

cheatsheet Menu

Top Books

Top Free Course With Certificates

Top Projects Idea

About

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp