Other slides

  1. Other slides
  2. Atom for Python
  3. IDLE - Integrated DeveLopment Environment
  4. sh-bang - executable on Linux/Apple
  5. pydoc
  6. Spyder Intro
  7. Interactive Debugging
  8. Parameter passing
  9. Command line arguments and main
  10. Name of the current function in Python
  11. Name of the caller function in Python
  12. Stack trace in Python using inspect
  13. SAX with coroutine
  14. Getting the class name of an object
  15. iterator - pairwise
  16. iterator - grouped
  17. itertools - groupby
  18. Circular references
  19. Context managers: with (file) experiments
  20. itertools - izip
  21. mixing iterators
  22. mixing iterators
  23. itertools - pairwise
  24. itertools - grouped
  25. range vs xrange in Python
  26. profile (with hotshot) slow code
  27. Create class with metaclass
  28. Python Descriptors
  29. alter iterator
  30. Create a counter queue
  31. A Queue of tasks
  32. Python from .NET
  33. assert to verify values
  34. mycalc as a self testing module
  35. doctest
  36. Export import
  37. Export import with __all__
  38. import module
  39. deep copy list
  40. deep copy dictionary
  41. Matplotlib subplot
  42. Jupyter StackOverflow - historgram
  43. Jupyter StackOverflow - OpenSourcer
  44. Jupyter StackOverflow - cross tabulation
  45. Jupyter StackOverflow - salaries
  46. Jupyter StackOverflow - replace values
  47. NameError
  48. UnboundLocalError
  49. Insert element in sorted list using bisect
  50. Insert element in sorted list using insort
  51. Classes
  52. Create a class inherit from object
  53. Gravatar in Python
  54. Debug with ptpython
  55. REPL - Interactive debugging with ptpython
  56. Print in color on the CLI
  57. Easy Install
  58. sorting with sorted using a key
  59. get and set locale
  60. Modify time anomality
  61. Some strange code
  62. is vs ==