Writing Python Codemods for Fun and Profit

Writing Python Codemods for Fun and Profit

Conf42 via YouTube Direct link

use generator expressions

20 of 31

20 of 31

use generator expressions

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Writing Python Codemods for Fun and Profit

Automatically move to the next video in the Classroom when playback concludes

  1. 1 intro
  2. 2 preamble
  3. 3 https://github.com/pixee/codemodder-python
  4. 4 there is a problem
  5. 5 security tools
  6. 6 we need to fix and harden codes
  7. 7 code + modification
  8. 8 codemodder philosophy
  9. 9 leverage open-source tools
  10. 10 process results from other tools
  11. 11 invoke open-source tools
  12. 12 codemods tell a story
  13. 13 how can i use it?
  14. 14 what does it do?
  15. 15 what can we fix?
  16. 16 replace unsafe pyyaml loader
  17. 17 use defusedxml for parsing xml
  18. 18 automatically close resources
  19. 19 parametrize sql queries
  20. 20 use generator expressions
  21. 21 codemodder architecture
  22. 22 codemod metadata
  23. 23 dependency management
  24. 24 let's write a codemod
  25. 25 codemod plugin template
  26. 26 make the easy things easy
  27. 27 make the hard things possible
  28. 28 looking ahead
  29. 29 we want your feedback!
  30. 30 pixeebot app
  31. 31 about pixee

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.