Posts

Showing posts with the label Useful

Good Pieces of Advice for Freshers

Image
To let you know a few useful things, I asked some experienced people, and here is what they have for you... Be open to changes. Focus on improving your soft / people skills. It will be hard sometimes but believe in yourself. You have got it. ( Rahat-Undergraduate ) Try to do good in quizzes and OHTs (One hour test or mids) cause when finals don't go well, these can help in getting good gpa which are comparatively easy then finals. ( Ayesha Munir-Undergraduate )   A few years later when you would look back at this time, GPA won't make you happy, but the memories of these 4 years will. Your career is important but so is having a good time. So work hard, party harder! ( Haris-Undergraduate ) From the start try to build your connections with seniors because they know more than you and.. are best counselors.. Focus on your quizzes and assignments because they are the building blocks of your Grade.. Your Good Image play some important part for favoritism points in exam....

You-tube channels for Freshers

Image
Here is a list of a few useful you-tube channels for freshers: 1. Career Help and Study Motivation https://www.youtube.com/channel/UCmXZxX_qexEZxhb5_vQKPCw 2. Study and Organization Tips 1.  https://www.youtube.com/channel/UCEHp_b02I0GvTYCBPX_0w1g 2.  https://www.youtube.com/channel/UCG-KntY7aVnIGXYEBQvmBAQ 3. Vlog  https://www.youtube.com/channel/UCUuDUW0Y6IQZYDvH1QQBsgA 4. Chess Players https://www.youtube.com/channel/UC6HDXr-sNPnWLF_Q-y3KduA 5. Foodies https://www.youtube.com/channel/UCuqBZWK9Wrol_4Y22DzisFQ 6. Motivational https://www.youtube.com/channel/UC8PICQUP0a_HsrA9S4IIgWw 7. Musical https://www.youtube.com/channel/UCM1VesJtJ9vTXcMLLr_FfdQ And that's it for now :)

5+ useful mobile applications for freshmen

Image
Make your mobile phones useful! But how?  Here's how... In this blog post, we will have a look at 5+ useful mobile applications. These applications are generally useful for everyone, but freshmen could better use them as they have got plenty of free time, so let's get started... 5+ Mobile Applications 1. Medium This application could be used to read plenty of articles related to a plethora of different topics. Really cool application. 2. Facebook Whaaaaaaaaaat, are you serious?  Wait, wait! Facebook could be useful. Let me explain it to you. Go to Facebook and in the search bar type the name of your subjects, for example, Artificial Intelligence, you will get the groups and pages related to Artificial Intelligence, you may like these pages and you may join the group. After that in your Facebook feed, you will get the updates regarding Artificial Intelligence. In this way, you will remain update regarding your domain. Got it! 3. Sololearn This applicati...

Freshman Year : For All Engineering Students

Image
I believe:  "sharing good is caring" , s o, I decided to share some of the important videos, for all the engineering students, who are about to start their first semester especially in NUST .  so here you go.. (Click on The bulleted item, and you will get to the corresponding link) 1. Calculus: First, foremost and the dearest subject of students is "Calculus" , this will make you both cry and smile. So, if you want to do it well ,here are some videos: Professor Leonard:    www.youtube.com/user/professorleonard57/playlists I found it, really helpful 2. Applied Physics: Applied Physics abbreviated as "AP" is the second favorite subject of engineers at NUST (on a lighter note).  Michel van Biezen :  This is the physics vector playlist. You also can watch other AP related videos here: www.youtube.com/user/ilectureonline/playlists 3. Discrete Mathematics: I took this subject very light, but it isn't, so you need to pu...

Coding : A to Z

Image
Let's learn, how to draw A to Z alphabets using python 3.6: #function for drawing alphabets def alphabet(data): str = "O" dot = " " j = -1 #for drawing A if data == "A": for a in range(4,5): print(str) * a for a in range(1,2): print(str) + (dot)*2 + str for a in range(1,2): print(str) + (str)*2 + str for a in range(1,3): print(str) + (dot)*2 + str #for drawing B elif data == "B": for a in range(4,5): print(str) * a for a in range(1,2): print(str) + (dot)*2 + str for a in range(1,2): print(str) + (str)*3 for a in range(1,2): print(str) + (dot)*2 + str for a in range(1,2): print(str) + (str)*3 #for drawing C elif data == "C": for a in range(4,5): print(str) * a for a in range(1,4): print(str) for a in range(1,2): print(str) + (str)*3 #for drawing D elif data == "D": for a in range(4,5): print(str) * a for a in ra...

Probability And Statistics For Engineers

Image
Billy Graham said: " We are not cisterns, made for hoarding. We are channels made for sharing. " So I am passing "Probability And Statistics For Engineers by R.A Johnson" to you. As I got this from someone else, to whom I am very thankful. In this book the concepts of the subject are explained very well, I hope you will find this book, helpful and beneficial. There are certain distorted page images, but you can still get it (Insha' Allah!) and, here you go...

How to Become the Best Software Engineer

Image
The word "the best" is the 3rd form of Good. We use "the best" for the thing that is incomparable . So do you want to be "the best" ? if yes...then read below... Do you know who invented the wheel ? Probably not. But you are using this invention. There is hardly any machine that is not using "the wheel". The concept of machine is vague without the existence of wheel.  Again I am asking you the question... Do you know who invented the bulb? Probably yes. Obviously yes. His name was "Thomas Alva Edison" . Edison made many inventions and bulb is one of his best. "We" use bulb in our daily lives, without this invention our nights would be the same dark (physically). Pay attention to the word "We" in the above paragraph. so yes, my friends if you want to be the best software engineer, then you need or you should create/invent something that is for the whole mankind till the doomsday ....

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.

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...