Posts

Showing posts with the label first semester

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

Hollow Diamond

Image
Drawing different shapes with the help of coding is quite  enjoyable and interesting. Mostly the first semester students of software engineering encounter with this. so, let us learn, how to draw a hollow diamond using python? First of all declare variables: Diamond consists of two cones , upper cone with pointed top and lower cone with pointed bottom . so let us write the code for the upper cone, but the cone must be hollow: The resultant of this code is as under: Now, write the code for lower hollow cone: The output for this code is: Now, run both the codes simultaneously, and the output is: the reason for this output: This is one of the possibilities of writing code, to get this output. There might be other ways of doing the same task. Keep finding and trying different ways of coding. And do remember: Programming language doesn't matter but logic matters . So, work mainly on logic building .