Skip to content

wrighters.io

  • About
  • Articles
    • All Articles
  • Home
  • Privacy Policy
wrighters.io
  • About
  • Articles
    • All Articles
  • Home
  • Privacy Policy

On considering open source software

Leave a Comment / Software / By Matt Wright

When considering whether to use open source software for a project, it pays to do a little investigation into the project to help you decide whether the project is the best option or if you should continue to look elsewhere. In evaluating a couple of projects recently, it was clear to me that I tend …

On considering open source software Read More »

3 ways to get historical market data from IEX Cloud

Leave a Comment / Finance, Python / By Matt Wright

IEX Cloud is a service offering financial data. They offer a wide variety of data sets, both for historical and real-time data. Those of us interested in financial data, whether for trading or research, are always looking for good data sources, especially for clean and complete data. This post will show you three ways to …

3 ways to get historical market data from IEX Cloud Read More »

Python string literals

Leave a Comment / Python / By Matt Wright

I’ve been working on moving a codebase from python 2 to 3 recently and decided to take a fresh look at string literals. In python, string literals can be enclosed by a pair of unescaped single quotes ‘, a pair of double quotes “, or a pair of triple double quotes “”” or single quotes …

Python string literals Read More »

A pandas.DataFrame.apply example

Leave a Comment / Pandas, Python / By Matt Wright

I recently saw a question about pandas.DataFrame.apply and realized that when I first started using Pandas I would often attempt to solve problems with apply when a vectorized solution was what I should have been using instead. Let’s say that you have an existing function to calculate the present value of an investment that takes …

A pandas.DataFrame.apply example Read More »

Posts navigation
← Previous Page 1 … 5 6

Top Posts

  • How to view all your variables in a Jupyter notebook
  • How to connect to Interactive Brokers using Python
  • Profiling Python code with memory_profiler
  • How to use ipywidgets to make your Jupyter notebook interactive
  • Indexing time series data in pandas

free pandas e-book

Master the basics of indexing and selecting data in pandas with my free e-book.

Invalid email address
I promise not to spam you, and you can unsubscribe at any time.
Thanks for subscribing! Check your email for details on getting the cheatsheet and Jupyter notebooks.

Copyright © 2025 wrighters.io