Posts

Showing posts with the label Engineering

Software Engineering Past Papers

Image
When we were in school we used to have surplus amount of  past papers, and we used to practice them in order to get prepared for the exam day. But now in university or college ( till bachelors ), we don't have overabundance of or even sufficient past papers. We tried to get them from our seniors or from the teachers. Teachers mostly do not provide any past paper for practicing and senior students usually don't have them, so from where we can get these papers? How can we practice? If you are the one who is in desperate need of past papers regarding Software Engineering courses then here you go..... GTUInfo provides them for free, it provides the semester wise and subject wise past exam papers.  so what are you waiting for? click this link  and grab the past papers for practicing more and more for improving your grades.

Data Science : The Fusion Reaction

Image
“ Data is the new oil? No: Data is the new soil. ”          ~ David McCandless These days plethora of new things are coming like: "Naya Pakistan" , "Naya prime-minister" , "Naya Semester" and the list goes on... but Let's just talk about this "new soil" science that is "Data Science " Data Science is made up of two words: Data and Science.  Data is a Latin word and a plural of  datum, meaning "thing" It is first used in English in 1640's (17th Century ).  Science came from Latin too, it is derived from a Latin word "scientia" meaning knowledge . Then the old French said : "Hey, I don't like "scientia" let's call it "escience" or just forget about "e" in the beginning and say it: "science" " . Then an English came and said : "I order you to take this word as "science" and no more debate on this !" ...

3 Useful Sites to Practice Coding

Image
If you want to practice coding then this blog post is for you, let me tell you 3 useful websites to practice coding: CodeAcademy  This is a beginner level practice site and is very useful CoderByte  This is an advance level programming practice site TopCoder The name is enough to explain the level Practice and let me know how you find these sites, these are just the few, there are a lot of websites that has made and can make your lives easier at-least at programming level. so happy coding :) 

Calculator Using Python 3

Image
Today I will show you how you can make a simple calculator using python 3, I made this in my 1st semester, kindly find the code below and make sure to understand it well: import math print(" >>> CONSOLED BASED CALCULATOR >>> \n " ) print("This is a consoled Based Calculator , This allowed a user to perform the \n under lying operations:") print(" >>> Addition \n >>> Subtraction \n >>> Multiplication \n >>> Division \n >>> log \n >>> exponent ") print("this is also specially designed for the convertion of a number from degree to radian and vice versa") print("More Over the calculator also allows the user to perform 'TRIGNOMETRIC AND HYPERBOLIC FUNCTIONS' \n like : cos,sin,tan and inverse of all \n also cosh,sinh,tanh and their inverses ") print("'SO GO ON AND US...