I found using Keras with Python was very easy and adaptable. Here is one link (there are many) of how you might use it: https://machinelearningmastery.com/tutorial-first-neural-network-python-keras/
I strongly suggest PyTorch because it is well-documented and easy-to-use for any newbie. In addtion, a plethora of open-source projects are based on PyTorch, indicating its booming ecosystem.
As an introductory file, search for prof. Angsuman Saha's web page. He has created Excel file (shareware for non-commercial use) with ANN (up to 2 hidden layers, up to 500 rows in the database) for classification and regression. MLP type.