Skip to content

Commit 90feb34

Browse files
Updated README.md with second lecture
Co-authored-by: Midha Tahir <midhatahirkhan2011@gmail.com> Co-authored-by: Muhammad Hasham Khalid <m.hasham681@gmail.com>
1 parent abf7c3b commit 90feb34

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

+17-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
# CODING FOR TEENS
22
___
33
## FIRST CLASS LECTURE:
4-
It includes **8 slides:**
4+
It includes [**8 slides:**](CFT-23_3-1.pdf)
55

66
1. What is Coding?
77
2. Why Should You Learn Programming?
88
3. Why Python ?
99
4. Writing your first **PROGRAM**
1010
* Online IDE https://repl.it/languages/python3
1111
* Install this IDE on your
12-
computer https://thonny.org/ (*github link: https://github.com/thonny/thonny/*)
12+
computer: [Thonny](https://thonny.org/)
13+
* The Github link to editor :
14+
[Thonny Github Link](https://github.com/thonny/thonny/)
1315
5. Must Watch Section includes **two links:**
14-
* https://www.youtube.com/watch?v=DBXZWB_dNsw&feature=youtu.be
15-
16-
* https://www.youtube.com/watch?v=3FvSLA-Kvvs&feature=youtu.be
16+
* [14-Year-Old Prodigy Programmer Dreams In Code](https://www.youtube.com/watch?v=DBXZWB_dNsw&feature=youtu.be)
17+
* [The Young Codemaster: Raising a Computer Prodigy | On The Red Dot | CNA Insider](https://www.youtube.com/watch?v=3FvSLA-Kvvs&feature=youtu.be)
18+
___
19+
## SECOND CLASS LECTURE:
20+
It includes [**11 slides:**](CFT-24_3-2.pdf)
1721

22+
1. Printing Numbers ([Code](Codes/Printing_Numbers.py)).
23+
2. The Operator Precedence.
24+
3. Arithmetic Operations ([Code](Codes/arithmetic_operations.py))
25+
4. Operators such as : *modulo(remainder)*, *power*, *integer-division*.
26+
5. Single and Multi-line Comments in Python.
27+
5. Must Watch Section includes **two links:**
28+
* [A 12-year-old app developer | Thomas Suarez](https://youtu.be/Fkd9TWUtFm0)
29+
* ["Python for kids" course, chapter 1](https://youtu.be/YoHLbpjIByE)
1830
___

0 commit comments

Comments
 (0)