Skip to content
View darrellcarvalho's full-sized avatar
Block or Report

Block or report darrellcarvalho

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
darrellcarvalho/README.md

Hello, GitHub

About Me

My name is Darrell Carvalho. I am a broadly trained Geographer completing my graduate studies. I have a deep passion for all things geospatial, with a special focus on urban transportation, geodemographics, and open data.

My favorite change to Python is the introduction of f"strings" in Python 3.6+; for the uninitiated, it created a much simpler and syntax for inserting values stored in variables into string literals:

w = "World!" # we store an item in a variable
print(f"Hello, {w}") # returns "Hello, World!" by inserting the w variable into the string

Professional and Community Service

🔭 I’m currently working on:

Self-Directed Learning

📚 I’m currently reading:

I'm currently watching: Geographic Software Design

Intellectual Interests

💭 Topics that fascinate me:

  1. Urban Transporation
  2. Urban Data Science
  3. History of Emotions
  4. World History
  5. R/RStudio
  6. Python
  7. PostgreSQL/PostGIS
  8. History of Urbanism and Anti-Urbanism
  9. Mobilities
  10. Open Source Intellience

Popular repositories

  1. geocompr2e_workthrough geocompr2e_workthrough Public

    This acts as a repository of my personal study of the in-progress "Geocomputation in R" 2nd Edition by Lovelace et al.

    R 2

  2. rineasysteps rineasysteps Public

    A repository of my exercises working through Mike McGrath's "R for Data Analysis in easy steps"

    R

  3. GenArtPlayground GenArtPlayground Public

    My personal playground for learning generative art in R

  4. ebt_restaurants ebt_restaurants Public

    Personal project mapping restaurants listed as accepting EBT's hot meals program in Los Angeles County

    R

  5. geocompr geocompr Public

    Forked from geocompx/geocompr

    Open source book: Geocomputation with R

    R

  6. PractMachLearnR PractMachLearnR Public

    My scripts/exercises from working through "Practical Machine Learning in R" by Nwanganga and Chapple

    R