Coder Social home page Coder Social logo

ayushi7rawat / ultimate-python-resource-hub Goto Github PK

View Code? Open in Web Editor NEW
734.0 734.0 137.0 1.47 MB

The Ultimate resource hub of Python: All at one place

Home Page: https://ayushirawat.com/the-ultimate-python-resource-hub

License: Creative Commons Attribution 4.0 International

Python 100.00%
books gui hosting mobile newsletter podcast python python3 resource resources youtube

ultimate-python-resource-hub's Introduction

alt text

My Tech Toolbox 🧰

python html5 css3 C++ git mysql Docker PostGreSQL

  • My primary coding language: Python
  • Earned Gold badge & 5 star at HackerRank in Python programming.
  • Passionate for learning & exploring new Tech. I write Tech Blogs & make educational YouTube Videos.
  • I am working on building my online presence and doing my bit to spread knowledge & mentor fellow developers who are starting our their programming journey.
  • Join my Discord server | Telegram Channel.

📊 Github Stats

Ayushi Rawat | Stats

Visitor Count

Show some  ❤️  by starring some of the repositories!

My Latest Blog Posts 🌱

➡️ more blog posts...

My Latest YouTube Videos 🌱

➡️ more videos...

ultimate-python-resource-hub's People

Contributors

amuritna avatar avinashdalvi89 avatar ayushi7rawat avatar bayek0fsiwa avatar holypython avatar horstjens avatar iamprafful avatar imakashsahu avatar imranpollob avatar jatin2003 avatar kushal997-das avatar reuven avatar thekitty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ultimate-python-resource-hub's Issues

additional playground resource ?

Hi Ayushi,

I've a code project called wc-code, https://github.com/vanillawc/wc-code,

if you copy the minimal example (below) in a text file and run a file server on it (like python3 -m http.server, this will not work without a web server), you'll see a default python interactive workspace,

<!DOCTYPE html>
<head>
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/[email protected]/src/wc-code.js"></script>
</head>
<body>
  <wc-code mode="python">
    <script type="wc-content">
       language = "python"
       what_is_it = "the coolest"
       print(f"{language} is {what_is_it}")
    </script>
  </wc-code>                                                                                         
</body>

I use these extensively on my website for coding tutorials,
(all the blocks with "run-code" in them which allow running python code, they're wc-code instances, it takes some time to load the interpreter since its python running in your browser, literally, these are essentially pyodide instances, another project you should definitely add here too),

I was hoping if you could add this resource to the link, that'd be really cool

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.