Skip to content
View aaron-ortega's full-sized avatar
🐕
WFH
🐕
WFH

Highlights

  • Pro

Organizations

@agentsync
Block or Report

Block or report aaron-ortega

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
aaron-ortega/README.md

Pinned Loading

  1. pathquest pathquest Public

    Simple file system done for a job interview

    Python

  2. rust-tutorial rust-tutorial Public

    Walkthrough of "The Rust Programming Language"

    Rust

  3. Function Composition in Python Function Composition in Python
    1
    import functools
    2
    from typing import Callable
    3
    
    
    4
    
    
    5
    def compose(*functions: Callable) -> Callable:
  4. list_top_s3_directories.py list_top_s3_directories.py
    1
    import boto3
    2
    from upath import UPath
    3
    
    
    4
    
    
    5
    def directories_with_boto3(