Main Page: Difference between revisions
From ComputerScience.wiki
More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<div class="cs-hero"> | <div class="cs-hero"> | ||
= ComputerScience.wiki = | = ComputerScience.wiki = | ||
<p class="cs-tagline">Free and open source computer science education | <p class="cs-tagline">Free and open source computer science education</p> | ||
<div class="cs-search"> | <div class="cs-search"> | ||
Line 11: | Line 11: | ||
buttonlabel=Search | buttonlabel=Search | ||
break=no | break=no | ||
placeholder=Search | placeholder=Search for courses and topics | ||
</inputbox> | </inputbox> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 27: | Line 20: | ||
== Explore Computer Science Topics == | == Explore Computer Science Topics == | ||
<div class="cs-categories-grid"> | |||
<div class="cs-category-box software"> | |||
<h3>Software Development</h3> | |||
<div class="cs-category-content"> | |||
* [[Python]] | * [[Python|Python]] | ||
* [[Java]] | * [[Java|Java]] | ||
* [[C and C++]] | * [[C and C++|C/C++]] | ||
* [[JavaScript]] | * [[JavaScript|JavaScript]] | ||
* [[Web Development]] | * [[Web Development|Web]] | ||
* [[Mobile Development | * [[Mobile Development|Mobile]] | ||
</div> | |||
| | </div> | ||
== | <div class="cs-category-box data"> | ||
<h3>Data Science</h3> | |||
<div class="cs-category-content"> | |||
* [[Machine Learning|ML]] | |||
* [[Data Analysis|Analysis]] | |||
* [[Statistics|Statistics]] | |||
* [[Data Visualization|Visualization]] | |||
* [[Tableau|Tableau]] | |||
* [[R Programming|R]] | |||
</div> | |||
</div> | |||
<div class="cs-category-box bigdata"> | |||
| | <h3>Big Data</h3> | ||
| | <div class="cs-category-content"> | ||
* [[Hadoop|Hadoop]] | |||
* [[Spark|Spark]] | |||
* [[Cloudera|Cloudera]] | |||
* [[Snowflake|Snowflake]] | |||
* [[Data Warehousing|Warehousing]] | |||
* [[NoSQL Databases|NoSQL]] | |||
</div> | |||
</div> | |||
<div class="cs-category-box network"> | |||
| | <h3>Networking</h3> | ||
<div class="cs-category-content"> | |||
* [[Network Protocols|Protocols]] | |||
* [[Cloud Networking|Cloud]] | |||
* [[Network Security|Security]] | |||
* [[Wireless Networks|Wireless]] | |||
* [[SDN|SDN]] | |||
* [[Network Design|Design]] | |||
</div> | |||
</div> | |||
<div class="cs-category-box security"> | |||
| | <h3>Cybersecurity</h3> | ||
<div class="cs-category-content"> | |||
* [[Cryptography|Cryptography]] | |||
* [[Penetration Testing|Pen Testing]] | |||
* [[Security Frameworks|Frameworks]] | |||
* [[Malware Analysis|Malware]] | |||
* [[Ethical Hacking|Hacking]] | |||
* [[Security Operations|SecOps]] | |||
</div> | |||
</div> | |||
<div class="cs-category-box fundamentals"> | |||
| | <h3>CS Fundamentals</h3> | ||
<div class="cs-category-content"> | |||
* [[Algorithms|Algorithms]] | |||
* [[Data Structures|Data Structures]] | |||
* [[Operating Systems|OS]] | |||
* [[Computer Architecture|Architecture]] | |||
* [[Compilers|Compilers]] | |||
* [[Discrete Mathematics|Math]] | |||
</div> | |||
</div> | |||
</div> | |||
== | == Featured Courses == | ||
<div class="cs-featured-grid"> | |||
<div class="cs-featured-item"> | |||
<h3>Introduction to Python</h3> | |||
<p>Learn Python programming from scratch - perfect for beginners</p> | |||
<div class="cs-button">[[Python Basics|Start Learning →]]</div> | |||
</div> | |||
<div class="cs-featured-item"> | |||
<h3>Data Structures & Algorithms</h3> | |||
<p>Master fundamental CS concepts with practical examples</p> | |||
<div class="cs-button">[[DSA Course|Start Learning →]]</div> | |||
</div> | |||
<div class="cs- | <div class="cs-featured-item"> | ||
<h3>Web Development Fundamentals</h3> | |||
<p>Build modern websites with HTML, CSS, and JavaScript</p> | |||
<div class="cs-button">[[Web Dev 101|Start Learning →]]</div> | |||
</div> | |||
</div> | |||
< | |||
<div class="cs-button">[[ | |||
<div | |||
<div class="cs-contribute-banner"> | |||
<h2>Want to Contribute?</h2> | |||
<p>Help us build a comprehensive resource for computer science education</p> | |||
<div class="cs-button-large">[[Help:Contributing|Learn How to Contribute →]]</div> | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 12:15, 10 August 2025
ComputerScience.wiki
Free and open source computer science education
Explore Computer Science Topics
Data Science
Cybersecurity
CS Fundamentals
Featured Courses
Introduction to Python
Learn Python programming from scratch - perfect for beginners
Data Structures & Algorithms
Master fundamental CS concepts with practical examples
Web Development Fundamentals
Build modern websites with HTML, CSS, and JavaScript