-
Notifications
You must be signed in to change notification settings - Fork 1
Blog post describing python workhops happen last year #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
f229262
[ADD] Adding post
ultimatecoder 1f178f7
[IMPROVE] Improving the post of Python workshops
ultimatecoder 113d02b
[REMOVE] Removing unrequired things
ultimatecoder 2826a88
[IMPROVE] Finalizing the blog post of 2016 workshop experience.
ultimatecoder 245db8c
[REMOVE] Removing temp file
ultimatecoder 2ccf7cb
[IMPROVE] Improving post for final publish
ultimatecoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
268 changes: 268 additions & 0 deletions
268
_posts/2017-01-08-2016-a-year-dedicated-to-python-workshops.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,268 @@ | ||
| --- | ||
| layout: post | ||
| title: 2016 A year dedicated to Python Workshops | ||
| tag: pythonworkshop | ||
| --- | ||
|
|
||
| Beautiful 2017 has already started. While everybody is busy with preparing | ||
| resolutions for their new year I decided to look back and share my journey | ||
| here. | ||
|
|
||
| After attending [PyCon India 2015](https://in.pycon.org/2015/) India 2015 I | ||
| took an oath to spread the word of Python. It was looking simple at first | ||
| glance with a guess of getting less invitations. But the estimate went wrong. | ||
| Below is the summary of yearly progress highlight with word of experience. | ||
|
|
||
|
|
||
| <link rel="stylesheet" type="text/css" href="{{site.url}}/assets/css/nv.d3.min.css"> | ||
|
|
||
| <style> | ||
| #chart svg { | ||
| height: 400px; | ||
| } | ||
|
|
||
| svg: { | ||
| display: block; | ||
| } | ||
|
|
||
| svg text { | ||
| font: normal 8px Impact; | ||
| } | ||
|
|
||
| .center { | ||
| text-align: center | ||
| } | ||
|
|
||
| </style> | ||
|
|
||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.2/d3.min.js" charset="utf-8"></script> | ||
|
|
||
| <script src="{{ site.url }}/assets/js/nv.d3.min.js"></script> | ||
|
|
||
| <script> | ||
|
|
||
| function GetData() { | ||
| return [ | ||
| { | ||
| "label": "Introduction to Django", | ||
| "value" : 1 | ||
| }, | ||
| { | ||
| "label": "My name is Python and I am not terrorist", | ||
| "value" : 1 | ||
| }, | ||
| { | ||
| "label": "Beginning with Python", | ||
| "value" : 2 | ||
| }, | ||
| { | ||
| "label": "Let's learn Python", | ||
| "value" : 5 | ||
| }, | ||
| { | ||
| "label": "Token based authentication system using JWT", | ||
| "value" : 4 | ||
| }, | ||
| ]; | ||
| } | ||
|
|
||
| nv.addGraph(function() { | ||
| var chart = nv.models.pieChart() | ||
| .x(function(d) { return d.label }) | ||
| .y(function(d) { return d.value }) | ||
| .showLabels(true) | ||
| .labelType("value"); | ||
|
|
||
| d3.select("#chart svg") | ||
| .datum(GetData()) | ||
| .transition().duration(350) | ||
| .call(chart); | ||
|
|
||
| return chart; | ||
| }); | ||
|
|
||
| </script> | ||
|
|
||
| <div id="chart"> | ||
| <svg></svg> | ||
| </div> | ||
|
|
||
|
|
||
| During my last year I conducted 13 workshops at various colleges of | ||
| state Gujarat and Rajasthan. 10 workshops were conducted targeting college | ||
| students and 3 were presented for professionals. Gandhinagar and Ahmedabad | ||
| received 4 number of workshops individually. Did single workshop at Bhuj, | ||
| Ajmer, Vadodara and New delhi. One over Google Hangouts on Air. | ||
|
|
||
|
|
||
| Facilities I received while conducting workshops | ||
| ------------------------------------------------ | ||
|
|
||
| The colleges which were settled far from my town provided travelling allowance | ||
| for me. I accepted because I felt there is nothing wrong in taking such help. | ||
| Some colleges arranged an afternoon meal for me. I happily accepted that | ||
| because finding another option during short breaks at unknown place is quite | ||
| time consuming. There were few colleges which gave cash covers as a good will. | ||
| I have decided to not accept such cash because sometimes it comes from the | ||
| pocket of students and I don’t feel good to take money from the pocket of any | ||
| student. Still some colleges claimed that the money belongs to their grants and | ||
| not raised from students. I took that money at that time and donated each to | ||
| [Krishna Vrudhashram](http://www.krishnavriddhashram.org/) located at | ||
| Gandhinagar, Gujarat. | ||
|
|
||
|
|
||
| Python Express | ||
| -------------- | ||
|
|
||
| Such contributions would have not possible without [Python | ||
| Express][python_express]. Python Express is a platform to collaborate colleges, | ||
| students with Python tutors across India. It is supervised and funded by the | ||
| [Python Software Society of India](https://pssi.org.in/). | ||
|
|
||
|
|
||
| ### Python Express Ahmedabad | ||
|
|
||
| At present, we have a Python Express Ahmedabad group whose motive is to teach | ||
| Python to nearby colleges. We are linked up with | ||
| [Telegram Messenger](https://telegram.org/). During this PyCon, I got a large | ||
| bunch of Python Express stickers from Vijay sir. The stickers will be a lot to | ||
| motivate pupils. We also received Python Express volunteer T-shirts. If you are | ||
| living nearby Ahmedabad and want to contribute to this movement, please get in | ||
| touch over email. | ||
|
|
||
|
|
||
|  | ||
|
|
||
|
|
||
| **"Teaching is the best way to learn."** | ||
| ---------------------------------------- | ||
|
|
||
| I am inspired from curious questions raised by scholars. They forced me to | ||
| plunge deep into the subject. It was little difficult to afford such a huge | ||
| hours with having a full time job, but after observing my personal | ||
| improvements I consider this as a good investment. | ||
|
|
||
| In summary, I took 1 workshop every month during the year 2016 which is nearly | ||
| 90% more than what I did in the year 2015. | ||
|
|
||
| You can download [Slides here](https://goo.gl/vTBhTh) and | ||
| [Python Kit here](https://drive.google.com/file/d/0B_TmiicGbqjHb2ZGcE5QYmtXRHc/view?usp=sharing). | ||
|
|
||
|
|
||
| Photos | ||
| ----------------- | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://pgschool.gtu.ac.in/moodle/">PG GTU Gandhinagar</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://cs.kutchuni.edu.in/">K.S.K.V. Kachchh University</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://www.gpgandhinagar.edu.in/">Gujarat Polytechnic College, Gandhinagar</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://paruluniversity.ac.in/home/">Parul University, Waghodia, Vadodara</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://www.nirmauni.ac.in/">Nirma Technology University, Ahmedabad</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://the1947.com/">Startup Gujarat, Gandhinagar</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At | ||
| <a href="https://www.meetup.com/Ahmedabad-Web-and-Mobile-Developers-Meetup/events/232699917/"> | ||
| Ahmedabad Web and Mobile developers meetup | ||
| </a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://www.daiict.ac.in/">Dhirubhai Ambani Institute of Information and Communication Technology | ||
| GandhinagarStartup Gujarat, Gandhinagar</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://www.gweca.ac.in/web/">Government Women Engineering College Ajmer</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="https://www.ahduni.edu.in/">Ahmedabad University</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="http://in.pycon.org/2016/">PyCon India, New Delhi</a> | ||
| </p> | ||
|
|
||
| **- - -** | ||
|
|
||
|  | ||
|
|
||
| <p class="center"> | ||
| At <a href="https://reps.mozilla.org/e/maker-party-gujarat/">Mozilla Maker Party Ahmedabad</a> | ||
| </p> | ||
|
|
||
|
|
||
| ### Do you want to invite me for your college? | ||
|
|
||
| First step is to brief your college administration with Python Express to get | ||
| the permission. Once they agree register your college at [Python | ||
| Express][python_express] and create the workshop request that’s it! | ||
|
|
||
| I will advice to schedule workshop on weekends. Saturday is usually the best | ||
| day for me. Facilities like Projector, Microphone and speakers if number of | ||
| attendees are more than 60. College Computer Labs, the auditorium is the best | ||
| place for such events. | ||
|
|
||
| Waiting for nice invitations :) | ||
|
|
||
| [python_express]: https://pythonexpress.in/ | ||
| [pydelhi_conf]: https://conference.pydelhi.org/ | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.3 KB
(97%)
assets/images/book_image_i_want_2_do_project_tell_me_wat_2_do.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get inspired