Skip to content

nasoma/PythonFrameworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Frameworks

A HTML page with curated list of Python frameworks!

image

https://pythonframeworks.com/

Contribution

Step 1: Clone this Repo

Fork and clone this repository, and run

$ python frameworks.py

Then visit http://localhost:8080/.

Local development is supported by bottle.py

Step 2: Add a Framework

Add a Bootstrap card element, like this:

<div class="col-sm-6 col-lg-3 mb-4">
    <div class="card">
        ...
    </div>
</div>

The card element would include the name, link, logo and description of the framework. You can decarate it by using Bootstrap Card Class with your preference.

If you need a new category for a Python framework, try this:

<hr class="my-4">

<h3 class="mt-5 display-6">Category Name</h3>
<p>Description of this category</p>

<div class="row grids mt-4" data-masonry='{"percentPosition": true }'>
    <div class="col-sm-6 col-lg-3 mb-4">
        <div class="card">
            ...
        </div>
    </div>
</div>

Review the updates at your local, if everything looks good, then create a pull request to the main branch here.

Contact

If you have any question about this opinionated list, do not hesitate to contact me @jgu_bytes on X (Twitter) or open an issue on GitHub.

License

This project is released under MIT License

About

Another curated list of Python frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.8%
  • HTML 45.2%