Skip to content

nothing042-del/python-learning-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

<title>Python Learning Hub</title>

Python Learning Hub

Home Tutorials Playground Resources
<section id="home">
    <h2>Welcome to Python!</h2>
    <p>Python is a versatile language for beginners. Start your journey here.</p>
    <button onclick="startTutorial()">Get Started</button>
</section>

<section id="tutorials">
    <h2>Tutorials</h2>
    <div class="lesson">
        <h3>Lesson 1: Hello World</h3>
        <p>Print your first message: <code>print("Hello, World!")</code></p>
    </div>
    <div class="lesson">
        <h3>Lesson 2: Variables</h3>
        <p>Store data: <code>name = "Alice"; print(name)</code></p>
    </div>
    <!-- Add more lessons -->
</section>

<section id="playground">
    <h2>Code Playground</h2>
    <textarea id="codeInput" placeholder="Type Python code here..."></textarea>
    <button onclick="runCode()">Run Code</button>
    <div id="output"></div>
</section>

<section id="resources">
    <h2>Resources</h2>
    <ul>
        <li><a href="https://docs.python.org/3/">Official Python Docs</a></li>
        <li><a href="https://www.youtube.com/results?search_query=python+tutorial">YouTube Tutorials</a></li>
        <li><a href="https://www.codecademy.com/learn/learn-python-3">Codecademy Course</a></li>
    </ul>
</section>

<footer>
    <p>&copy; 2023 Python Learning Hub. Built with HTML/CSS/JS.</p>
</footer>

<script src="script.js"></script>

About

In this you can learn python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages