PinnedGenerating PDF with reportLab in DjangoThere may a situation where you want to generate pdf with data in database. For now I would like to show you a demo of generating pdf with…Apr 27, 2019A response icon1Apr 27, 2019A response icon1
Published inThe StartupSOLID Principles in Software Engineering: Building Robust and Maintainable CodeIn the world of software engineering, creating code that is not only functional but also maintainable and scalable is of utmost importance…May 16, 2023May 16, 2023
Published inThe Startup5 Steps to deploy Django application using Nginx, Reverse Proxy, Gunicorn and SSL Certificate.Django is a free and open source web application framework, written in Python. A web framework is a set of components that helps you to…Jul 16, 2020A response icon1Jul 16, 2020A response icon1
Network Flow Problem: Maximum FlowFlow network is a directed graph where each edge has a capacity and each edge receives a flow. The amount of flow on an edge cannot exceed…May 28, 2020A response icon1May 28, 2020A response icon1
Published inPython in Plain EnglishBroadcasting: Binary operations on Arrays in PythonIn previous article we saw how NumPy’s Universal Functions can be used to vectorize operations and remove slow Python loops. Another means…May 24, 2020May 24, 2020
Published inThe StartupUniversal Functions[uFuncs]: A weapon of “Numpy”NumPy or Numerical Python provides an efficient interface to store and operate on dense data buffers. In some ways, NumPy arrays are like…May 23, 2020May 23, 2020
Laravel OR Django? Beginners choice.Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following…Dec 23, 2019Dec 23, 2019
All about Images in DjangoDjango a python web framework is not just “a framework”, its a “Smart Framework”. Even though it is smart, we face some problem while…Jul 19, 2019Jul 19, 2019
Published inIncwell BootcampNaive Bayesian ClassificationThe Naive Bayesian classifier is based on Bayes theorem with the independence assumptions between predictors. It is a probabilistic…Jul 13, 2019Jul 13, 2019