2
2
layout : post
3
3
title : 2016 A year dedicated to Python Workshops
4
4
tag : pythonworkshop
5
+ excerpt : >
6
+ Beautiful 2017 has already started. While everybody is busy with preparing
7
+ resolutions for their new year I decided to look back and share my journey
8
+ here.
5
9
---
6
10
7
11
Beautiful 2017 has already started. While everybody is busy with preparing
@@ -13,80 +17,8 @@ took an oath to spread the word of Python. It was looking simple at first
13
17
glance with a guess of getting less invitations. But the estimate went wrong.
14
18
Below is the summary of yearly progress highlight with word of experience.
15
19
16
-
17
- <link rel =" stylesheet " type =" text/css " href =" {{site.url}}/assets/css/nv.d3.min.css " >
18
-
19
- <style >
20
- #chart svg {
21
- height : 400px ;
22
- }
23
-
24
- svg : {
25
- display : block ;
26
- }
27
-
28
- svg text {
29
- font : normal 8px Impact ;
30
- }
31
-
32
- .center {
33
- text-align : center
34
- }
35
-
36
- </style >
37
-
38
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.2/d3.min.js " charset =" utf-8 " ></script >
39
-
40
- <script src =" {{ site.url }}/assets/js/nv.d3.min.js " ></script >
41
-
42
- <script >
43
-
44
- function GetData () {
45
- return [
46
- {
47
- " label" : " Introduction to Django" ,
48
- " value" : 1
49
- },
50
- {
51
- " label" : " My name is Python and I am not terrorist" ,
52
- " value" : 1
53
- },
54
- {
55
- " label" : " Beginning with Python" ,
56
- " value" : 2
57
- },
58
- {
59
- " label" : " Let's learn Python" ,
60
- " value" : 5
61
- },
62
- {
63
- " label" : " Token based authentication system using JWT" ,
64
- " value" : 4
65
- },
66
- ];
67
- }
68
-
69
- nv .addGraph (function () {
70
- var chart = nv .models .pieChart ()
71
- .x (function (d ) { return d .label })
72
- .y (function (d ) { return d .value })
73
- .showLabels (true )
74
- .labelType (" value" );
75
-
76
- d3 .select (" #chart svg" )
77
- .datum (GetData ())
78
- .transition ().duration (350 )
79
- .call (chart);
80
-
81
- return chart;
82
- });
83
-
84
- </script >
85
-
86
- <div id =" chart " >
87
- <svg ></svg >
88
- </div >
89
-
20
+ ![ Python workshop
21
+ piechart] ( {{site.url}}/assets/images/python_workshop_piechart.png )
90
22
91
23
During my last year I conducted 13 workshops at various colleges of
92
24
state Gujarat and Rajasthan. 10 workshops were conducted targeting college
0 commit comments