Thursday, March 5, 2026

Metrics

 Build is going on now. Have company and security tables created and python code to access and insert data into SQL tables.



Asked Gemini to pick the key fields from a list of yahoo fields API provided and it came up with this:

1. The "Growth Drivers" (Highest Impact)
For a mega-cap tech giant like Microsoft, these fields are the primary engine of price movement.
2. The "Efficiency & Profitability" Metrics
These fields tell investors how well the company is managed and if it can sustain its growth.

3. Valuation & Sentiment Indicators
These help you understand if the stock is "cheap" or "expensive" relative to its history.
| Field | Value | Impact on Price |
| :--- | :--- | :--- |
Trailing PEG Ratio | 2.26 | Measures PE relative to growth. A lower PEG is usually better; 2.26 is standard for high-growth tech. |
Short Percent of Float | 0.79% | Very low. This means few people are betting against the stock, indicating strong market confidence. |
Beta | 1.08 | This means the stock is slightly more volatile than the S&P 500. It moves mostly in sync with the broader market. |
Summary of Key Ratios
$Forward P/E = \frac{Current Price}{Estimated Future EPS} = \frac{386.87}{18.85} \approx 20.52$
This ratio is the "price tag." When it is lower than the trailing PE ($24.19$), it usually signals that the stock is becoming more attractive as earnings grow.

Thoughts?

I can start collecting these.

Thanks

John

Adjunct Professor John Iacovacci

University of Connecticut, Stamford
John.Iacovacci@uconn.edu

Thursday, April 1, 2021

Assignment #10 due Wednesday 4/7, 4/1/2021, 4:03 PM, English, 4/1/2021, 4:03 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

4/1/2021, 4:03 PM

Assignment #10 due Wednesday 4/7

https://googleclouduconn.blogspot.com/p/vision-example-explained.html
Build 3 python program that will use Google Vision API to scan 3 separate images

Note: need to use your own images and store them on your Google Storage Bucket

image_uri = 'gs://cloud-samples-data/vision/using_curl/shanghai.jpeg'

image_uri = 'gs://dollarsforstuff/shanghai.jpg'

Send me the output from each run of the function in an email

Thursday, March 25, 2021

Assignment #9 due 3/31, 3/25/2021, 12:59 PM, English, 3/25/2021, 12:59 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

3/25/2021, 12:59 PM

Assignment #9 due Wednesday 3/31

https://googleclouduconn.blogspot.com/p/user-authentication.html

Create an app engine process designed around example 3

Change the index.html file to incorporate your name

E.g. <h1>John Iacovacci says Hello Verified User</h1>

Add my email address as a user john.iacovacci1@gmail

Send me via email your app engine link

uconn-engr.uc.r.appspot.com



Tendai's link to Columbia Machine Learning course

http://click.sfmc.ai.engineering.columbia.edu/?qs=5b9033e9402391ef05eb52b4f7b00b94b4f048bdf0e819c13e9630f28a10dcdd6ab603e3e126729c9d031f8f46453e3cd61a2c705c25fb8d

Thursday, March 18, 2021

Assignment #8 due 3/24/21, 3/18/2021, 5:31 PM, English, 3/18/2021, 5:31 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

3/18/2021, 5:31 PM

Assignment #8 due Wednesday, 3/24

Create a text file called mydata.txt that consist of the lesson 1
shell script exercise using standard output redirection


1/20/2021, 8:58 PM

Assignment 1 due 1/27/21

https://googleclouduconn.blogspot.com/p/linux.html

Create a linux shell program to state name, major, what you want to do
and high school, favorite subject growing up, what i am passionate about

Send both code and output via email

List all lines of code

Program

# my first script
echo "Hello my name is John Iacovacci"

Copy and paste output

Output

john_iacovacci1@cloudshell:~/scripts (uconn-engr)$ ./my_profile2
Hello my name is John Iacovacci

Email to john.iacovacci1@gmail.com


https://googleclouduconn.blogspot.com/p/encrypt-and-decrypt-data-with-cloud-kms.html

Encrypt the file and email me both the mydata.txt file and the mydata.txt.enc

Monday, March 8, 2021

Assignment #6 issue, 3/8/2021, 9:25 PM, English, 3/8/2021, 9:25 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

3/8/2021, 9:25 PM

Note: Assignment #6 issue

Need to have Google Translate API turned on in order to read data

See link below


https://googleclouduconn.blogspot.com/p/python-crud.html

Assignment #7 due Wednesday, March 17th, 3/8/2021, 9:13 PM, English, 3/8/2021, 9:13 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

3/8/2021, 9:13 PM

Assignment #7 Due March 17th

Send me a google sheet file that contains data downloaded from any
public google data set

Do not send me data from the Covid NYT example

https://googleclouduconn.blogspot.com/p/bigquery-covid.html

Please let me know if anyone will attend tomorrow office hours 5:00pm to 6:00pm

Monday, March 1, 2021

Assignment #5 Due March 3rd, 2/18/2021, 3/1/2021, 8:23 PM, English, 3/1/2021, 8:23 PM

Your assigned language is: English
Classroom blog: googleclouduconn.blogspot.com

3/1/2021, 8:23 PM

Please let me know if anyone wants office hours tomorrow 5:00pm to 6:00pm

https://uconn-cmr.webex.com/meet/jai17003

I will not be responding to emails that ask to check work.

Late assignments will be penalized.

Assignment #5 Due March 3rd, 2/18/2021

Create a web site on your cloud storage bucket that
will allow customers to add, change, delete and list their customer information

Using google cloud python functions, html forms and mysql database
tables from the SQL customer table.

https://googleclouduconn.blogspot.com/p/mysql-exercise.html

https://googleclouduconn.blogspot.com/p/cloud-function-project-python.html

Metrics

  Build is going on now. Have company and security tables created and python code to access and insert data into SQL tables. Asked Gemini to...