by BugZeroCodes | Sep 18, 2022 | Blog
Today I practiced Python for Finance on Sololearn! This time I began a new unit on analyzing data. I showed how to calculate daily returns with the pct_change() function and plot the data to visualize. I also showed how to calculate cumulative returns. Next time I will show how to analyze multiple stocks at once!
by BugZeroCodes | Sep 14, 2022 | Blog
2 days from now I will be in Virginia Beach for a field trip! I will be touring the USS Wisconsin and studying its history with my classmates. I am sure it will be a blast!
by BugZeroCodes | Sep 9, 2022 | Blog
Today I practiced Python for Finance on Sololearn! This time I reviewed everything we have learned in this unit, from using the pandas module to scrape data to filtering results with yfinance. Next time I will be starting a final unit on analyzing data!
by BugZeroCodes | Sep 5, 2022 | Blog
Today I practiced Python for Finance on Sololearn! This time I showed how to access stock prices with yfinance. I showed how to filter results within a certain time frame, plot it, and even download prices for multiple stocks simultaneously. Next time I will be reviewing everything we have learned!
by BugZeroCodes | Sep 5, 2022 | Blog
Today is a special day to rest. A day to take time and relax and look at all the work that you have done or others have done. While everyone is taking a time off, you can get started on coding. You can finish some projects that you either completely forgot about or just haven’t started. Start new achievements and things that you may have thought you never could do. Don’t wait any longer, start learning how to code today!
by BugZeroCodes | Sep 3, 2022 | Blog
Today I practiced Python for Finance on Sololearn! This time I continued on the yfinance package to access company data. I showed how to make a function that takes a ticker and outputs its return-on-equity. Next time I will be accessing stock prices!
Recent Comments