-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshredded-python.html
148 lines (125 loc) · 5.64 KB
/
shredded-python.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="/static/images/icons/favicon.png">
<link rel="icon" type="image/image/png" href="/static/images/icons/favicon.png">
<link rel="icon" type="image/png" href="/static/images/icons/favicon.png" />
<title>Shredded Python | A micro course on Python | Hi I'm Arpit 👋</title>
<meta name="description" content="Shredded Python is micro course on python.">
<meta name="keywords" content="" />
<link rel="stylesheet" href="/static/css/semantic-3.min.css">
<link rel="stylesheet" href="/static/css/pygments-3.css">
<link rel="canonical" href="https://arpitbhayani.me/shredded-python.html">
<link rel="alternate" type="application/rss+xml" title="Hi I'm Arpit 👋" href="https://arpitbhayani.me/feed.xml">
<meta property="fb:app_id" content="1055615241238486" />
<meta property="og:image" content="https://arpitbhayani.me/static/images/profiles/arpit.png"/>
<meta property="og:title" content="Shredded Python | A micro course on Python"/>
<meta property="og:url" content="https://arpitbhayani.me/shredded-python.html"/>
<meta property="og:site_name" content="Hi I'm Arpit 👋"/>
<meta property="og:type" content="article"/>
<meta property="og:description" content="Shredded Python is micro course on python." />
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://arpitbhayani.me/shredded-python.html">
<meta name="twitter:title" content="Shredded Python | A micro course on Python">
<meta name="twitter:description" content="Shredded Python is micro course on python.">
<meta name="twitter:image" content="https://arpitbhayani.me/static/images/profiles/arpit.png">
<script src="/static/js/jquery-1.11.3.min.js"></script>
</head>
<body>
<div class="ui secondary basic menu center aligned" style="border-top: 4px solid #0079ff; margin-bottom: 0px;">
<a class="item" href="/" >
<div class="ui medium image">
<img src="/static/images/profiles/arpit-logo.png" />
</div>
</a>
<a class=" item" href="/blogs.html">BLOGS</a>
<a class=" item" href="/today-i-learned.html">TODAY I LEARNED</a>
<!-- <a class="active item" href="/shredded-python.html">SHREDDED PYTHON</a> -->
<a class=" item" href="/programming.html">PROGRAMMING</a>
<a class="item" target="_blank" href="/static/arpit-bhayani-resume.pdf">RESUME</a>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71339255-1', 'auto');
ga('send', 'pageview');
</script>
<div class="ui text container" style="margin-top: 10px; padding-bottom: 50px;">
<div class="ui center aligned basic segment">
<h1>Shredded Python</h1>
</div>
<div class="ui hidden divider"></div>
<p class="ui large text">
Shredded Python is a micro course on Python where I will explain all the concepts and share some interesting insights in ~365 shreds; and each shred will be no more than ~500 characters.
</p>
<p class="ui large text">
Follow along this journey, it will be fun.
</p>
<p class="ui large text">
PS: There will be surprise tests 👻
</p>
<div class="ui center aligned basic segment">
<div class="ui hidden divider"></div>
<div class="ui large image">
<img src="https://media.giphy.com/media/9xaryfkdWqqiK6QHKf/giphy.gif" />
</div>
<div class="ui hidden divider"></div>
<a class="ui huge primary button" href="/">
Let's get started
</a>
</div>
</div>
<div class="ui hidden section divider"></div>
<footer style="background: #fff;">
<div class="ui column centered grid">
<div class="row">
<div class="column center aligned">
<div class="ui small icon borderless compact basic secondary menu">
<div class="item">
<a target="_blank" href="mailto:[email protected]">
<i class="mail outline large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://github.com/arpitbbhayani">
<i class="github large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://facebook.com/oftenweird">
<i class="facebook f large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://instagram.com/often_weird">
<i class="instagram large grey icon"></i>
</a>
</div>
<div class="ui item">
<a target="_blank" href="https://twitter.com/arpit_bhayani">
<i class="twitter large grey icon"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="ui small grey text">Thanks for visiting!</div>
</div>
</div>
</footer>
<div class="ui hidden section divider"></div>
<div class="ui hidden section divider"></div>
</body>
<head>
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<script src="/static/js/semantic-2.min.js"></script>
<script src="/static/js/index.js"></script>
</head>
</html>