Skip to main content

Posts

Get Ready For Python

Get Ready For Python Step By Step Guideline for Installing Python on widows This guide will show you how to install python version 3.4 on windows which includes default python text editor. If you want to install any other version of python or any other text editor, please refer to additional resources. Step 1 . Go to www.python.org   Step 2. Select "Downloads" and click on "View the full list"   Step 3.  Select Python 3.4.3   Step 4. Select the proper file (if your machine is 64 bit, select "Windows x86-64 MSI Installer) and download it Step 5.  Run python 3.4.3, click Next   Step 6.  Select a directory for Python, click Next Step 7. Select "Add python.exe to path" and click on "Entire feature will be installed on lacal hard drive".    Click Next   Wait Until Python installs   Then you should see the completion message on your screen. Click Finish
EVERYTHING ABOUT MCA if you are doing mca then this is the right place for you. Here you will get everything you want related to MCA. we provide the best notes and practical sheets need to complete the course. MCA Semester 1 The MCA semester 1 comprise of  5 subject that are - 1)  Object Oriented Programming 2)  Software Engineering & Project Management 3)  Computer Organization and architecture 4)  IT in Management 5) Statistics And Probability lectures NOTES  and   Practicals MCA Semester 2 The MCA semester 2  comprise of  5 subject that are - 1) Data Structures 2) Operating System 3) DMMM 4) Computer Network 5) Financial Accounting and Management 1)Web application Development (practical) lectures   NOTES  and   Practicals

DATA STRUCTURE(THEORY)

DATA STRUCTURE Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. NOTES : UNIT 1   Introduction to  Data Structures  & Algorithms               UNIT 1 NOTES         UNIT 2 Sorting and searching algorithms                                       UNIT 2 NOTES                                                          practicals :                                     ...