Skip to main content

Posts

Showing posts from October, 2020

Write the key features of the Python programming language what are comment How can you add

😀  Write the key features of the Python programming language what are comment How can you add If you want to learn key features of the Python programming language then read this page carefully.   Here...Write the key features of the Python programming    language, what are comment How can you add          There are some excellent idea to help you make the new concepts, you are learning            1.Simple           2.Robust           3.Supports multiple programming paradigms           4.Compiled as well as Interprete           5.Cross Platform           6.Dynamically Typed Language           7.Object-Oriented Language           8.Large Standard Library           9.Dynamic Memory Allocation          10.Support for Other Languages 1.Simple:    Python is very simple     As compared to other popular languages like     Java and C++, it is easier to code in Python.     Python code is comparatively 3 to 5 times smaller than C/C++/Java code simple Hello world print IN C #include <stdio.h&g

Any type of package needs to install for using many to many relationships in Django

If you are doing work with Django then learn this post it is very usefully   Any type of package needs to install for using many to many relationships in Django     Here...Any type of package needs to install for using many to many relationships in Django           There are some excellent idea to help you make the new concepts, you are learning           as a beginner to Any type of package needs to           install for using many to many relationships in Django explain step by step here... =>Django application has a GM2MField that combines the features            of the standard Django “ManyToManyField” and “GenericForeignKey”.    =>Installation:  >> pip install django-gm2m =>Django’s contenttype framework must be         (django.contrib.contenttypes) mentionned         in the INSTALLED_APPS. INSTALLED_APPS = [    ...    'django.contrib.contenttypes',    ...    'gm2m', ] =>Uses Of django-gm2m:        1.reverse relations        2.prefetching        3

How to create First application in Django | Application in Django | best way Application

😀  If you want to Develop a firsts application through then you can read this post completely  Give the detailed steps for building a simple application in Django. Here...the details steps for building a simple application in Django     step by step Excellent idea to help you make the new concepts, you are learning     as a beginner to a Django     Give the detailed steps for building a simple application in Django    it's really very most important: =>Django Installation     To install Django, first, visit Django official site (https://www.djangoproject.com) and      download Django by clicking on the download section. Here, we will see      various options to download The Django.  =>Django requires pip to start the installation. Pip is a package management system which is       used to install and manage packages written in python.       For Python 3.4 and higher versions, pip3 is used to manage packages. => In this tutorial, we are installing Django in the windows oper

Best Book For Java | How to learn Java Very fast and easy way .

How much time should be given to read a book  based on a programming language say Java? There are some excellent idea to help you make the new concepts, you are learning  as a beginner to  become a Master in How much time should be given  a reading book based on java programming languages really very most important: 1.As with regard to the time frame of learning Java, it may take months or even a year. This would always depend upon the person. Not every person is alike. One may have only 2 months to learn everything and master it but another person may take a year to do so. You can never tell. 2.Now you have an idea as to how important it is to learn Java, then you need to determine certain factors that will affect you. First is money.     Do you have the money to pay off a one-on-one tutorial with a good programmer, view video tutorials online, or browse through e-books for further insights? The second is time. For having time as an issue, a  hindrance it would always be like that. 3.

There are "51" Excellent Oracle interview Question

 There are "51" Excellent Oracle interview Questions to help you make the new concepts, you are learning as an interview Purpose. It's really very most important: 1.What is Oracle? Ans-Oracle is a company. Oracle is also a database server, which manages data in a very structured way. It allows users to store and retrieve related data in a multiuser environment so that many users can concurrently access the same data. All this is accomplished while delivering high performance.        A database server also prevents unauthorized access and provides        efficient solutions for failure recovery. 2.What is Database? Ans-A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). Together, the data and the        DBMS, along with the applications that are associated with them, are referred to as a database system, often shortened to the

Top 33 Flask Interview Questions | Python Flask Interview Questions

 ðŸ˜€ There are "33" Excellent Flask Interview Questions to help you make the new concepts, you are learning as an interview Purpose. It's really very most important:😂 1.Flask is a web framework that provides libraries to build lightweight  Ans-web applications in python. It is developed by Armin Ronacher who leads an international group of Python enthusiasts (POCCO).        It is based on the WSGI toolkit and jinja2 template engine.        Flask is considered as a micro framework.  Its means Flask is a web microframework for Python based on “Werkzeug,        Jinja 2 and good intentions” BSD licensed. Werkzeug and jinja are two of its dependencies. 2. What is the difference between Django, Pyramid, and Flask? Ans: Flask is a “microframework” primarily build for a small application with simpler requirements. In a flask, you have to use external libraries.        Flask is ready to use. Pyramids are built for larger applications.        It provides flexibility and lets the d

Django Interview Questions | top 45 django interview questions and answers

😀  There are "45" Excellent Django interview Questions to help you make the new concepts, you are learning as an interview Purpose. It's really very most important:    1.What is Django? Ans: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source. 2.Which architectural pattern does Django Follow? Ans: Django follows the Model-View Template (MVT) architectural pattern. 3.Which foundation manages the Django web framework? Ans: Django web framework is managed and maintained by       an independent and non-profit organization named       Django Software Foundation (DSF). 4.What are the features available in the Django web framework? Ans: Features available in the Django web framework are:     1.Admin Interface (CRUD)     2.Templating