Looping. For Loops In the previous post we took a look at looping, in the Bash scripting section. We looked at one line for loops, which I'm hoping you went ahead to practice on your own and you are familiar with. We're going to be looking at that but in Python and also while loops, … Continue reading Python. (Part 4)
Tag: Python3
Python. (Part 1)
Introduction to Python. Welcome to Python. Python is a coding and scripting language, it is commonly used in ethical hacking and all around the world. It's considered one of the best beginner languages to start with, if you've never learnt coding before (I totally agree, as someone who began with C) Python is called a … Continue reading Python. (Part 1)