- Lieu
- Toronto, Ontario, Canada
- Bio
-
Hello, my name is Syed Tabish Rahman, and I am an aspiring Software Engineer. I am currently a student at York University studying Information Technology. I am skilled in Python, JavaScript, React, HMTL, CSS.
In my free time, I enjoy working out, trying new food spots, martial arts, and gaming!
Please feel free to reach out to me at tabishrahman2002@gmail.com or through LinkedIn if you would like to start a conversation anything related to tech or just in general if you have any questions.
- Curriculum vitae
- Software engineering resume.docx
- Portails
-
-
Toronto, Ontario, Canada
-
- Catégories
- Sécurité (cybersécurité et sécurité informatique) Développement de logiciels
Compétences
Profils sociaux
Réalisations
Dernières rétroactions
Projets récents
Projets personnels
Python program
juin 2023 - juin 2023
https://github.com/tabish-2002/Stock-market-predictorThis program is a simple stock visualizer that allows users to view stock price trends over a specified period. The program utilizes Python libraries such as matplotlib, mpl_finance, pandas_datareader, and tkcalendar to download stock data and plot a candlestick chart.
The program allows users to input a stock ticker symbol and a date range for the visualization. Users can select the date range using Tkinter date entry fields, and the program will download the stock data from Yahoo Finance for the specified period. The program will then restructure the data into the OHLC (Open-High-Low-Close) format required for candlestick charts.
The program adjusts the plot style to enhance readability, and then plots the candlestick chart for the selected stock ticker and date range. The visualization includes information such as the opening and closing prices, as well as the high and low prices for each day.