[Chennaipy] Talks for the next Meet

Ashok Govindarajan gashok2 at gmail.com
Thu Aug 18 06:03:34 EDT 2016


Hi Vijay,

I would like to give a talk on "*Measuring Cyclomatic complexity in Python*
".

*A brief intro to cyclomatic complexity:*

 1) This is a topic related to Python code quality

2 ) Cyclomatic Complexity is basically the measure of how complicated a
unit of code is - it counts all the independent paths through a unit of
code to produce a unique score. Obviously a function that has a very high
cyclomatic complexity score (say 100) needs to be refactored.

*Some basic reference material that would be useful to attend this talk:*

1)What is cyclomatic complexity:

http://www.tutorialspoint.com/software_testing_dictionary/cyclomatic_complexity.htm

2)Example for cyclomatic complexity

http://blog.codeclimate.com/blog/2013/12/12/the-roots-of-static-analysis/


Rgds,
ashok



On Wed, Aug 17, 2016 at 10:06 PM, Vijay Kumar <vijaykumar at bravegnu.org>
wrote:

> Hi Everyone,
> The next meetup is on the 27th of this month. If you are interested in
> doing a talk (max 20min), please send in a talk title and talk description.
>
> Regards,
> Vijay
> _______________________________________________
> Chennaipy mailing list
> Chennaipy at python.org
> https://mail.python.org/mailman/listinfo/chennaipy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chennaipy/attachments/20160818/9d2546da/attachment.html>


More information about the Chennaipy mailing list