Python 101: Difference between revisions
Jump to navigation
Jump to search
AbeAnderson (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=OSE Rapid Learning= | |||
OSE pursues rapid learning by providing an immersion learning environment. For Python, the infrasctructure to be created involves: | |||
*Addition of a python editor (Integrated Development Environment) to OSE Linux | |||
=Execution= | |||
*Select the best editor that meets [[OSE Specifications]] | |||
=Resources= | |||
http://www.afterhoursprogramming.com/tutorial/Python/Operators/ | http://www.afterhoursprogramming.com/tutorial/Python/Operators/ | ||
Revision as of 00:48, 2 May 2018
OSE Rapid Learning
OSE pursues rapid learning by providing an immersion learning environment. For Python, the infrasctructure to be created involves:
- Addition of a python editor (Integrated Development Environment) to OSE Linux
Execution
- Select the best editor that meets OSE Specifications
Resources
http://www.afterhoursprogramming.com/tutorial/Python/Operators/
https://www.codecademy.com/learn/python
- A basic competency list for using Python to solve problems might involve
- Variables, Types, Operators, and Objects
- Functions; First-Class Objects and Basic Structured Programming
- Modules and Importing; Reusing Code, Finding and Installing Packages
- Flow Control Structures and Object-Oriented Programming
- Debugging
- List Comprehensions, and an Introduction to Generators and Functional Programming