Install Anaconda:
https://www.anaconda.com/download
Note:
https://saturncloud.io/blog/solving-the-conda-command-not-found-issue-after-installing-anaconda3/
Install VS Code:
https://marketplace.visualstudio.com/items?itemName=ms-python.python
Install Python Plugin:
https://marketplace.visualstudio.com/items?itemName=ms-python.python
Read this Document for Reference:
https://python.plainenglish.io/typed-python-for-typescript-developers-791145e7171c
conda create --name myenv3_12 python=3.12
conda env list
conda activate myenv3_12
python --version
https://saturncloud.io/blog/activating-anaconda-environment-in-vscode-a-guide-for-data-scientists/
Total Questions: 40
Duration: 60 minutes
LangChain Official Docs
https://python.langchain.com/docs/get_started/introduction
LangChain AI Handbook
https://www.pinecone.io/learn/series/langchain/
Top 5 Resources to learn LangChain
https://medium.com/@ankity09/top-5-resources-to-learn-langchain-e2bdbbd11702
Official LangChain YouTube channelLangchain
https://python.langchain.com/docs/additional_resources/youtube
Total Questions: 40
Duration: 60 minutes