-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
155 lines (125 loc) · 7.83 KB
/
index.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
149
150
151
152
153
154
155
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Python Code Camp by PythonOn</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Rambla:400,700|Ropa+Sans|Source+Code+Pro:300,400,700" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<header>
<h1>PythonOn Code Camp</h1>
<p>USICT's Python Code Sprint Website</p>
<p class="view"><a href="https://github.com/PythonOn">View GitHub Repositories</a></p>
<br>
<strong> Updates</strong><br>
Session 2 Downloads added <br>
Assignment 2 is out. Try it out and Submit your solutions! <a href="https://github.com/PythonOn/Assignment-2/">Assignment 2</a><br>
Session 1 Downloads added (Scroll Down to View)
<br>
</header>
<section>
<h3>
<a id="welcome-to-python-code-camp" class="anchor" href="#welcome-to-python-code-camp" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to Python Code Camp.</h3>
<p>This website is for sharing all the materials discussed in weekly sessions based on Python programming language at USICT, Dwarka, New Delhi. All the presentations, assignments and code will be kept in various repositories in <a href="http://github.com/PythonOn">PythonOn</a>. PythonOn is a month long series of tutorials to be taught in sessions and a code sprint which will be organised after a month when sessions are complete. During the code sprint the students will have to create a working software with what they've learnt about Python. Okay that's about it. </p>
<p>Dude this is going to be kick ass. <g-emoji alias="smile" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f604.png">😄</g-emoji><g-emoji alias="wink" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f609.png">😉</g-emoji></p>
<h3>
<a id="a-bit-about-study-materials" class="anchor" href="#a-bit-about-study-materials" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>A bit about Study Materials</h3>
<p>We’ve crafted some presentations using Reveal.js which we'll be uploading here.
All the codes be uploaded in a separate repository under PythonOn.
We will upload assignments in a separate repository, you just have to fork it, do your tasks in assignments and send us a pull request for assessment.</p>
<h3>
<a id="whatsapp-group" class="anchor" href="#whatsapp-group" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Conversations - WhatsApp Group</h3>
<p>The conversations take place on WhatsApp. Join by pinging on +918860430933</p>
<h3>
<a id="syllabus" class="anchor" href="#syllabus" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Syllabus</h3>
<p> <a href="../pdf/pythoncs.pdf">Download</a>
</p>
<h3>
<a id="session-2" class="anchor" href="#session-2" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>UPDATE : SESSION 2</h3>
<ul>
<li>Reference Books </li>
<ul>
<li>What on earth is "self" : http://stackoverflow.com/a/6990217/5056792</li>
<li><a href="http://stackoverflow.com/questions/2709821/what-is-the-purpose-of-self-in-python">Purpose of self in Python</a></li>
<li>OOP notes <a href="http://zetcode.com/lang/python/oop/">Here</a></li>
</ul>
<li>Codes from the Session <a href="http://github.com/pythonon/Session-2/">Download</a></li>
<li>Softwares and files</li>
<ul>
<li>KivyRemote Android App</li>
<li>Atom Text Editor <a href="http://atom.io">Download</a></li>
</ul>
<li>Assignment 2 is out so you can follow the steps in GitHub tutorial and submit your solutions.</li>
<li>Join WhatsApp Group connect: +918860430933 </li>
<li>We have added a comments section at the bottom of the page so that you can ask your queries right here too.</li>
<li>You can ask anywhere, on our FB Page, WhatsApp, Here in comment box or mail us at [email protected] or give us call.</li>
</ul>
<!--SESSION 1-->
<h3>
<a id="session-1" class="anchor" href="#session-1" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>SESSION 1</h3>
<ul>
<li>Reference Books </li>
<ul>
<li>How to think like a Computer Scientist - kick ass Book! <a href="http://www.greenteapress.com/thinkpython/thinkpython.pdf">Download</a>
<li>Tutorials Point (tutorialspoint.com)- This is a non-boring speedy course for quick learning!
<li>Python Tutorials By Guido Von Rossum <a href="http://marvin.cs.uidaho.edu/Teaching/CS515/pythonTutorial.pdf">Download</a>
</ul>
<li>Codes from the Session <a href="http://github.com/pythonon/Session-1/">Download</a></li>
<li>Softwares and files shared in class </li>
<ul>
<li>Python 3.5 <a href="https://www.python.org/ftp/python/3.5.2/python-3.5.2.exe">32 bit</a>
<a href="https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe">64 bit</a></li>
<li>Slides <a href="https://pythonon.github.io/Session-1/#/">Download</a></li>
</ul>
<li> Github Tutorial</li>
<iframe width="315" height="210" src="https://www.youtube.com/embed/ZeYbkLO2fpU" frameborder="0" allowfullscreen></iframe>
<li>Assignment 1 is out so you can follow the steps in GitHub tutorial and submit your solutions.</li>
<li>Join WhatsApp Group connect: +918860430933 </li>
<li>We have added a comments section at the bottom of the page so that you can ask your queries right here too.</li>
<li>You can ask anywhere, on our FB Page, WhatsApp, Here in comment box or mail us at [email protected] or give us call.</li>
</ul>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//pythonon.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p><a href="https://github.com/neelansh" class="user-mention">@neelansh</a>
<a href="https://github.com/maayanktyagi" class="user-mention">@maayanktyagi</a>
<a href="https://github.com/jatinrajani" class="user-mention">@jatinrajani</a>
<a href="https://github.com/hemangsk" class="user-mention">@hemangsk</a></p>
<a href="https://github.com/iamsarthak" class="user-mention">@iamsarthak</a></p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Have queries? Mail us <a href="[email protected]">here</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>