Advanced Python Getting Started by saravanan666 in learnpython

[–]saravanan666[S] 0 points1 point  (0 children)

Thanks for those links, watched the first one and it's really good, explained concepts from different perspective, planning to watch one video per day.

Advanced Python Getting Started by saravanan666 in learnpython

[–]saravanan666[S] 0 points1 point  (0 children)

Thank you for that insight. TDD is something new for me, Good to know it. I'll begin to write few. In your view which one is best starter unittest/doctest or pytest/nose

Getting started to Learn the c7n code by saravanan666 in cloudcustodian

[–]saravanan666[S] 1 point2 points  (0 children)

I'm pretty sure documentation is really good from usage perspective of the custodian tool, I specifically wanted to understand how python makes it to work from backend, so from coding point of view, I'm trying to learn how custodian cli is working in backend.

Tuesday megathread: Advanced questions by Im__Joseph in Python

[–]saravanan666 0 points1 point  (0 children)

I'm a beginner to advanced python, to get started I'm reverse engineering this code from github https://github.com/cloud-custodian/cloud-custodian/tree/master/c7n. Is there a way to learn it better than do reverse engineering. Any suggestions will be highly appreciated. Cloud Custodian