diff --git a/CNAME b/CNAME deleted file mode 100644 index 903cad8..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -pythonpedia.com \ No newline at end of file diff --git a/README.md b/README.md index 66cb046..5a75013 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,27 @@ -# [Python-Pedia](https://pythonpedia.com/) +# [Python-Pedia](https://parbhat.github.io/Python-Pedia/) + +Note: Hello Pythonistas, https://pythonpedia.com domain has a new owner and points to a new site. The domain is [transferred](https://twitter.com/pythonpedia/status/1091675818391089153). Check it out! + +The content from this repo is available at https://pythonpedia.com/en/awesome/gh-35491164-01/python-one-stop-community and content will be synced periodically. + +If you like the site with the heart logo ❤️, new URL is https://parbhat.github.io/Python-Pedia/ + +Only thing changed is URL of the site. There was nothing much happening with the site. It seems better to give the domain name to others to create some good stuff. Python Pedia is one stop solution for Python Programming Resources. The Resources are categorized according to the application of language. It's all about Python. -* [Scientific and Numeric](https://pythonpedia.com/applications/scientific-and-numeric.html) -* [Web Development](https://pythonpedia.com/applications/web-development.html) -* [Core Python](https://pythonpedia.com/applications/core-python.html) -* [Network Programming](https://pythonpedia.com/applications/network-programming.html) -* [Game Development](https://pythonpedia.com/applications/game-development.html) -* [Embedded Python](https://pythonpedia.com/applications/embedded-python.html) -* [Database Access](https://pythonpedia.com/applications/database-access.html) -* [Devops](https://pythonpedia.com/applications/devops.html) -* [Guis](https://pythonpedia.com/applications/guis.html) -* [Testing](https://pythonpedia.com/applications/testing.html) -* [Tutorials](https://pythonpedia.com/applications/tutorials.html) -* [Python Community](https://pythonpedia.com/applications/community.html) +* [Scientific and Numeric](https://parbhat.github.io/Python-Pedia/applications/scientific-and-numeric.html) +* [Web Development](https://parbhat.github.io/Python-Pedia/applications/web-development.html) +* [Core Python](https://parbhat.github.io/Python-Pedia/applications/core-python.html) +* [Network Programming](https://parbhat.github.io/Python-Pedia/applications/network-programming.html) +* [Game Development](https://parbhat.github.io/Python-Pedia/applications/game-development.html) +* [Embedded Python](https://parbhat.github.io/Python-Pedia/applications/embedded-python.html) +* [Database Access](https://parbhat.github.io/Python-Pedia/applications/database-access.html) +* [Devops](https://parbhat.github.io/Python-Pedia/applications/devops.html) +* [Guis](https://parbhat.github.io/Python-Pedia/applications/guis.html) +* [Testing](https://parbhat.github.io/Python-Pedia/applications/testing.html) +* [Tutorials](https://parbhat.github.io/Python-Pedia/applications/tutorials.html) +* [Python Community](https://parbhat.github.io/Python-Pedia/applications/community.html) Contributing ------------ @@ -31,4 +39,4 @@ The Python Programming language has many applications with a large number of res 6. Pull request can be small also. Even a single line of contribution will make the project awesome. 7. Add your name with a link to your profile in the contributors list. -A lot of help is taken from [awesome-python](https://github.com/vinta/awesome-python) in creating Python Pedia. Credits goes to all contributors for creating such a great content. \ No newline at end of file +A lot of help is taken from [awesome-python](https://github.com/vinta/awesome-python) in creating Python Pedia. Credits goes to all contributors for creating such a great content. diff --git a/applications/app-markdowns/database-access.md b/applications/app-markdowns/database-access.md index ce05ec0..699a2aa 100644 --- a/applications/app-markdowns/database-access.md +++ b/applications/app-markdowns/database-access.md @@ -1,7 +1,7 @@ Database Access =============== -Python comes with a Sqlite Database and can be connected to other Databases by libraries like mysql-python, psycopg2, PyMongo etc. The Libraries like SQLAlchemy, Django ORM helps in implementing ORM. +Python comes with a sqlite3 module and can be connected to other Databases by libraries like mysql-python, psycopg2, PyMongo etc. The Libraries like SQLAlchemy, Django ORM helps in implementing ORM. Database -------- diff --git a/applications/app-markdowns/guis.md b/applications/app-markdowns/guis.md index 002ad3b..583239f 100644 --- a/applications/app-markdowns/guis.md +++ b/applications/app-markdowns/guis.md @@ -21,6 +21,7 @@ GUI * [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3) * [Flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering. * [remi](https://github.com/dddomodossola/remi) - RemI is a GUI library for Python applications which transpiles an application's interface into HTML to be rendered in a web browser. +* [PyAutoGUI](https://pypi.python.org/pypi/PyAutoGUI) - PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Contributors ============ @@ -29,3 +30,4 @@ The following people helped in creating the above content. * Contributors to awesome-python * leotada +* Khushal Sharma diff --git a/applications/app-markdowns/tutorials.md b/applications/app-markdowns/tutorials.md index eb7702a..42aac53 100644 --- a/applications/app-markdowns/tutorials.md +++ b/applications/app-markdowns/tutorials.md @@ -8,7 +8,7 @@ Books/Resources * [Learn Python the Hard Way](http://learnpythonthehardway.org/book/) * [Think Python](http://www.greenteapress.com/thinkpython/html/index.html) -* [Dive Into Python 3](http://www.diveinto.org/python3/) +* [Dive Into Python 3](http://www.diveintopython3.net/) * [A Byte of Python](http://www.swaroopch.com/notes/python/) * [The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/) * [Intermediate Python](http://book.pythontips.com/en/latest/) diff --git a/applications/app-markdowns/web-development.md b/applications/app-markdowns/web-development.md index 421f3b6..827ddde 100644 --- a/applications/app-markdowns/web-development.md +++ b/applications/app-markdowns/web-development.md @@ -25,6 +25,12 @@ Web Frameworks * [TurboGears](http://www.turbogears.org/) - The Web Framework that starts as a microframework and scales up to a full stack solution. * [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful. * [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. +* [webapp2](https://webapp2.readthedocs.io/en/latest/) - A lightweight Python web framework compatible with Google App Engine’s webapp. +* [Ferris](https://ferris-framework.appspot.com/) - A Lightweight, customizable framework written in Python to harness the power of App Engine and accelerate application development. +* [CubicWeb](https://www.cubicweb.org/) -A semantic web application framework featuring a query language, a selection+view mechanism, multiple databases, security, workflows, reusable components, etc. +* [WebBot](http://www.webbot.ws/Home) - A QT inspired web framework that includes a graphical interface builder, AJAX abstraction, and integration support for Google's AppEngine. +* [Lino](http://www.lino-framework.org/) - a framework for creating customized enterprise-level Rich Internet Applications using Sencha ExtJS and Django. + CMS --- @@ -42,6 +48,13 @@ CMS * [Wagtail](http://wagtail.io/) - A Django content management system. * [Widgy](http://wid.gy/) - Last CMS framework, based on Django. +Python in the Browser +--------------------- + +*Tools that enable running Python client-side: Why should the server have all the good languages...* + +* [Transcrypt](http://www.transcrypt.org/) - Python 3.6 to JavaScript compiler, code size and speed comparable to JavaScript, source level debugging, optional static typechecking, linting and minification, direct use of any JavaScript library. + E-commerce ---------- @@ -431,6 +444,9 @@ Online courses/Videos * [Getting Started with Django - Pycon](https://www.youtube.com/watch?v=KZHXjGP71kQ) * [Flask Workshop - Miguel Grinberg](https://www.youtube.com/watch?v=DIcpEg77gdE) * [Full Stack Foundations](https://www.udacity.com/course/full-stack-foundations--ud088) +* [Learn Flask-Tutorialspoint](http://www.tutorialspoint.com/flask/) + + Contributors diff --git a/applications/community.html b/applications/community.html index ea248e0..d07a4b8 100644 --- a/applications/community.html +++ b/applications/community.html @@ -28,7 +28,7 @@ - + @@ -48,7 +48,7 @@