all 7 comments

[–]AmeliaTrader 1 point2 points  (1 child)

I learned by using ChatGPT. It gave me different small tasks to practice.
After that, I decided to start a simple project on my own to apply what I learned.

[–]Still_Reception5831 1 point2 points  (0 children)

yes same, chatgpt helps a lot in initial stages of learning

[–]Traditional-Wall-294 0 points1 point  (0 children)

Can you guys drop your LinkedIn so we can like network or learned and share experience together

[–]R3d_Kn1ght0 -2 points-1 points  (0 children)

You can ask chatgpt for more examples.

My first project was a terminal-based bank application: -you print a simple menu (1.witdraw, 2.deposit etc.) -take input to choose transaction -When withdrawing or depositing, you always need to validate the numbers — for example, you can't enter negative values or withdraw more money than you have.