GithubHelp home page GithubHelp logo

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

View Code? Open in Web Editor NEW
734.0 32.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%
python python3 resources resource books newsletter podcast hosting youtube mobile

ultimate-python-resource-hub's Introduction

The Ultimate resource hub of Python: All at one place

alt text

Contributing

Please see CONTRIBUTING, CODE-OF-CONDUCT for details before you contribute.

Table of Contents

Requirements

Have Python 3.7 or newer installed. You can check the version by typing python3 --version in your command line. You can download the latest Python version from here.


Coding Practice Playground for Python

Free Hosting Platforms for Python

Python Books

  • A byte of Python by Swaroop
  • Python for Everybody
  • Automate the Boring Stuff with Python
  • Dive into Python
  • Fluent Python
  • Headfirst Python
  • How to think like a computer scientist
  • Learn Python the Hard Way
  • Python Cookbook
  • Python Crash Course
  • Python Tricks by Dan Bader
  • Think Python

Python Community and Groups

Python Courses-Video Tutorials

Python Devs to Follow on Twitter

Python Github Repositories

Python IDEs

Python Libraries for GUI Development:

  • curses
  • DearPyGui
  • Eel
  • enaml
  • Flexx
  • Tkinter
  • Toga
  • urwid
  • PyQT
  • PySimpleGUI
  • Kivy

Python Frameworks for Web Development:

  • Django
  • Flask
  • web2py
  • Bottle
  • FastAPI
  • Pyramid

Python Libraries for Game Development:

  • Pygame
  • PyOpenGL
  • Pyglet

Python Libraries for Data Science:

  • TensorFlow
  • NumPy
  • SciPy
  • Pandas
  • Matplotlib
  • Seaborn
  • StatsModels

Python Mobile Applications:

Python Newsletters:

Python Podcasts:

Python Websites

Python YouTube channels

Technical Blogging Platforms

Data Structures and Algorithms

Connect with me

Hi, I am Ayushi Rawat, a Software Developer and a YouTuber who likes to write Technical Blogs and contribute to Open Source. You can connect with me and follow my work at: Twitter | YouTube | LinkedIn

Join my Telegram Channel | Discord Server

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Show your  ❤️  & support by starring the repository!

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.