Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

49 lines (46 loc) · 2.05 KB
title date event_date url author featured_image categories tags
March PythonPune meetup 2020
2020-04-18 17:01:37 +0530
2020-03-21 10:30:00 +0530
event/march-pythonpune-meetup-2020
Bhavin Gandhi
Event
Design patterns
Jenkins
CI/CD

This was a first ever virtual event of PythonPune where everyone connected remotely. We had a good turn around on the YouTube live stream. Read more about our live streaming setup here.

Design Patterns and Python: Creational Patterns

  • Speaker: A.P. Rajshekhar
  • Description: In this talk, A.P. introduced everyone to design patterns. He covered details like when to use these patterns, why one should use them. This talk covered the creational patterns like singleton and factory pattern. We had a nice discussion around how one should design things by following these patterns etc.
  • References:

Using Pipeline scripts in Jenkins

  • Speaker: Kumar Vipin Yadav
  • Description: In this talk about Jenkins pipelines, Vipin talked about how pipelines are more portable and better than traditional jobs. He covered all the points by taking an example of simple Selenium based test case. At the end of this talk, we had discussions about passing data from one stage to the next one, manipulating environments variables and so on.
  • References: