CodeSteps

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

AWS – PowerShell – Setting up AWS Tools

AWS Tools for PowerShell is very useful to manage the AWS resources through PowerShell scripts. In order to use AWS Tools, from the PowerShell command prompt or through PowerShell scripts, you must install the AWS Tools for PowerShell. In this article, I am going to explain, how to set up the AWS Tools for PowerShell […]

Microsoft Visio 2013 – Create Basic Flowchart

Microsoft Visio is the drawing Application useful to draw simple flowcharts, to complex network diagrams. Through this article, I am going to explain how to create a basic flowchart using Microsoft Visio 2013 Application. Step 1. Open Microsoft Visio 2013 Application. Click on the FILE menu, and then select New. Step 2. Microsoft Visio displays […]

Python – Classes and Functions

Python is an Object Oriented language. That means, everything is an Object in Python. Python supports Classes and Functions. In this Article, I am going to explain, how to define & use Functions and Classes in Python. Before I start with Classes, first will discuss with Functions. Functions Functions are the code blocks and defined […]

PowerShell – Managing Processes

PowerShell provides cmdlets, to manage the Processes currently running on the local Computer or on the remote Computer. In this Article, we are going to discuss the commands to Display & Manage the Processes using PowerShell. Get-Process cmdlet to Display Currently Running Processes Get-Process is the cmdlet, we use to display the currently running Processes […]

Project Management – Process Groups

Project Management is a wast area and there are multiple processes we need to follow to complete the Projects or Products. It is very difficult to manage the Projects, without Project Management & also it is very difficult to do Project Management if we do not follow any Project Management Standards or Project Management best […]

Android Studio : Run Project

I have explained the steps to create an Android Project in Android Studio, in my previous Article “Android Studio : Create Android Project “. We have successfully completed the Project creation & the build was Successful. Now through this Article “Android Studio – Run Project”, I will explain how to Run the Project, and also […]

Scroll to top