• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Data Dependence

Data Dependence

Learn about software development. Covering topics such as Coding in Python and JavaScript, developer productivity and more.

  • Home
  • Top Resources
  • Who Are You?
  • Show Search
Hide Search
You are here: Home / Archives for Data Science

Data Science

Become a Lord of the Cells and Speed up Your Jupyter Notebook Workflow

· · 4 Comments

Everyone loves a good Jupyter Notebook. Jupyter Notebooks are an insanely convenient environment to rapidly prototype Python scripts and delve into Data Science. They speed up the time from writing code to actually executing it and you can visually see the output for each section you write. I …

[Read more...] about Become a Lord of the Cells and Speed up Your Jupyter Notebook Workflow

The Top Five Data Science Tips From r/DataScience

· · Leave a Comment

If you are learning data science from a book or a course, you most likely have a fairly narrow view of the field. You only get the views and experiences of the person or small group of people that produced the resource. Books and courses are fantastic, but don't forget to broaden your horizons. …

[Read more...] about The Top Five Data Science Tips From r/DataScience

Creating Attractive and Informative Map Visualisations in Python with Basemap

· · 23 Comments

When doing a bit of good old data exploration and analysis you'll often want ways of visually representing this data. It helps you understand what you're working with, and allows you to present your exciting new discoveries to other people in easy-to-digest formats that even the data illiterate can …

[Read more...] about Creating Attractive and Informative Map Visualisations in Python with Basemap

An Introduction to Scientific Python – Pandas

· · 23 Comments

Pandas has got to be one of my most favourite libraries... Ever. Pandas allows us to deal with data in a way that us humans can understand it; with labelled columns and indexes. It allows us to effortlessly import data from files such as csvs, allows us to quickly apply complex transformations and …

[Read more...] about An Introduction to Scientific Python – Pandas

An Introduction to Scientific Python – NumPy

· · 6 Comments

Oh the amazing things you can do with Numpy. NumPy is a blazing fast maths library for Python with a heavy emphasis on arrays. It allows you to do vector and matrix maths within Python and as a lot of the underlying functions are actually written in C, you get speeds that you would never reach in …

[Read more...] about An Introduction to Scientific Python – NumPy

An Introduction to Scientific Python – Matplotlib

· · 8 Comments

One of the most popular uses for Python, especially in recent years is data processing, analysis and visualisation. This then leads topics such as the analysis of 'big data' which has many applications in pretty much every type of business you can imagine, and a personal interest of mine; Machine …

[Read more...] about An Introduction to Scientific Python – Matplotlib

Primary Sidebar

LEVEL UP with the Data Dependence Newsletter! Subscribe!


Top Posts & Pages

  • Firestore Rules Examples - Ten Must-Know Patterns
  • Creating Attractive and Informative Map Visualisations in Python with Basemap
  • How to Logically Group Your Python Code into Modules
  • How to Use Google's Python Client Library to Authorise Your Desktop Application With OAuth 2.0
  • A Quick Guide to Slicing in Python - Become a Python Ninja

Data Dependence

Copyright © 2021 · Monochrome Pro on Genesis Framework · WordPress · Log in

  • Home
  • Top Resources
  • Who Are You?