miércoles, 15 de septiembre de 2010

TryPython, interprete y tutorial interactivo


Volviendo al tema de los IDE online hoy he encontrado el TryPython que además de ser un IDE online para Python también presenta un tutorial interactivo el cual viene dividido en 5 partes, cada parte presenta un pequeño texto descriptivo y un ejemplo que se puede ejecutar en la ventana del lado derecho. Al final de las lecciones de Python presenta el tutorial de IronPython que hasta el momento está hasta la segunda parte:

Parte 1
1. Introduction
2. Numbers
3. String
4. Lists
5. First Steps Towards Programming
6. if Statemments
7. for Statemments
8. The range function
9. Loops, break, continue and else
10. Pass statemments

Parte 2
11. Defining functions
12. Function default argument values
13. Keyword Arguments
14. Function Argument Lists and Lambdas
15. Function Documentation Strings
16. Data Structures. More on Lists
17. Using List as Stacks and Queues
18. Functional Programming Tools
19. List Comprehensions
20. The del Statement

Parte 3
21. Tuples, Sequences and Sets
22. Dictionaries
23. Looping Techinques
24. More on Conditiones and Comparing Sequences
25. Modules
26. More on Modules
27. Standard Modules
28. The dir() Function
29. Packages
30. More on Packages

Parte 4
31. Fancier Output Formatting
32. Reading and Wiriting Files
33. Sintaxis Errors and Exceptions
34. Hangling Exceptions
35. More on Exceptions
36. Cleaning up with finally
37. Classes, an Introduction
38. A First Look at Classes
39. Instances and Methods
40. Random Remarks

Parte 5
41. Inheritance
42. Private Variables plus Odds and Ends
43. Iterators
44. Generators and Generator Expressions

IronPython Tutorial Part 1
IronPython Tutorial Part 2

No hay comentarios: