Showing posts with label raj mohammed. Show all posts
Showing posts with label raj mohammed. Show all posts

Monday, January 23, 2017

HOW TO INSTALL PYTHON in Windows

HOW TO INSTALL PYTHON in Windows 7

What is PYTHON?

Python is a widely used high-level programming language used for general-purpose programming, created by Guido van Rossum and first released in 1991. Python has a design philosophy which emphasizes code readability. It uses white spaces rather than curly braces in languages like C and java. Python is widely used as a scripting language for web applications, Networking devices, servers. Pyhton is one among the top 5 programming languages in the world.

Where to download?

You can get it on Python downloader page.  You can select the download button if your OS is windows, else selct appropriate links below given for Linux and Mac OS.



You can select file type you want to install. You can choose Web-Installer, Executable Installer or Embedded zip file.

How to Install ?

1.  Run the .exe file as Administrator. Right click and select.
You can select to install in default location or at your desired location below. Check Add Python 3.6 to PATH. This will automatically add default path in your Environment Path. If you choose customized installation then you have to manually go to Environment and edit path and give new location in the path variable.




2.  Installation will start.



3.   That’s all the installation is finished.



4.  Then goto Start button and select the installed Python.



5.  You are ready to dive in the ocean of Python (s).




That’s all folks. Hope this is helpful for you. Happy Learning and sharing.

Follow and Subscribe to get other ways of installation of Python in different OS and Videos related to Python.

Monday, January 9, 2017

Installing Virtual Box 5.1.12

Installing Virtual Box 5.1.12 on Windows 7

 Download the software from the below link


Open the folder where the file has been downloaded and then double click it or run it in admin mode.
Click RUN


VirtualBox setup wizard will open. Click NEXT.


It will show you the features which are getting installed and the basic storage requirement. Ensure all the requirements are met. Please check the installation location, you can change if you need. Then click NEXT.


It asks for shortcuts to create, you can uncheck if you don’t want any of the facilities.


The virtualbox uses your network interfaces, so this will give you the warning just click CONTINUE.


After continuing with warning proceed with installation by clicking INSTALL.


Wait till installation takes place. It will ask to install device softaware, click INSTALL.


This is the end. Click Finish. Will see how to use VirtualBox and adding Windows XP, Ubuntu and Debian 7 in my next posts. Click FINISH.



This is the home page of VIRTUAL BOX which you see after Installation.



Hope will see you in next posts related to VIRTUALBOX.

Monday, September 2, 2013

What is Quality, it's different perspectives and Software quality?



What is Quality?
            According to dictionary meaning quality is a property or characteristic of a thing. In engineering word quality is used in the same manner to show the perfection level of a device. Wiki gives a definition as “non-inferiority or superiority of something”. According to ISO standards quality is "the totality of features and characteristics of a product or service that bears its ability to satisfy stated or implied needs."
            After so many definitions in general we can say that Quality is a measure of excellence, perfection or a state of being free from defects, deficiencies and significant variations. It is brought about by strict and consistent commitment to certain standards that achieve uniformity of a product in order to satisfy specific customer or user requirements

Let us see Quality from different perspectives.
            Quality is a perceptual, conditional and somewhat subjective attribute and may be understood differently by different people. Consumers may focus on the specification quality of a product/service, or how it compares to competitors in the marketplace. Producers might measure the conformance quality, or degree to which the product/service was produced correctly. Support personnel may measure quality in the degree that a product is reliable, maintainable, or sustainable.
            The user perspective is concerned with the appropriateness of the product for a given context of use. Whereas the transcendental view is ethereal, the user view is more concrete, grounded in the product characteristics that meet user’s needs. The developer / manufacturer perspective represents quality as conformance to requirements. This aspect of quality is stressed by standards, which defines quality as "the degree to which a set of inherent characteristics fulfils requirements".

What is Software Quality?
            Software quality can be referred to two different definitions; Software functional quality reflects how well it complies with or conforms to a given design, based on functional requirements or specifications. That attribute can also be described as the fitness for purpose of a piece of software or how it compares to competitors in the marketplace as a worthwhile product.
            Software structural quality refers to how it meets non-functional requirements that support the delivery of the functional requirements, such as robustness or maintainability, the degree to which the software was produced correctly.

What is Engineering and Role of an Engineer ?



What is Engineering?
            As per wiki engineering is a knowledge used to design, build, maintain structures, machines and other several processes. You will get several definitions for engineering but the common thing in all definitions is “Designing, Building, Maintaining”. The engineering process is mainly concentrated to solve some problem, find some solution which improves the world around us.

What an Engineer do / Role of an Engineer?
            Engineer important role is to study problem related information and gain knowledge about it. Then inter relate the scientific, economic, social, and practical knowledge to design and build a solution for the problem.
            As it is not a task of one person the engineer should work in a team. Communicate with all the members of team and share knowledge and ideas among each other this helps to understand the problem better and also to find some key issues in the problem.

Engineer(ing) !!! from My perspective.
            “Engineering is not only doing thing, but doing the thing very efficiently”.
According to me engineering is not only building and designing some machines which perform some work. But doing the thing more efficiently in all areas like cost efficient, performance, usability, security, safety and much more.
Engineers are problem solvers, organisers, communicators, calculators and designers. They are capable of clearly defining a problem and its relevant constraints (such as time, cost, etc.) and providing a simple solution.

What is Software Engineer(ing)?
            One of the field in engineering where the solutions are build in software. This can be explained in simple words as “A software engineer is a practitioner of software engineering. Software engineers apply the principles of engineering to the design, development, maintenance, testing, and evaluation of the software and systems that make computers or anything containing software work.”

Tuesday, August 27, 2013

How to Install WEKA a Data Mining Tool on Windows 7


To learn how to install WEKA a text mining tool then download the below document file.


   https://docs.google.com/file/d/0BxNl7GbwZiZhVTJEbUswZTlUVnM/edit?usp=sharing








This is the GUI you get when started. You have 4 options Explorer, Experimenter, KnowledgeFlow and Simple CLI. Detail on each module is in my next post. Comment if you have any doubts.

Enjoy and Happy Learning.