@@ -1310,11 +1310,126 @@ In this lesson we will discuss class basics.
1310
1310
1311
1311
## Fundamental Go Course
1312
1312
1313
- ## Go Fundamentals Course (Chapter 1 - Basic I/O)
1314
- This tutorial will discuss Go basic input and output.
1313
+ ## Fundamental Go Course (Chapter 1 - Basic I/O)
1314
+ This lesson will discuss Go basic input and output.
1315
1315
1316
1316
-> Click [ HERE] ( https://github.com/mytechnotalent/Fundamental-Go/blob/main/Fundamental_Go_ALPHA.pdf ) to read the FREE pdf book.
1317
1317
1318
+ ## BOOK IS UNDER DEVELOPMENT
1319
+
1320
+ <br >
1321
+
1322
+ ## Fundamental Python Course
1323
+
1324
+ ## Fundamental Python Course (Chapter 1 - Basic I/O)
1325
+ This lesson will discuss Python basic input and output.
1326
+
1327
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Fundamental-Python/blob/main/Fundamental_Python_ALPHA.pdf ) to read the FREE pdf book.
1328
+
1329
+ ## Fundamental Python Course (Chapter 2 - DataTypes & Numbers)
1330
+ This lesson will discuss Python datatypes and numbers.
1331
+
1332
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Fundamental-Python/blob/main/Fundamental_Python_ALPHA.pdf ) to read the FREE pdf book.
1333
+
1334
+ ## Fundamental Python Course (Chapter 3 - Conditional Logic)
1335
+ This lesson will discuss Python conditional logic.
1336
+
1337
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Fundamental-Python/blob/main/Fundamental_Python_ALPHA.pdf ) to read the FREE pdf book.
1338
+
1339
+ ## Fundamental Python Course (Chapter 4 - Lists, Tuples, Dictionaries & Loops)
1340
+ This lesson will discuss Python lists, tuples, dictionaries & loops.
1341
+
1342
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Fundamental-Python/blob/main/Fundamental_Python_ALPHA.pdf ) to read the FREE pdf book.
1343
+
1344
+ ## BOOK IS UNDER DEVELOPMENT
1345
+
1346
+ <br >
1347
+
1348
+ ## Python For Kids Course
1349
+
1350
+ ## Python For Kids Course (Chapter 1 - Goals)
1351
+ This lesson will begin with the basic concepts of why kids should learn to program in Python.
1352
+
1353
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1354
+ -> Click [ HERE] ( https://youtu.be/eAkOAuHkroI ) to watch the video on YouTube.
1355
+
1356
+ ## Python For Kids Course (Chapter 2 - "Hello World")
1357
+ This lesson will step-by-step code our first program to have our little microcontroller say hello to the world!
1358
+
1359
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1360
+ -> Click [ HERE] ( https://youtu.be/QnlBMgSZUzU ) to watch the video on YouTube.
1361
+
1362
+ ## Python For Kids Course (Chapter 3 - FUN With Images)
1363
+ This lesson will step-by-step code a FUN image making program where our little microcontroller will make various faces to his new friend.
1364
+
1365
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1366
+ -> Click [ HERE] ( https://youtu.be/L6-R7LRj5ik ) to watch the video on YouTube.
1367
+
1368
+ ## Python For Kids Course (Chapter 4 - FUN With Numbers)
1369
+ This lesson will step-by-step code a FUN program where we will work with numbers and learn about how to make variables with them.
1370
+
1371
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1372
+ -> Click [ HERE] ( https://youtu.be/uSRpjvSyhC8 ) to watch the video on YouTube.
1373
+
1374
+ ## Python For Kids Course (Chapter 5 - FUN With Words)
1375
+ This lesson will step-by-step code a FUN program where we will work with words and learn about how to make variables with them.
1376
+
1377
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1378
+ -> Click [ HERE] ( https://youtu.be/cMrzeprc3j4 ) to watch the video on YouTube.
1379
+
1380
+ ## Python For Kids Course (Chapter 6 - Fun With Word Lists)
1381
+ This lesson will step-by-step code a FUN program where we will work with word lists and learn about how to make variables with them.
1382
+
1383
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1384
+ -> Click [ HERE] ( https://youtu.be/2cYZt0imQBk ) to watch the video on YouTube.
1385
+
1386
+ ## Python For Kids Course (Chapter 7 - Fun With Music)
1387
+ This lesson will step-by-step code a FUN song making program where our little microcontroller will play various songs to his new friend.
1388
+
1389
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1390
+ -> Click [ HERE] ( https://youtu.be/JMXXGRnR7fo ) to watch the video on YouTube.
1391
+
1392
+ ## Python For Kids Course (Chapter 8 - Fun With Talking Robots)
1393
+ This lesson will step-by-step interact with a FUN talking robot where we can ask him questions and he will respond to us using his voice.
1394
+
1395
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1396
+ -> Click [ HERE] ( https://youtu.be/lBEWy5M4fuI ) to watch the video on YouTube.
1397
+
1398
+ ## Python For Kids Course (Chapter 9 - Basic I/O)
1399
+ This lesson will discuss MicroPython basic input and output for the micro: bit .
1400
+
1401
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1402
+
1403
+ ## Python For Kids Course (Chapter 10 - DataTypes & Numbers)
1404
+ This lesson will discuss MicroPython datatypes and numbers for the micro: bit .
1405
+
1406
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1407
+
1408
+ ## Python For Kids Course (Chapter 11 - Conditional Logic)
1409
+ This lesson will discuss MicroPython conditional logic and application flow chart design for the micro: bit .
1410
+
1411
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1412
+
1413
+ ## Python For Kids Course (Chapter 12 - Lists, Tuples, Dictionaries & Loops)
1414
+ This lesson will discuss MicroPython lists, tuples, dictionaries and loops for the micro: bit .
1415
+
1416
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1417
+
1418
+ ## Python For Kids Course (Chapter 13 - Functions)
1419
+ This lesson will discuss MicroPython functions for the micro: bit .
1420
+
1421
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1422
+
1423
+ ## Python For Kids Course (Chapter 14 - Classes)
1424
+ This lesson will discuss MicroPython classes for the micro: bit .
1425
+
1426
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1427
+
1428
+ ## Python For Kids Course (Chapter 15 - Unittest)
1429
+ This lesson will discuss MicroPython unittest for the micro: bit .
1430
+
1431
+ -> Click [ HERE] ( https://github.com/mytechnotalent/Python-For-Kids/blob/main/Python_For_Kids_01r.pdf ) to read the lesson in PDF format. <br >
1432
+
1318
1433
<br >
1319
1434
1320
1435
## License
0 commit comments