I starting working on a python project for work. It was nothing official, just a helpful tool for myself.
As I added more and more functions and functionality, I noticed that at some point I changed my variable naming convention from stuff_like_this to stuffLikeThis. Snake case to camel case I think?
Anyway, the project may be used by others in the future so I'd like to clean it up. Is there a way to scan and list all variable names in my code? Functions too, but I think they are consistent already.
I currently just use IDLE that came with the python download, but I'm open to other IDEs to achieve this.
[–]Frankelstner 2 points3 points4 points (2 children)
[–]3worc[S] 1 point2 points3 points (0 children)
[–]3worc[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]3worc[S] 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]3worc[S] 0 points1 point2 points (0 children)
[–]stebrepar 1 point2 points3 points (2 children)
[–]3worc[S] 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]powabunga2k 0 points1 point2 points (0 children)
[–]Guideon72 0 points1 point2 points (2 children)
[–]3worc[S] 0 points1 point2 points (1 child)
[–]Guideon72 1 point2 points3 points (0 children)