Security and Privacy in a Networked World/Programming in Python

Allikas: KakuWiki
< Security and Privacy in a Networked World
Redaktsioon seisuga 16. märts 2014, kell 13:59 kasutajalt WikiHaldur (arutelu | kaastöö) (Created page with "NOTE: This topic makes use of Wikipedia articles to provide the basic understanding of the matters. These articles deal with technology and are not much disputed, having reach...")
(erin) ←Vanem redaktsioon | Viimane redaktsiooni (erin) | Uuem redaktsioon→ (erin)
Mine navigeerimisribaleMine otsikasti

NOTE: This topic makes use of Wikipedia articles to provide the basic understanding of the matters. These articles deal with technology and are not much disputed, having reached the common knowledge stage. They also provide some good links for further study under the reference sections.


Python

Python is a programming language developed by Guido van Rossum in 1989. It is a full-fledged, generic programming language with many different uses, in networking security it is often used as a tool to write short scripts for managing (and sometimes also, attacking) computer networks.

Python is often deemed as a good choice to start learning programming with, as its syntax is relatively simple and it directs its user towards good programming style by using indenting to mark structural blocks in programs (most other well-known languages - e.g. Java, C or Pascal - allow free placement of program statements and denote blocks with keywords or symbols).

READ MORE at Wikipedia: https://en.wikipedia.org/wiki/Python_%28programming_language%29

...