Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

jgujerry/python-frameworks

Repository files navigation

Python Frameworks

A HTML page with curated list of Python frameworks!

image

https://pythonframeworks.com/

Contribution

Development Environment

Local development is supported by bottle.py. Fork and clone this repository, and run

$ python3 frameworks.py

Then visit http://localhost:8080/.

That's it!

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.

Add a Category?

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

<hr class="my-4">
<div class="category" id="CategoryName">
 <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>
</div>

Review the update 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 @jgujerry on X (Twitter) or open an issue on GitHub.

License

This project is released under MIT License

AltStyle によって変換されたページ (->オリジナル) /