-
Notebook Basics
In my Jupyter and iPython Data adventures I find having access to this information expedites my work and thus belongs somewhere easy to keep.
What is a Jupyter notebook?
…
-
Python Dates and Times
Python Dates and Times
…
-
Reading and Writing CSV files in Python
Reading and Writing CSV files in Python
Note: This was created in a Jupyter notebook then saved as a markdown file. …
-
Open Your Computer's Vision with videoplayR
Work in Progress
As a work in progress this should be along with quite a few other posts here in my _drafts folder. However, for this one, I remote access to its current state for other project I have going on. (I have no excuse for the myriad of other unfinished drafts in my _posts directory but I do have hopes that I’ll get around to them - It’s just that greedy habit of mine to prioritize learning and experience over sharing and teaching. I love ‘em all but time only permits about the top 1.5 ~ 2% of...…
-
R on Jupyter
Trying to setup an environment with an R kernel via conda for use with a Jupyter Notebook I ran into a problem that all but stopped me from progressing. Normally a few permutations of a decent google-ing would suffice but not tonight. Merging a few new technology I was very interested in with one a love dearly, I knew I was just over my head but my fascination with the problem combined with an incredible lack of patience to sit through a drawn out forum conversation or GitHub request - of which there were already multiple making no progress. …
-
Python Basics
Every programming language has specific words and rules for using them which we call syntax. Some languages also have rules about how the code should look. Python has both of these!
Blocks, Variables and Functions
- Blocks
- sections of code that are related - such as a function or a loop.
- Blocks are indented one extra step.
- Each indentation step should be 4 spaces - but you can usually just hit tab and your code editor will put in the spaces for you. Silicon Valley Joke or GIF
- Blocks start with a colon after the function name
-
Weekly Status Report
For my most recent employer I coded and deployed a weekly status reporting tool. Prior to my arrival, weekly status reports were used as the main source of updating company leadership - such as the COO, CEO and President - with the weekly details of every project from each of the stakeholders perspectives. The most important purpose this report served, however, was in making sure our company owners never received a surprise call from a client.
This tool had two types of users. The most common user was account and project manager. This user would employ the...…
-
Steve and Lori Acosta Wedding
I had such a wonderful time at my father, Steve Acosta’s, and mother, Lori Acosta’s, wedding. Thank you to all the family and friends who came out to participate and be a part of that memory for me - well I doubt any of you came out for me but I certainly enjoyed the experience all-the-same.
As with all beautiful days brimming with heartening nostalgic goodness, the worst - if only bad - part of such wonder is the haste with which it all slips from between the fingers on the hands of experience...…
-
Arduino and C Programming Class Notes
These are notes for The Arduino Platform and C Programming. …
-
The Arduino Platform and C Programming
The Arduino Platform and C Programming Course is the second class in the five-course program Programming The Internet of Things (IoT) that is completed with a capstone project as a hands on practical research and development. The Professional Certification is offered by the University of California Irvine.
…
- Blocks