CodeSteps

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

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 […]

PowerShell – Display files and folders list

PowerShell provides commands, to display the list of files & folders in the file system. Below are the cmdlets, commonly we use to get these details; Display files and folders list Get-Item is one of the cmdlet used to get the item (for example: directory, file, registry entry etc.,) details at the specified location. By defaultm […]

Scroll to top