Posts

Image
Steps--- 1 .Download Python - click on the link                  https://www.python.org/downloads/ Follow same  link for other OS install python and set path of your choice Suggestion      Use Sublime Or Pycham For Better Intraction              a.   I personally suggest you to Download these Softwares for better view to code,                    I am using Sublime for making softwares .                     I am giving you link to download.                                             https://www.sublimetext.com/3                            https://www.jetbrains.com/pycharm-edu/download/#section=windows 2. Write Program               a.  Write your code on any of the suggested software.              b.  Save program in a Directory you want with extension .Py [  example.Py ] 3. Open Window Powershell           a:-   Press window key.           b:-   Search Powershell .           c:-   Go to the directory where yo
Image
Python is- Interactive Object-oriented high-level programming language Creator-            Guido van Rossum during 1985- 1990 Features- It supports functional and structured programming methods as well as OOP. It can be used as a scripting language or can be compiled to byte-code for building large applications. It provides very high-level dynamic data types and supports dynamic type checking. It supports automatic garbage collection. It can be easily integrated with C, C++, COM, ActiveX, CORBA, and Java.