CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Python – memoryview – A Quick Overview with Examples

Another interesting sequence type, Python provides is memoryview. This is completely different than the other sequence types so far discussed. Objects of memoryview class is allowed to access the internal memory of the objects where these objects are referencing.  In C language, it is possible to access the memory using pointer variables; in Python; we use […]

Microsoft Excel – Comparison Operators

Microsoft Excel provides Comparison Operators to compare the values of two operands. You can give the values directly or you can give the Cell references when you use these operators in Excel formulas. Comparison Operators Excel’s comparison operators are useful to compare the values in two operands. You can compare two values or the values […]

Microsoft Outlook – Manage Favorites

I have re-installed Microsoft Outlook 2013 on my Windows 7 System and I have configured the mailbox to receive the mails. Once done, I have opened Outlook and observed that Favorites folder was not appearing. In my previous installation of Outlook 2013, it was there and it makes easy to access the folders from Favorites. […]

AngularJS – Introduction

AngularJS is a JavaScript framework used to develop JavaScript based web-applications. Using AngularJS we can quickly develop and manage Single Page or Large Scale web-applications. It allows dynamic views in web applications. It is fully extensible and also flexible to work with other libraries. Architecture it supports AngularJS supports MVW Architecture; which is Model-View-Whatever Architecture. […]

Scroll to top