Thursday 24 November 2016

Pyladies November Meetup

After a long festive season(Diwali) we had our Pyladies Meetup on 13th Nov at RedHat office and it was so good to see new faces as the number of Pyladies were increasing with each meetup. As always I was excited about the meetup and to learn about Creating our own Map using GeoJSON and more about Git as these were the Topics for this meetup which Nisha have mailed us. So the meetup started with a session on Git by Sayan Chowdhaury. Starting with the basic introduction to Git like what it is, why we need it, whats are benefits, he started the session. It is very important if we want to contribute to upstream or any projects. Here are fews benefits of using it :
  • Easy collaboration
  • Work Offline
  • Contribute to any open source project
So we started with initiating our own project named “Pyladies” and then moving it to github. Also he told us how we can send PR(Pull Request), so we forked his Pyladies project and send a PR to it. We all learned the basics commands of git like:
  • git init
  • git config --global user.name “username”
  • git config --global user.email “userEmail”
  • git add <filename>
  • git commit -m "Commit message"
  • git push origin master
  • git status
  • git remote add origin <server>
  • git checkout -b <branchname>
  • git fetch origin
Sayan also told a site which we can refer for learning more about git through git tower.

After this we had a break as it was lunch time and our hungry tummy needs something to continue with learning new stuffs . After the break Nisha came up, as I told there were lots of new faces it was their first meetup, so there was a introduction session where she brief about how we started and what we do in the meetups. Then we all introduced ourself to each other. After this she started with her talk talking about spatial data and how we can map anything related to our own life to many others crucial information like she have mapped the number of accidents in different cities. Also she gave an excellent example that how we can use map in our CV too, she showed us a CV in which the person has marked his educational institutes and places of work where she had worked till now geographically, and it really sounds interesting. She told us about how we can start with it and explained about  GIS, mapbox, leaflet etc. To make us started she explained how we can start mapping using github as all of us have learned git in the previous session so it was a good idea. All we had to do was:
  1. Convert the CSV format file to geoJSON(for this we can either write a script in python or use any other method)
  2. Then we have to upload that geoJSON file to github.
  3. Then view map on github
  4. Map renders magically.

So to practice she mailed us an CSV file which we can use to create  our own map as an assignment. The meetup ended with a discussion on the next meetup, I was not able to be a part of that discussion because I have to go with Praveen, he was having his Football match as Redhat Annual Sports were going on. So we left saying bye to all Pyladies, and looking forward to meet them all in sixth Pyladies meetup.
How can we forget Pycon Pune which is in February(16th -19th), excited to meet all the Pyladies and many more people from various communities. So hurry up just grab your ticket as time is running out so as tickets.

Monday 14 November 2016

Pyladies- October Meetup

Like every month we meet up for this month also, this time it was for half day only but it was very special as we were having Hong Phuc Dang  founder FOSSASIA with us.


 It was a great experience to meet her, as she shared a lot of things with us and also tell us about FOSSASIA, what it is and how we can contribute to it. She encouraged the pyladies to be a part of open source and start contributing to it. Also She invited us to FOSSASIA which is in Singapore from 17th to 19th March. After her talks there were lightening talks from Pyladies which was decided by Anwesha in our last meeting that we will have lightening talks in every meetups as most of us are afraid of speaking in Public so to overcome that fear this session was started from this meetup and will be continued... So our first speaker was Samriddhi who is a student, she shared her experience and about Pyladies. Next was my turn I was ready with my Presentation, so quickly after setting up, I started with a brief introduction of mine and then continued with the topic which was "Difference between Python2 and Python-3.


After talks, now it was Kushal who was going to take a workshop on building shell with cmd2 module, so we all were set with our laptops in which we have installed cmd module. Then we learnt how to build our own shell and it was interesting to build a shell and play with it. All of us practiced that and solved the problem given by Kushal. Upto that time Kushal has ordered Pizza for us. Then it was the time for Pizza Party and as always we had a very good discussion during that time. Hong Phuc Dang gave us more ideas on how we can lift our self up in the open source community and many other information.And this is how the meetup ended with a plan to meet in November :)