Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice about Python
#1
Hi everybody;

I'm new at Python and this Forum. I'm a great user of Excel but now time to be more quick. In Excel I analize
stock prices and get some effective results for BUY and SELL. Now, to be more quick I started Pyhton to reach more effective results. I want to ask some questions to reach the target in a short time. If you answer I will appreciate it.
I did the same thing using V.Basic and I used there DataGridView and DataFrame, if I want to make the same cells like in Excel, what must I do? To import daily prices Python from Excel (because I get prices somewhereelse and I omit unnnecessary parts) how I can do the connection? Thanks a lot. LOL
Reply
#2
If I am reading your question right, you might want to check out pandas https://realpython.com/pandas-python-explore-dataset/
Reply
#3
Look at Common Excel Tasks Demonstrated in Pandas, part 2.

So Pandas is a powerful tool that like like Excel if use it in a Notebook eg JupyterLab or online Colab.
Has has import to and from Excel, pandas.read_excel, df.to_excel
A example NoteBook take in some stock data and here i use Altair to plot with.
Reply
#4
(Mar-20-2021, 01:41 PM)damian0612 Wrote: If I am reading your question right, you might want to check out pandas https://realpython.com/pandas-python-explore-dataset/
Thank you good information
Reply
#5
I just heard of this today. For someone coming from the excel world this may be just what you are looking for. Apparently a bridge between Excel and Python/Pandas dataframes

https://trymito.io/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Advice for installing python app from github ? Adi44 6 1,179 Aug-07-2023, 06:34 PM
Last Post: snippsat
  Looking for advice on funstionality of python bradkernohan 1 1,292 Feb-21-2022, 09:26 PM
Last Post: Larz60+
  Advice on Setting Up the Python Environment punksnotdead 1 2,368 May-15-2019, 04:29 PM
Last Post: snippsat
  C++ programmer requests Python Web/database advice GregReese 3 71,008 Apr-10-2019, 09:41 PM
Last Post: snippsat
  Need advice for learning python Nurram 1 2,864 Mar-28-2017, 06:28 AM
Last Post: wavic
  Advice getting started with Python NeilIves 10 7,973 Mar-10-2017, 03:21 PM
Last Post: Kebap

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020