|
| 1 | +--- |
| 2 | +layout: entry |
| 3 | +title: October Python Pune Meetup 2015 |
| 4 | +category: meeting-notes |
| 5 | +--- |
| 6 | + |
| 7 | +[October Python Pune meetup 2015](http://www.meetup.com/PythonPune/events/225891317/) was organized on 17th Oct, 2015 at [Red Hat, Pune (India) Office](http://www.redhat.com/en). |
| 8 | +The agenda of the meetup was "Code Reading/Debugging". |
| 9 | + |
| 10 | +[Chandan Kumar](https://twitter.com/ciypro) talked about "Read other's code". |
| 11 | +He explained: |
| 12 | + |
| 13 | +* Why to read others code? |
| 14 | +* How to start reading code of a good project? |
| 15 | + * Build and Run the project |
| 16 | + * Explore the module used |
| 17 | + * Use debugger to understand the code flow |
| 18 | + * Draw flow-chart |
| 19 | + * Comment or write docstrings for the methods |
| 20 | + * Enhance test coverage to understand how methods are used |
| 21 | + * Use search tool to find more about the modules and methods used |
| 22 | + * Clean up the code using pep8, pylint or flake8 to improve the code. |
| 23 | + |
| 24 | +Here is the slide link to [Read others code](https://speakerdeck.com/chkumar246/read-others-code). |
| 25 | + |
| 26 | +[Praveen Kumar](https://twitter.com/kumar_pravin) talked about "PDB - Life Saver". |
| 27 | +He covered: |
| 28 | + |
| 29 | +* What is Debugger? |
| 30 | +* Why pdb? |
| 31 | +* Old way of debugging using print statement |
| 32 | +* How to use pdb or ipdb to debug your code? |
| 33 | + |
| 34 | +Here is the slide link to [PDB - Life Saver](https://github.com/praveenkumar/meetups/blob/master/python_meetup_Oct17/python_meetup.html). |
| 35 | + |
| 36 | +[Sourav Singh](https://twitter.com/MrSouravSingh) talked about "Galaxy for Genomic Data Science". |
| 37 | +He talked about: |
| 38 | + |
| 39 | +* What is Galaxy? |
| 40 | +* How to start working on galaxy to generate data sets |
| 41 | +* How to store research work-flow |
| 42 | +* Run galaxy locally |
| 43 | +* Run galaxy on Cloud |
| 44 | + |
| 45 | +Slides link to [Galaxy for Genomic Data Science](http://slides.com/souravsingh/deck-1/fullscreen#/). |
| 46 | + |
| 47 | +And [Abhijeet Kasurde](https://twitter.com/Pyro46) talked about "how to contribute to Virt-Manager". |
| 48 | +He explained: |
| 49 | + |
| 50 | +* What is virt-manager? |
| 51 | +* How to build and install virt-manager? |
| 52 | +* Where to find code and find a bug to start contribution |
| 53 | +* How to debug the code and send your first pull request |
| 54 | +* Communication channel to use and how to report Bug. |
| 55 | + |
| 56 | +Slides link to [How to contribute to Virt-Manager](http://www.slideshare.net/godfatherabhi/python-pune-october-meetup-2015). |
| 57 | + |
| 58 | +Finally, the meetup ended with a good feedback. |
| 59 | +Thanks to Red Hat and speakers for supporting us in organizing meetup. |
0 commit comments