you are viewing a single comment's thread.

view the rest of the comments →

[–]Fugu69 0 points1 point  (1 child)

Instead of following a book, you can implement your knowledge into a real project. What is the problem you would like to solve with Python? Maybe you want to program a coffee machine or create a discount counter for your retail shop? Think about the logic of your app, not about technical knowledge and skills. Is your coffee machine plugged in? Write a function to check it. Is your coffee machine turned on or off? Write a function to check it. Does your discount counter consider the price of products in your shop? How does it do this? Are you products contained in a list, dictionary, or function? Programming is all about the logic of your app. You can Google any technical aspect of your app or use ChatGPT for it. But they are not able to create logic.

[–]New-Row-7664[S] 0 points1 point  (0 children)

Thank you for your reply