As the others allready said, start small, developing games isn’t as easy as having an idea and creating a game out of it.
It takes a lot of work and with the lack of experience you will fail many times, which can discourage you, causing you to stop programming in the worst case.
Starting with Pong is a good idea, i guess. You will get an idea how to move objects over time and you will need to do some basic collision detection.
You will probably also notice, how important a good code organization and meaningful comments are. The bigger your projects get, the more those things count.
Here on JGO you will find a lot of help. Just post your project in the WIP section and update it regularly with your progress.
I guess many people here can help you to solve the problems you will encounter 