[Python] The 5WH of Getting Started with Python

Level of Difficulty: Beginner.

You’ve decided to expand your knowledge by learning the basics of Python, but you find yourself with the 5WH in mind, asking the following questions:

  • Who uses Python?
  • What would you use to code Python?
  • Where to use Python
  • When to use Python?
  • Why would you use Python?
  • How to get started with Python?

These are all valid questions and here are the answers.

Who uses Python?

Python is used by people who are looking to write basic scripts, all the way through to web developers who want to write a website, data engineers who need to wrangle data and even data scientists who build models. Some even use it as an introduction into learning how to program.

What would you use Python with?

Generally, the tools we use to code in a specific language are known as Integrated Development Environments (IDEs) and there are a few available for Python. The most common ones are:

My favorites include Jupyter Notebook, PyCharm Community and using Python through command line.

Where, when and why to use Python?

Python can do almost anything that any other technology stack can do. Maybe not as elegantly, but the capability is definitely there. So my answer to this question is that you use Python whenever and wherever you need it and feel comfortable implementing it.

How do you determine whether or not you’re comfortable with Python, you might ask? Well, are you confident that your solution is modular enough to be expanded upon, tests will be passed, will continuous integration and continuous deployment be possible and is there enough logging to debug easily if something goes wrong after deployment to production?

If the answer is no, that’s completely okay, that indicates room for growth.

How to get started Python?

A few “cool-things-to-know” when learning Python are:

  1. You should probably pick an IDE and install it (along with Python)
  2. print(‘Hello World’) or print(“Hello World”) – same same but different
  3. Basic Python Structure and Syntax
  4. Navigating through directories and working with files
  5. Working with pandas and data frames
  6. Visualising data using Pandas
  7. CSV to JSON manipulation
  8. Working with API Calls (SOAP and REST with or without authentication)
  9. Basic logging to file
  10. Working with SQL Databases

The basic understanding of the above ten points have shaped my Python journey and what a journey it is turning out to be.

Any more points you feel should be included in the list above? Drop a comment below or pop it through to jacqui.jm77@gmail.com

Published by Jacqui Muller

I am an application architect and part time lecturer by current professions who enjoys dabbling in software development, RPA, IOT, advanced analytics, data engineering and business intelligence. I am aspiring to complete a PhD degree in Computer Science within the next three years. My competencies include a high level of computer literacy as well as programming in various languages. I am passionate about my field of study and occupation as I believe it has the ability and potential to impact lives - both drastically and positively. I come packaged with an ambition to succeed and make the world a better place.

One thought on “[Python] The 5WH of Getting Started with Python

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: