Blog Detail
Passion for Information Technology
http://passionforinforamtiontechnology.blogsp…
We can see about the new technologies in the IT market, tutorials, certification and much more details about the developing technologies. Which can help many students to train there self and enlighten then career.
Recent Posts
Programming Languages Used in Websites
Many large websites use multiple programming language in their back-end depending upon the particular feature you're utilizing. The back-end of Google search is powered by Python, although they also make use of PHP, Java, and other language at variou...
BSD Systems
There are a number of Unix-like operating systems based on or descended from the Berkeley Software Distribution (BSD) series of Unix variants. The three most notable descendants in current use are FreeBSD, OpenBSD, and NetBSD, which are all derived f...
Python - File I/O - IX
IntroductionLast lesson we learnt how to load external code into our program. Without any introduction (like what I usually have), let's delve into file input and output with normal text files, and later the saving and restoring of instances of class...
Python - Modules - VIII
IntroductionLast lesson we covered the killer topic of Classes. As you can remember, classes are neat combinations of variables and functions in a nice, neat package. Programming lingo calls this feature encapsulation, but reguardless of what it is c...
Python - Classes - VII
IntroductionOne thing that you will get to know about programming, is that programmers like to be lazy. If something has been done before, why should you do it again?That is what functions cover in python. You've already had your code do something sp...
Python - Tuples, Lists, and Dictionaries - VI
IntroductionYour brain still hurting from the last lesson? Never worry, this one will require a little less thought. We're going back to something simple - variables - but a little more in depth.Think about it - variables store one bit of information...

