In this post we are going to share how to install python on three different platform. Unix and Linux Installation Here are the simple steps to install Python on Unix/Linux machine. Open a Web browser and go to http://www.python.org/download/ Follow the link to download zipped source code available for Unix/Linux. Download and extract files. EditingContinue reading “How to install python”
Tag Archives: #python
Features of python
Easy-to-learn: Python has few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language quickly. If you have any earlier experience of any programming language then it will be really easy for you to learn python quickly. And even if you don’t have experience of programming then tooContinue reading “Features of python”
History of Python
Python was developed by Guido van Rossum in the late eighties and early nineties at the National Research Institute for Mathematics and Computer Science in Netherland. Python is derived from many other languages, including ABC, Modula-3, C, C++, Algol-68, SmallTalk, and Unix shell and other scripting languages. Python is copyrighted. Like Perl, Python sourceContinue reading “History of Python”
Basics of Python Programming
In this section we will learn basics of Python Programming language . we will cover core python concepts with simple programs. lets see what we are going to learn in the following list. hope you will be benefited from this course. lets start the journey of learning Python Programming’s Basics. Basics of Python Introduction toContinue reading “Basics of Python Programming”
