There are 4 basic operators with obvious signs. You can use () brackets as well. There are two more operators. ‘// ‘ is division whose output is integer (fractions are truncated) % gives remainder from an inter division. Try following program. Change values of x and y and find out meaning of each operator. x=361 […]
Month: October 2020
Categories
Working around
I assume that you have downloaded and installed anaconda. You can now run anaconda and reach its navigation page. From this I would request you to open jupyter notebook. (This will open in your browser. Once in jupyter notebook, press new tab (top right corner) and select python 3 option. Another window will open. It […]
Categories
Installing Python
Python and most of its libraries are open source. It means that you can install it without any charges. You can download it from various platforms. For our course you should download anaconda with latest stable version of python 3. Anaconda comes bundled with python and various vital libraries and editors. The download size is […]