Posts

Showing posts from August, 2021

Python Applications

Image
  Python is known for its general-purpose nature that makes it applicable in almost every domain of software development. Python makes its presence in every emerging field. It is the fastest-growing programming language and can develop any application. know more at Python online training Here, we are specifying application areas where Python can be applied. 1) Web Applications We can use Python to develop web applications. It provides libraries to handle internet protocols such as HTML and XML, JSON, Email processing, request, beautifulSoup, Feedparser, etc. One of Python web-framework named Django is used on  Instagram . Python provides many useful frameworks, and these are given below: Django and Pyramid framework(Use for heavy applications) Flask and Bottle (Micro-framework) Plone and Django CMS (Advance Content management) 2) Desktop GUI Applications The GUI stands for the Graphical User Interface, which provides a smooth interaction to any application. Python provides a  Tk GUI li

SAP MM Interview Questions

  Q1. What is the difference between a Purchase Requisition and a Purchase Order? Ans:  A PR is an internal document that sends  notification to purchase department when some material is service is required. PR can be generated by department that needs any material or service. know more at SAP MM online training A PO is a document sent to vendor by purchaser which is an official request of mentioned material or services. POs are generally binding on purchaser, though it depends on terms and conditions mentioned in PO. Q2. What MRP procedures are available in MM-CBP (Consumption Based Planning)? Ans:  Various material planning methods are used in MRP (Material Requirements Planning). Reorder point procedure (VM) Forecast-based planning (VV) Time-Phased materials planning (PD) These are specified in material creation (MM01) under the MRP 1 tab. Q3. Can you change a Purchase Requisition after it has been created? Ans:  Yes. Use Transaction ME52N. Check to see if the PR has alrea

What are the key Features Of Python?

  Python is an influential general-use programming language. It is used in data science , web development, creating software samples, and so on. It has, easy-to-use syntax. This makes Python an outstanding language to discover to program. So, in this article, we have aligned below some of the top features of Python one should know about it. know more at Python online training Python Features  1. Easy to Code Python is a very high-level programming language, yet it is effortless to learn. Anyone can learn to code in Python in just a few hours or a few days. Mastering Python and all its advanced concepts, packages and modules might take some more time. However, learning the basic Python syntax is very easy, as compared to other popular languages like C, C++, and java Let us now look at the next feature of python. 2. Easy to Read Python code looks like simple English words. There is no use of semicolons or brackets, and the indentations define the code block. You can tell what the code is

SAP PP Interview Questions

  1. Explain what is SAP PP? Answer:  SAP PP process is related to production planning of a company and it encompasses all activities like MRP (Material Requirement Planning), BOM (Bills Of Material), Routing, Capacity planning, etc. but mainly it contains two segments know more at SAP PP online training Material Planning:  Material requirements planning, long term planning, Execution Planning:  Creation of production order, workflow, conformations, technical completion, and good movement. 2. Mention what is the production process in SAP? Answer:  There are three types of the production process in SAP Discrete Manufacturing Repetitive Manufacturing Production- Process Industries 3. List out the activities carried out in Production Planning? Answer: Activities involved in Production Planning includes Processing material master Creation of Bill of Material Displaying work center and routing Maintaining a planning calendar Maintaining production lot Maintaining quota file Defining the ran

What is Python programming

  Python is the buzz that has created today in the IT world. This buzz has changed the way of application development in the IT industry. Today many people were curious to learn python. And you are one among them to know what it is? How it is utilized in the IT industry. Read the complete article to get rid of your curiosity. Before getting deep into the topic, let us walkthrough What is python ? Python is a high-level interpreted programming language, This programming language has an easy syntax and dynamic semantics. This programming language is much easier than many other programming languages in the IT industry. With the arrival of this programming language, application development becomes easy to use. Moreover, developers can develop a beautiful application with less code within a short period. know more at Python online training Moreover, its high-level in-built data structures, combined with dynamic typing and dynamic binding make it interactive for rapid application development