Python Part2 - Syntax

 Let's get started with some basic syntax!

1, print ()

It prints the specific message to the screen. 

Examples











2. input()

It takes input from the user and returns it. 

Examples







It only accepts form of a string. If you wanted to take an integer.

we need to convert it using int()

Example)







If you wanted to take a float,




Python Part1 - Installation

What is Python??

It's a programming language developed by Guido Van Rossum at 1991.
It's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.

For more information visit https://www.python.org/doc/essays/blurb/
Download Link https://www.python.org/downloads/

Visual Studio Code(VS Code)

It is a source-code editor developed by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.

Download Link https://code.visualstudio.com/download

After installation,

File > Open Folder > Create your folder for this practice > Select 
Ticked the checkbox and Hit Yes


I created a file called test.py under created folder.
Now, we need to select an interpreter. 


Choose "Python(Base)" 

Enter print("Hello") Click Run button and check output



Cisco 2960C IOS Upgrade Guide

First of all, prepare latest IOS files from Cisco

https://software.cisco.com/download/home/283915795/type/280805680/release/15.2.7E9?catid=268438038

File Name: c2960c405-universalk9-mz.152-7.E9

Next, Back up the configs. Just in case!😀

Download tftp64 https://pjo2.github.io/tftpd64/ 

We need to transfer the above file to the C2960 flash memory.

Enter command: copy tftp flash



Once completed transfer, enter sh flash: to verify


then we need to reboot the device and switch to new IOS version

enter command: reload
enter command: boot c2960c405-universalk9-mz.152-7.E9.bin
enter command: reload



enter command: show version


🙋👍👍👍

Cisco Packet Tracer Download & Installation

Navigate to https://www.netacad.com/courses/packet-tracer

Courses > Packet Tracer > View Courses > Skill For All 


Sign up with Google or Netacad account OR Create New Account


Once Signed in, navigate to https://skillsforall.com/resources/lab-downloads

Download and follow the prompt


Easy and Free :)