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. Matplotlib subplot
  34. Jupyter StackOverflow - historgram
  35. Jupyter StackOverflow - OpenSourcer
  36. Jupyter StackOverflow - cross tabulation
  37. Jupyter StackOverflow - salaries
  38. Jupyter StackOverflow - replace values
  39. NameError
  40. UnboundLocalError
  41. Insert element in sorted list using bisect
  42. Insert element in sorted list using insort
  43. Classes
  44. Create a class inherit from object
  45. Gravatar in Python
  46. Debug with ptpython
  47. REPL - Interactive debugging with ptpython
  48. Print in color on the CLI
  49. Easy Install
  50. sorting with sorted using a key
  51. get and set locale
  52. Modify time anomality
  53. Some strange code
  54. is vs ==