Skip to content

Commit

Permalink
Updated Learn What to Learn submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
formidablae committed Sep 28, 2022
1 parent d54fc14 commit 130013e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Learn_What_to_Learn
Submodule Learn_What_to_Learn updated 62 files
+1 −0 2_Paths_in_Programming/2.0_What_Different_Kinds_of_Programmers_Do/README.md
+1 −0 2_Paths_in_Programming/2.1_History_of_Computer_Science/2.1.1_Introduction_What_is_Programming/README.md
+1 −0 2_Paths_in_Programming/2.1_History_of_Computer_Science/2.1.2_The_First_Programmer/README.md
+1 −0 2_Paths_in_Programming/2.1_History_of_Computer_Science/2.1.3_Computers_Compute/README.md
+1 −0 2_Paths_in_Programming/2.1_History_of_Computer_Science/2.1.4_You_re_telling_me_this_is_a_Computer/README.md
+1 −0 2_Paths_in_Programming/2.1_History_of_Computer_Science/2.1.5_What_Now/README.md
+1 −0 ...hs_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.1_What_is_Computer_Science/README.md
+36 −0 2_Paths_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.2_Kenny_the_Teacher/script.py
+1 −0 2_Paths_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.3_What_are_Algorithms/README.md
+1 −0 2_Paths_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.4_Functions/README.md
+193 −0 ...2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.5_Control_Flow_and_Logic/kenny_the_health_inspector.py
+22 −0 2_Paths_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.6_Iteration/script.py
+32 −0 2_Paths_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.7_Optimization/script.py
+1 −0 2_Paths_in_Programming/2.2_Survey_of_Computer_Science_The_Tale_of_Kenny/2.2.8_Abstraction/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.1_Hello_Internet/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.2_The_Ever-Expanding_Network/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.3_The_World_Wide_Web/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.4_Browsers_and_Servers/README.md
+12 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.5_404_Status_Code/cats.html
+13 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.5_404_Status_Code/dogs.html
+9 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.5_404_Status_Code/index.html
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.6_How_Do_Browsers_Work/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.7_Web_2.0/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.8_Current_Internet_Trends/README.md
+1 −0 2_Paths_in_Programming/2.3_Overview_of_the_Internet/2.3.9_Review/README.md
+1 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.01_What_is_Web_Development/README.md
+15 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.02_What_is_HTML/index.html
+1 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.03_HTML_Markup/README.md
+1 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.04_HTML_Elements/README.md
+3 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.05_Common_Tags/index.html
+1 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.06_Hypertext_and_the_World_Wide_Web/README.md
+55 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.07_Adding_Hyperlinks/index.html
+37 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.07_Adding_Hyperlinks/resume.html
+134 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.07_Adding_Hyperlinks/styles.css
+1 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.08_What_is_CSS/README.md
+55 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.09_Applying_CSS/index.html
+38 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.09_Applying_CSS/resume.html
+136 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.09_Applying_CSS/styles.css
+5 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.10_What_is_JavaScript/index.js
+28 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.11_JavaScript_Functions/index.html
+9 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.11_JavaScript_Functions/style.css
+400 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.12_What_is_SQL/output.txt
+400 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.12_What_is_SQL/tmp.txt
+0 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.12_What_is_SQL/users.sqlite
+1 −0 2_Paths_in_Programming/2.4_Languages_for_Web_Development/2.4.13_Review/README.md
+1 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.1_Introduction/README.md
+1 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.2_Statistics/README.md
+6 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.3_Probability/_test.py
+7 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.3_Probability/script.py
+65 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.3_Probability/simulate.py
+153 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.4_Programming/adelle.csv
+69 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.4_Programming/chinstrap.csv
+51 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.4_Programming/code.py
+125 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.4_Programming/gentoo.csv
+2,098 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.4_Programming/index.html
+8 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.4_Programming/script.py
+1 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.5_Domain_Expertise/README.md
+1 −0 2_Paths_in_Programming/2.5_Introduction_to_Data_Science/2.5.6_Review/README.md
+1 −0 2_Paths_in_Programming/2.6_Three_Learner_Stories_to_Inspire_You/README.md
+1 −0 2_Paths_in_Programming/2.7_How_to_Pick_a_Path/README.md
+1 −0 2_Paths_in_Programming/2.8_Continuing_to_Learn_What_to_Learn/README.md
+1 −0 2_Paths_in_Programming/2.9_Learn_What_to_Learn_Survey/README.md

0 comments on commit 130013e

Please sign in to comment.