Changes

Jump to navigation Jump to search

Workshop: Introduction to programming (with Python)

5 bytes added, 22:10, 18 September 2019
Magic Conch Demo
==Interactive Python==
According to [[wikibooks:Python_Programming/Interactive_mode|wikipedia]], "Interactive mode is a command line shell which gives immediate feedback for each statement, while running previously fed statements in active memory. As new lines are fed into the interpreter, the fed program is evaluated both in part and in whole". Essentially what this means is Interactive Python is good for quick testing and debugging in the command line. Enter it simply by typing "python" and then hit enter.
==Variables==
The picture to the right outlines the basic logic of our program.
The link to the example code is [https://pastebin.com/Tm5HLTzV here].
==Other Educational Resources for Python==
118
edits

Navigation menu