Skip to content

Commit 16cf7e2

Browse files
committed
Added resources to main readme
1 parent e01a4e5 commit 16cf7e2

File tree

2 files changed

+36
-8
lines changed

2 files changed

+36
-8
lines changed

Python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python
1+
# Python 3
22

33
1. Basic Operators
44
* \+

README.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ certificate is obtained after taking our GenCyber Exam! Our
77
GenCyber certificate is a **_COMPLETE_** replacement for a Computer Science
88
degree!
99

10+
## Table of Contents
11+
Items are listed in the recommended order of completion.
12+
13+
[History](History)\
14+
[Basic Math](Basic%20Math)\
15+
[Computer Internals](Computer%20Internals)\
16+
[Networking & Protocols](Networking%20and%20Protocols)\
17+
[Operating System](Operating%20Systems)\
18+
[Programming Fundamentals](Programming%20Fundamentals)\
19+
[Python](Python)\
20+
[Java](Java)\
21+
[Go](Go)
22+
1023
### Open Source Education
1124
We are a non-profit with a goal of making the computer science realm
1225
accessible to as many people as possible. This is not a joke! If you learn
@@ -20,10 +33,25 @@ progress so feel free to contribute to it! All resources list are 100% FREE to
2033
utilize unless stated otherwise. If any of the linked resources are no longer
2134
free and not marked as paid, please let us know ASAP or push up the correction.
2235

23-
## Table of Contents
24-
[Basic Math](Foundations/Basic%20Math/Requirements.md)\
25-
[Computer Internals](Foundations/Computer%20Internals/Requirements.md)\
26-
[Networking & Protocols](Foundations/Networking%20and%20Protocols/Requirements.md)\
27-
[Operating System](Foundations/Operating%20Systems/Requirements.md)\
28-
[Programming Fundamentals](Foundations/Programming%20Fundamentals/Requirements.md)
29-
[Intro to Programming](Intro%20to%20Programming/Requirements.md)
36+
#### Free
37+
[W3 Schools](https://www.w3schools.com/)
38+
[freeCodeCamp](https://www.freecodecamp.org/)
39+
[freeCodeCamp Youtube](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)
40+
[thenewboston Youtube](https://www.youtube.com/user/thenewboston)
41+
[Codecourse Youtube][https://www.youtube.com/channel/UCpOIUW62tnJTtpWFABxWZ8g]
42+
[Linus Tech Tips Youtube](https://www.youtube.com/user/LinusTechTips)
43+
[Techquickie Youtube](https://www.youtube.com/channel/UC0vBXGSyV14uvJ4hECDOl0Q)
44+
[Computerphile Youtube](https://www.youtube.com/channel/UC9-y-6csu5WGm29I7JiwpnA)
45+
[Numberphile Youtube](https://www.youtube.com/channel/UCoxcjq-8xIDTYp3uz647V5A)
46+
[Amigoscode Youtube][https://www.youtube.com/user/djdjalas]
47+
[Tech With Tim Youtube][https://www.youtube.com/c/TechWithTim/featured]
48+
[Fireship](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA)
49+
[Programming with Mosh](https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA)
50+
51+
#### Mix
52+
[Udemy](https://www.udemy.com/courses/development/)
53+
[Codecademy](https://www.codecademy.com/)
54+
55+
#### Paid
56+
[RootKit](https://rootkit.education/)
57+
[Lynda](https://www.lynda.com/)

0 commit comments

Comments
 (0)