Skip to content

Commit f229262

Browse files
committed
[ADD] Adding post
1 parent e9ea7a4 commit f229262

File tree

3 files changed

+230
-0
lines changed

3 files changed

+230
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* Few Advices for conducting Python workshops to students:
2+
* Modify your slides according to duration of the talk and knowledge level of the audiance. Maintain version of each.
3+
* If target audiance is students, then bare in mind about target operating system they are using. 90% of them are using Windows.
4+
* Prepare proper version specific installation for Window, Mac and GNU/Linux
5+
* Focus on small, important things. Going into too much details will kill your time. You can always help intersted students after completing the workshops in your free time.
6+
* Clear purpose and things you will teach before starting workshop. It will help students to leave if they are already know the mentioned things.
7+
* Always take reviews from students. Taking review will help you to identify problems your audiance is facing.
8+
* Conducting small quiz/exercise at the end of the chepter helps you to motivate students and solve confusions they have.
9+
* I always put small conding exercise and instruct them to do in their laptop. (Students are not prepreared with IDE.)
10+
* Conducting talk with any small goodies helps to motivate them. Thanks for PSSI I distribute Python stickers while asking questinos and give stickers who gave correct answers.
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
---
2+
layout: post
3+
categories: python express
4+
title: 2016 A year dedicated to Python Workshops
5+
tag: pythonexpress
6+
---
7+
8+
Beautiful 2017 has already started. While everybody is busy with preparing
9+
resolutions for their new year I decided to look back and share my journey
10+
here. During my last year I conducted 13 workshops at various colleges of
11+
Gujarat and Rajasthan. 10 workshops were conducted targeting college students
12+
and 3 were presented for professionals. Gandhinagar and Ahmedabad received 4
13+
number of workshops individually. Did single workshop at Bhuj, Ajmer,
14+
Vadodara and New delhi. One workshop over Google Hangouts on Air.
15+
16+
Following are the title of the topics:
17+
18+
* **Introduction to Django**
19+
20+
* **My name is Python and I am not a terrorist**
21+
22+
* **Beginning with Python**
23+
24+
* **Let's learn Python**
25+
26+
* **Token based authentication system using JWT**
27+
28+
Below is the list of places I visited for conducting this workshops:
29+
30+
* [PG GTU Gandhinagar][pg_gtu]
31+
32+
* [K.S.K.V. Kachchh University][dcm_kskvku]
33+
34+
* [Gujarat Polytechnic College, Gandhinagar][polytechnic_gandhinagar]
35+
36+
* [Parul University, Waghodia, Vadodara][parul_university]
37+
38+
* [Nirma Technology University, Ahmedabad][nirma_university]
39+
40+
* [Startup Gujarat, Gandhinagar](http://the1947.com/)
41+
42+
* [Ahmedabad Web and Mobile developers meetup](https://www.meetup.com/Ahmedabad-Web-and-Mobile-Developers-Meetup/events/232699917/)
43+
44+
* [Dhirubhai Ambani Institute of Information and Communication Technology
45+
Gandhinagar](http://www.daiict.ac.in/)
46+
47+
* [Government Women Engineering College Ajmer](http://www.gweca.ac.in/web/)
48+
49+
* [PyCon India, New Delhi][pycon_india_2016])
50+
51+
* [Mozilla Maker Party Ahmedabad](https://reps.mozilla.org/e/maker-party-gujarat/)
52+
53+
54+
Conferences
55+
###########
56+
57+
[PyDelhi Conf][pydelhi_conf]
58+
-----------------------------------------------
59+
60+
It was nice experience to attend [PyDelhi conf][pydelhi_conf] at
61+
[JNU, New Delhi](http://www.jnu.ac.in/SCSS/). The event was organized by
62+
[PyDelhi community](https://pydelhi.org/). I got chance to meet many
63+
interesting people during this small event.
64+
65+
Django girls Ahmedabad
66+
-------------------------
67+
68+
I volunteered at [Django girls Ahmedabad](https://djangogirls.org/ahmedabad/)
69+
as a Django mentor. This event happened at
70+
[CIIE, IIM Ahmedabad](http://www.ciie.co/). There were quit good number of
71+
participats were there. I received two students which I enjoyed teaching
72+
during the workshop.
73+
74+
75+
PyCon India
76+
-----------
77+
78+
I volunteered Devsprint section of [PyCon India 2016][pycon_india_2016].
79+
Volunteering for such big event gives lot of experience. Volunteering for
80+
section like
81+
82+
83+
[PyKutchchh](http://www.ciie.co/)
84+
---------------------------------
85+
86+
I organized one day Python Conference at Bhuj named [PyKutch][pykutch]
87+
88+
In conclusion I conducted 1 workshop per month. I enjoyed every moment of 2016.
89+
90+
I was jury at DAIICT hackthon IEEE.
91+
92+
Facilities I received while conducting workshops
93+
------------------------------------------------
94+
95+
Places which were quit far from my town has provided travelling allowance to
96+
me. Which I took because it I felt there is nothing wrong in taking that. Some
97+
colleges arranged afternoon meal for me. I happy accepted that becuase finding
98+
other option during short brack at unknown place is quit time consuming. There
99+
were few colleges which gave cash cover as good will from their side. That I
100+
never decided to accept in my life. The reason I don't take money from any
101+
educational institute is they sometimes devide that fee to number of students
102+
attending workshop. I don't feel right to take money from the pocket of any
103+
students. Still some college claimed they are giving from their grants and
104+
not taking anything from students. I took that money and donated each to
105+
"arranged Krishna Vrudhashram"][krishna_vrudhashram]
106+
107+
People travelled with me during this journy
108+
-------------------------------------------
109+
110+
* Smit Thacker
111+
112+
* Mehul Prajapati
113+
114+
* Shivani Sharma
115+
116+
* Pranjal Vyas
117+
118+
* Parthvi Vala
119+
120+
* Tushar Gohil
121+
122+
Python Express Ahmedabad
123+
------------------------
124+
125+
Now, we have Python Express group whos motive is to teach Python to nearby colleges. We are connected with Telegram group.
126+
127+
You want to schedule Python workshop at your college?
128+
-----------------------------------------------------
129+
130+
Materials used
131+
--------------
132+
133+
* Slides
134+
135+
* Python Kit
136+
137+
* Excercises
138+
139+
* Books used
140+
141+
Goodies received
142+
-----------------
143+
144+
During this PyCon, I received large bunch of Python Express stickers from
145+
Vijay sir. It will help me to motivate students. I received Python Express
146+
T shirts for each of us.
147+
148+
My experience
149+
-------------
150+
I want to conclude my experience with only one sentence. **Teaching is the
151+
best way to learn.**
152+
153+
154+
What is Python Express?
155+
-----------------------
156+
157+
[PythonExpress]() is moment initiated by PSSI. is online tool which helps colleges
158+
to schedule Python workshop to their college. The tool is prepred by
159+
[Python Software Society of India](https://pssi.org.in/).
160+
161+
The moment initiated by PSSI with a tag Python month. The Python month was
162+
celebrated before one month of the Pycon India. During this year, member of
163+
community spare little time and reaches near by colleges for conducting
164+
python workshops. Purpose of this event is to encourage students to join PyCon India.
165+
166+
Early Activities
167+
----------------
168+
169+
[python_express]: https://pythonexpress.in/
170+
[pykutch]: http://cs.kutchuni.edu.in/PyKutch-2016/
171+
[krishna_vrudhashram]: http://www.krishnavriddhashram.org/
172+
[pg_gtu]: http://pgschool.gtu.ac.in/moodle/
173+
[dcm_kskvku]: http://cs.kutchuni.edu.in/
174+
[polytechnic_gandhingar]: http://www.gpgandhinagar.edu.in/
175+
[parul_university]: http://paruluniversity.ac.in/home/
176+
[nirma_university]: http://www.nirmauni.ac.in/
177+
[pycon_india_2016]: http://www.ciie.co/
178+
[pydelhi_conf]: https://conference.pydelhi.org/
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
2+
3+
* Introduction to Python Express. It was first started as Python month. Define Python month.
4+
5+
* Mention Python Software Society Of India.
6+
7+
* Early activities
8+
* Early email conversation at bangpypers mailing list. During 2014 by Anand Chitipothu.
9+
* Pycon India 2015, Vijay Kumar and Vighnesh hood leaded open space discussion on Python Express.
10+
* The project started with tool `wye` by vijay kumar in year 2015.
11+
12+
* How the project took my interest
13+
* Django tool so that I can contribute and improve my skills.
14+
* After coming from Pycon India 2015 my first goal was to teach Python to students.
15+
16+
* Your progress
17+
* I conducted 9 workshops during the year 2016.
18+
* Mention the name of the colleges
19+
20+
* Facilities I received while conducting workshops:
21+
* Some colleges gave money.
22+
* Some arranged travelling
23+
* Some arranged food
24+
* I din't took any money. There were few colleges who were forcefully giving money. I donated that money to one old age home at my town.
25+
26+
* Python Express Ahmedabad
27+
* Experiences with Ahmedabad team. Mention name of all the team members.
28+
* Mention Telegram group you have for Python Express Ahmedabad.
29+
30+
* How you can connect into Python Express movement?
31+
* Encourage other colleges to register themself at Python express. No donation, money is required for it.
32+
* If you are tutor register your self at Python express and be active in the moment.
33+
34+
* Share Workshop photos.
35+
36+
* Goodies received:
37+
* T shirt
38+
* Stickers
39+
40+
* Your exprience:
41+
* Teaching is the best way to learn
42+

0 commit comments

Comments
 (0)