Subscribe via RSS
  Looking for VBA Tutorials?

Python Namespaces, Variable Locations, and Scopes

Sep 7, 2018

This Python tutorial describes Python namespaces, variable scopes, and how to change the scopes of variables. Global and nonlocal statements are also discussed.

Python I/O: Input and Output Examples and Tools

Aug 31, 2018

This tutorial describes Python input and output (I/O) from the terminal, using the os module, manually importing text files, using with statements, and the csv module.

Ultimate VBA Training Bundle

$120.00 $57.00

Want to learn more programming languages? We've combined each of our comprehensive VBA reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.

Creating and Using Python Class Objects and Iterators

Aug 24, 2018

This tutorial discusses Python class objects, class constructors, Python methods, underscore naming convention, attribute name mangling, and class object inheritance.

Python Modules for Saving and Distributing Code

Aug 17, 2018

This tutorial covers Python modules, importing objects from modules, understanding the module search path, and it covers the scipy, numpy, pandas, and matplotlib modules.

Using Python Functions and Defining New Functions

Aug 3, 2018

This tutorial covers Python functions, user-defined functions, the map function, lambda functions, functions versus methods, and function objects.

Thought about learning VBA?

$120.00 $57.00

We created a suite of 6 VBA cheat sheets with over 200 tips showing you everything you need to know to start making power Excel applications. Take a look!

Python Conditionals, Loops & Logical Operators

Jul 27, 2018

This tutorial covers Python conditionals, loops and logical operators, including basic boolean expressions, if statements, in statements, is statements, for loops, while loops, range function, and list comprehensions.

Python Data Structures

Jul 25, 2018

Tutorial on Python's data structures, including lists, dictionaries, sets, and tuples. Includes list and dictionary operations, such as len(), sum(), list(), and sorted().

Python Data Types

Jul 20, 2018

This introduction to Python Data Types will teach you everything you need to know about working with different data types in Python, including integers, floats, complex, booleans, none, and strings.

Introduction: Getting Started with Python

Jul 19, 2018

Getting started with python is easy with this guide, which provides an introduction to Python and useful IDEs such and IDLE and Anaconda. This guide will also go over the basics of Python exceptions and basic commands.

subscribe via RSS