Python 101: Difference between revisions
Jump to navigation
Jump to search
AbeAnderson (talk | contribs) No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
# Debugging | # Debugging | ||
# List Comprehensions, and an Introduction to Generators and Functional Programming | # List Comprehensions, and an Introduction to Generators and Functional Programming | ||
[[Category:101 101s]] |
Revision as of 14:45, 27 January 2017
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