Hi Friends - new to Kedro. Anyone know where to fi...
# questions
d
Hi Friends - new to Kedro. Anyone know where to find a beginners' guide that isn't "old" Found this github (with old guide) for reference: https://github.com/kedro-org/kedro-academy/tree/main
d
The spaceflights tutorial on the docs is the right place to start! https://docs.kedro.org/en/stable/tutorial/spaceflights_tutorial.html
e
I'm learning as well Dylan. I watched a lot of YouTube videos and many are out of date. The SpaceFlights tutorial does cover some of the basics but glosses over some of the nuance needed to get going. One thing I really found helped me get into the groove was to learn how to launch a kedro notebook and develop some code and test it in there and then port the code into a pipeline/node combo. And to get that working easily you need to figure out how to use the Data Catalog. I'm not a strong python programmer so I've found using the catalog and datasets makes it less complicated at the start.