Skip to content

Commit 448211b

Browse files
committed
Add README and License
1 parent e8318d2 commit 448211b

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

LICENSE

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2021 Abhyudai
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
### Learn python while playing
2+
3+
This repository contains the content of the course I taught as a Python instructor. Hopefully will have the time, energy and everything else that may be required to transform this in to a book soon.
4+
5+
At the moment it mostly consists of the examples used in the course. The near-future goal is to include explanations alongside them.
6+
7+
#### Contents
8+
9+
The contents of the individual directories are as shown below.
10+
```
11+
chapter_01
12+
└── Hello World
13+
chapter_02
14+
└── Operators
15+
chapter_03_to_06
16+
└── Abstract DataTypes(list, tuples, sets, dict)
17+
chapter_07
18+
└── Control Flow Statements
19+
chapter_08
20+
└── Functions
21+
chapter_09
22+
└── Strings
23+
chapter_10
24+
└── Objects and Classes
25+
chapter_11
26+
└── Modules, packages and imports
27+
chapter_12
28+
└── Playing with files
29+
chapter_13
30+
└── Regular Expressions
31+
chapter_14
32+
└── Threading
33+
chapter_15
34+
└── Database and mysql
35+
chapter_16
36+
└── Sending email.
37+
chapter_17
38+
└── Websockets
39+
chapter_18
40+
└── Parsing XML
41+
examples
42+
└── Contains some more general purpose examples
43+
```

0 commit comments

Comments
 (0)