You are on page 1of 5

Bootcamp Introduction

Python Programming
Although there are plenty to choose from, Python remains one the most used and sought after programming
languages due to its versatility, flexibility and object-oriented features.

King of the Crowd Attractive Attributes Limitless Applications

Easy to use Web development

Easy to learn Game development

Machine learning and Artificial


Great for Data Science
intelligence
Simple, intuitive expressions
Business applications
Large community
Data science and visualisation
Open source
What we will be covering in the Bootcamp

Basic building blocks of Python

Lists Sets
Floats Integers

Tuples Dictionaries

Strings Booleans
Functions

3
Python Bootcamp

You will need learn a rapid introduction to Python and its applications.

Concepts Overview

Variables and Assigning variables


1 Data types Working with strings, integers and floating points

Lists
Lists, Tuples and
2 Dictionaries Tuples
Dictionaries

True - False
Loops and
If statements
3 Conditional If else statements
statements
For loops

How functions work


4 Functions Built-in functions
Useful links on Programming with Python

You can use the links below to gain more information about each concept covered in the Bootcamp.

● An introduction to Python programming


● Naming variables
● Tuples, strings, loops
● Lists
● Slicing and indexing
● Built-in Functions
● Functions

To further assess yourself and the concepts you


have been introduced to, you can create an
account on Code signal to get started on some
practical programming exercises!

You might also like