|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "My experience of mentoring at Django Girls Bangalore 2017" |
| 4 | +date: "2017-11-14 08:01:25 +0530" |
| 5 | +tag: |
| 6 | + - django |
| 7 | + - python |
| 8 | + - djangogirls |
| 9 | +--- |
| 10 | + |
| 11 | + |
| 13 | + |
| 14 | +## TL;DR |
| 15 | + |
| 16 | +Last Sunday, [Django Girls Bangalore][django_girls_bangalore] organized a |
| 17 | +hands-on session of web programming. This is a small event report from my side. |
| 18 | + |
| 19 | + |
| 20 | +## Detailed overview |
| 21 | + |
| 22 | +[Django Girls][django_girls] is not for a profit initiative led by [Ola |
| 23 | +Sitarska](http://ola.sitarska.com/) and [Ola |
| 24 | +Sendecka](http://blog.sendecka.me/). Such movement helps women to learn the |
| 25 | +skills of website development using the well-known web-framework |
| 26 | +[Django][django]. This community is backed by organizers from many countries. |
| 27 | +Organizations like The [Python Software |
| 28 | +Foundation](https://www.python.org/psf/), [Github](https://github.com), |
| 29 | +[DjangoProject][django] and many [more](https://djangogirls.org/#supporters) are |
| 30 | +funding [Django Girls][django_girls]. |
| 31 | + |
| 32 | +[Django Girls Bangalore][django_girls_bangalore] chapter was organized by |
| 33 | +[Sourav Singh](https://twitter.com/MrSouravSingh) and [Kumar |
| 34 | +Anirudha](https://anirudha.org/). This was my second time mentoring for the |
| 35 | +[Django Girls][django_girls] event. First was for the [Ahmedabad |
| 36 | +chapter](https://djangogirls.org/ahmedabad/). The venue was sponsored by |
| 37 | +[HackerEarth](https://www.hackerearth.com). 8 male and 2 female mentored 21 |
| 38 | +women during this event. Each mentor was assigned more or less 3 participants. |
| 39 | +Introducing participants with web development becomes easy with the help of |
| 40 | +[Django Girls handbook][handbook]. The [Django Girls handbook][handbook] is a |
| 41 | +combination of beginner-friendly hands-on tutorials described in a simple |
| 42 | +language. The [handbook][handbook] contains tutorials on basics of Python |
| 43 | +programming language to deploying your web application. Pupils under me were |
| 44 | +already ready by pre-configuring Python with their workstation. We started by |
| 45 | +introducing our selves. We took some time browsing the |
| 46 | +[website](http://submarinecablemap.com/) of undersea cables. One of the amusing |
| 47 | +questions I got is, “Isn't the world connected with Satellites?”. My team was |
| 48 | +comfortable with the Python, so we quickly skimmed to the part where I |
| 49 | +introduced them to the basics of web and then [Django][django]. I noticed |
| 50 | +mentors were progressing according to the convenience of participants. Nice |
| 51 | +amount of time was invested in discussing raised queries. During illumination, |
| 52 | +we heard a loud call for the lunch. A decent meal was served to all the members. |
| 53 | +I networked with other mentors and participants during the break. Post-lunch we |
| 54 | +created a blog app and configured it with our existing project. Overview of |
| 55 | +[Django][django] models topped with the concept of |
| 56 | +[ORM](https://en.wikipedia.org/wiki/Object-relational_mapping) became the |
| 57 | +arduous task to explain. With the time as a constraint, I focused on admin |
| 58 | +panel and taught girls about deploying their websites to |
| 59 | +[PythonAnywhere](https://www.pythonanywhere.com/). I am happy with the hard work |
| 60 | +done by my team. They were able to demonstrate what they did to the world. I |
| 61 | +was more joyful than them for such achievement. |
| 62 | + |
| 63 | +The closing ceremony turned amusing event for us. 10 copies of [Two scopes of |
| 64 | +Django](https://www.twoscoopspress.com) book were distributed to the |
| 65 | +participants chosen by random draw strategy. I solemnly thank the authors of |
| 66 | +the book and [Pothi.com](https://pothi.com/) for gifting such a nice reference. |
| 67 | +Participants shared their experiences of the day. Mentors pinpointed helpful |
| 68 | +resources to look after. They insisted girls to not satisfy at such point and |
| 69 | +open their wings by developing websites using skills they learned. T-shirts, |
| 70 | +stickers and badges were distributed as event swags. |
| 71 | + |
| 72 | +You can find the list of all [Django Girls][django_girls] chapters |
| 73 | +[here](https://djangogirls.org/events/map/). Djangonauts are shouted to become a |
| 74 | +mentor for [Django Girls][django_girls] events in your town. If you are not |
| 75 | +finding any in your town, I encourage you to take the responsibility and |
| 76 | +organize one for your town. If you are already a part of [Django |
| 77 | +Girls][django_girls] community, Why are you not sharing your experience with |
| 78 | +others? |
| 79 | + |
| 80 | +###### Proofreaders: [Kushal Das](https://kushaldas.in), [Dhavan Vaidya](http://codingquark.com/), [Isaul Vargas](https://github.com/Dude-X) |
| 81 | + |
| 82 | +[django_girls_bangalore]: https://djangogirls.org/bangalore/ |
| 83 | +[django_girls]: https://djangogirls.org/ |
| 84 | +[django]: https://www.djangoproject.com/ |
| 85 | +[handbook]: https://tutorial.djangogirls.org/en/ |
0 commit comments