codeGeekStuff

Menu
  • Home
  • Programming
    • Python 3
  • Scripting
    • PowerShell
    • Bash
  • About
Home » Archive for April 2018
python April 28, 2018 Add Comment python3

2. First Program

Now that you have Python ready, we can continue to write our first program. Type the following code in any text editor or IDE then save ...
Read More
python April 28, 2018 Add Comment python3

3. Python Variables and Data Types

3.1 Variables Variables are reserved memory locations to store values. Python interpreter will allocates and decides what can be stored ...
Read More
python April 11, 2018 1 Comment python3

6. Python If Conditions

Decision making is needed when you want to execute a block of code on particular condition, only if that condition is satisfied. ...
Read More
python April 10, 2018 Add Comment python3

4. Python Operators

In this tutorial you will learn operators that supported by Python. The following are Python operators. 4.1 Arithmetic Operator Ar...
Read More
Subscribe to: Posts (Atom)

Popular Posts

  • 9. Python Lists
    List is one of python data types which defined with comma-separated values (items) between square brackets. Important thing about a list...
  • PowerShell Bitwise Operators
    The following are powerShell bitwise operators. Operator Description Expression Result -band Bi...
  • PowerShell Ternary Operator
    As I know there is no ternary operator or even built-in expression to handle such thing in powerShell, but we still can do this following...
  • 10. Python Tuples
    Tuple is one of Python's data structures which is ordered values. Tuples are defined with brackets. Example subjects = ( 'mat...
  • 8. Python Strings
    String is one of Python data types that we've talked about in our previous tutorial, now we're going to learn more about Python ...
  • PowerShell Switch Statement
    Besides you can use if statement to evaluate multiple conditions, you can also use switch statement. The switch statement list each cond...
  • 12. Python Dictionaries
    Dictionaries are unordered data structures that map unique keys to values. Dictionary keys can be any immutable data type like numbers, st...
  • PowerShell Break and Continue Statement
    Sometimes if you want to terminate you loop such as do, while, for, and foreach loop in a particular condition, here powerShell provide b...
  • PowerShell Arithmetic Operators
    The following are arithmetic operators in powerShell.  +   Add integers, concatenates strings, arrays, and hash tables. -    Substr...
  • PowerShell Increment and Decrement Operator
    The following are increment and decrement operators in powerShell, example for pre and post increment or decrement, whether you can perfo...

Labels

  • powershell
  • python3

Blog Archives

  • ▼  2018 (30)
    • ►  September (1)
    • ►  July (2)
    • ►  June (3)
    • ►  May (1)
    • ▼  April (4)
      • 2. First Program
      • 3. Python Variables and Data Types
      • 6. Python If Conditions
      • 4. Python Operators
    • ►  March (3)
    • ►  February (9)
    • ►  January (7)
Powered by Blogger.
Copyright 2016 codeGeekStuff All Rights Reserved
Powered by Blogger