Select your country to view prices and course dates.

x

Python Programming Courses - Beginner

Learn the basics of Python programming

Python is a very versatile programming language and broad in its application. While Python can be used for everything from developing websites to programming robots, our courses focus on using Python for data analytics. Python has become popular as a general programming language because of its simplicity and power. It has also become very popular in the data science community and is a highly sought-after skill.

Our beginner course focuses on the core elements of working with Python for Data Analysis. We introduce Anaconda and JupyterLab and the basics of Python syntax. Our experienced trainer and Data Scientist will teach you how to work with objects in Python, access and manipulate dataframes, how to use functions and methods and create basic visualizations. See our full course outline below.

Python Programming Courses - Beginner

Learn the basics of Python programming for data analysis. Work in JupyterLab and Anaconda environments.

US$319
10 max
1 day
US$319
10 max
1 day
US$319
10 max
1 day
US$319
10 max
1 day
US$319
10 max
1 day
US$319
10 max
1 day
Upcoming Courses:
Scheduled
Taking enrollments.
Confirmed
Taking enrollments.
Few Seats left
Book Now.
Sold Out
Try another date.

Frequently Asked Questions

Course Introduction

Our Python courses were designed by Tamara Shatar, who holds a PhD in Agricultural Data Science. She focused her extensive experience and skills in modelling using machine learning, simulation and other techniques to create a course with depth and applicability.

The course is consistently well reviewed by students.

"Very well presented and structured. Thank you for such a fruitful day." - Python Beginner, Sydney, Australia

What is Remote Training?

Remote training at Nexacu means our team of experienced trainers will deliver your training live online. With remote learning students can access our usual classroom training courses via video conferencing, ask questions, participate in discussion and share their screen with the trainer if they need help at any point. Students have the same level of participation and access to the trainer as they would in classroom training sessions.

What is Python?

Python is a general-purpose programming language that is easy to use and learn. It is open source and free to use, including for commercial use. The Python user community is very active. There are over 237,000 packages which have been contributed, which extend the functionality of the Python Standard Library. These packages contain functions to perform a wide range of tasks.

Python Programming Beginner Course Details

Duration
1 day
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
6 hours
Delivery
Instructor-led training
Live Online
microsoft_gold
deloite_logo

Python Programming Beginner Course Details

Duration
1 day
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
6 hours
Delivery
Instructor-led training
Live Online
microsoft_gold
deloite_logo

Python Programming Beginner Course Details

Duration
1 day
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
6 hours
Delivery
Instructor-led training
Live Online
microsoft_gold
deloite_logo

Python Programming Beginner Course Details

Duration
1 day
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
6 hours
Delivery
Instructor-led training
Live Online
microsoft_gold
deloite_logo

Python Programming Beginner Course Details

Duration
1 day
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
6 hours
Delivery
Instructor-led training
Live Online
microsoft_gold
deloite_logo

Python Programming Beginner Course Details

Duration
1 day
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
6 hours
Delivery
Instructor-led training
Live Online
microsoft_gold
deloite_logo

Python Course Outlines

Other Courses
Microsoft Power BI Training Courses
Microsoft Excel Training Courses
Microsoft Office 365 Training Courses
Excel Specialist Training Courses
Microsoft Project Training Courses
R Programming Training Courses
SQL Training Courses
Power Apps Training Courses
SharePoint Training Courses
Power Automate Training Courses
Microsoft Teams Training Courses
Microsoft Visio Training Courses
Microsoft PowerPoint Training Courses
Microsoft Word Training Courses
Cloud Computing
Cybersecurity
ChatGPT Training Courses
Microsoft Outlook
Adobe InDesign Courses
Adobe Illustrator Courses
Other Courses
Course Rating
Python Training Courses

4.72 5 Python Training Courses
4.72 out of 5
68029 Student Reviews

Skills Test


Try our short skills tests and
find out which course is right for you.

Skills Test Nexacu

 skills test

 

Contact Us


What do I need to know to attend?

No specific pre-requisites for the course.

The course is aimed at those who are new to Python.

Python Programming Beginner Learning Outcomes

You will will be familiar with and competent in:

  • Creating and managing environments in Anaconda
  • Installing packages in conda environments
  • Working in JupyterLab and with Jupyter Notebooks



  • Creating basic markdown files
  • Creating and manipulate objects
  • Using functions and methods
  • Creating basic data visualizations

 

Python Programming Beginner Course Content

  • Introduction
  • Introduction to Python
  • Introduction to Anaconda and JupyterLab
  • The Python Standard Library
  • Installing Python
  • Anaconda
  • JupyterLab
  • Installing additional packages
  • Anaconda and JupyterLab
  • Using Anaconda
  • Working with environments
  • Launching JupyterLab
  • Working in JupyterLab
  • Using Jupyter Notebooks
  • Basics of running code
  • Markdown
  • Shutting down kernels and the Jupyter Server
  • Using Python as a Calculator
  • Arithmetic operators
  • Relational operators
  • Logical operators
  • The Python Standard Library
  • Built-in functions
  • Other functions in the standard library
  • Working with Objects
  • Objects in Python
  • What are objects?
  • Creating variables
  • Naming rules
  • Naming conventions for variables
  • Data Types and Structures
  • Built-in data types
  • Built-in data structures
  • Tuples, lists, ranges and dictionaries
  • Pandas Series and DataFrames
  • Which data structure should I use?
  • Pandas DataFrame
  • Attributes
  • Methods
  • Pandas functions
  • Creating DataFrames
  • Importing data into a DataFrame
  • Uploading data in JupyterLab
  • Accessing data within DataFrames
  • Accessing specific rows
  • Accessing specific columns
  • Accessing data subsets by name or position
  • Manipulating DataFrames
  • Making changes in place
  • Renaming columns and rows
  • Replace a single value
  • Replace multiple values
  • Add data to a DataFrame
  • Remove rows or columns
  • Filter based on condition
  • Sort data
  • Working with data in DataFrames
  • Calculating summary statistics
  • Evaluation in Python
  • Order of operations
  • Evaluation with Numpy
  • Vectorized arithmetic
  • Vectorized functions
  • Broadcasting
  • Creating new columns with vectorized arithmetic and functions
  • Functions vs Methods
  • What is a function?
  • Syntax for using functions in Python
  • Syntax for using methods in Python
  • Parameters and arguments
  • Getting help with a function
  • Overview of help documentation
  • Exporting Data
  • Export data to csv file
  • Basic Data Visualization
  • Matplotlib
  • Create a scatterplot
  • Create a linechart
  • Add text
  • Add a legend
  • Exporting plots
  • Notebook to Markdown
  • View your completed Notebook as a rendered Markdown file

Contact Us

Why Nexacu? 

Valued by Individuals

4.72 / 5
Over 68029 Reviews

Trusted by Business

Awards and Accreditations

Follow us