Posts

Showing posts from December, 2017

mezzanine installtion issues

https://www.pythonanywhere.com/forums/topic/7392/ mezzanine 4.2.3 works with django 1.8 or 1.9 so after crating venv install django=1.9 and thene mezzanine. http://django-debug-toolbar.readthedocs.io/en/stable/installation.html pip install django-debug-toolbar  # if any mezzanine error typError then do this it is solved.

differ between CMS and Framework

link o refer:   https://stackoverflow.com/questions/11629334/what-is-the-difference-between-a-cms-and-a-framework-and-how-to-choose-between the question in your case is whether to use a ready made CMS or to create your own system using a framework. The right answer depends on the following: budget number of users you will have (long term performance concerns) further maintenance total number of details (bells and whistles) you want to provide on the site implementation with third party/custom APIs special/custom features that require high level of freedom (example: StackOverflow reward points and badgets) As this is a question most of us face pretty often, here are cons and pros of a ready made CMS vs a framework: Ready made CMS Pros faster start and development time if your project generally fits in what the CMS provides available modules and themes backed up by community, meaning that new features, bugfixes, support, tutorials etc. will be provided to y...

Practical Machine Learning Project in Python on House Prices Data

https://www.hackerearth.com/practice/machine-learning/machine-learning-projects/python-project/tutorial/

20 Opensource ML project link

https://www.kdnuggets.com/2015/06/top-20-python-machine-learning-open-source-projects.html

satelizer for Instagram Clone

https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/

python top links to learn

https://github.com/ujjwalkarn/DataSciencePython

google group for mezzanine/django theme

https://groups.google.com/forum/#!topic/mezzanine-users/TbDRQPHlKLs

mezzanine theme

ttps://github.com/izhukov1992/mezzanine-theme-ascetic

mezzanine creating link

http://bitofpixels.com/blog/mezzatheming-creating-mezzanine-themes-part-1-basehtml/ main one is here http://bitofpixels.com/blog/

django mini blog link

https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog

Plone and zodb

http://www.zodb.org/en/latest/ Community and contributing Discussion occurs on the ZODB mailing list . (And for the transaction system on the transaction list ) Bug reporting and feature requests are submitted through github issue trackers for various ZODB components: ZODB persistent transaction BTrees ZEO (client-server framework) SlapOS More Vendor Resources Encryption, speed push the modern mainframe into the future –SearchDataCenter.com Platform-as-a-Service, DevOps, and Application Integration –Red Hat SlapOS (Simple Language for Accounting and Provisioning operating system) is a distributed, open source software platform for automating the deployment, accounting and billing of cloud computing services . With SlapOS, anyone can become a cloud provider and sell Software as a Service ( SaaS ), Platform as a Service ( PaaS ) or Infrastructure as a Service ( IaaS ). The provider can use their own hard...