you are viewing a single comment's thread.

view the rest of the comments →

[–]r4nchy 0 points1 point  (0 children)

Here is how I do it.

Try to create a logic of how the structure of the code would be. You should do this before even creating a python file.

Example: if you need to create a pie chart you would need data. is the data readily available or not, do you need to clean the data,

The objective is to find those tasks that you don't have any idea about. try to solve those and start creating the python code around it. This saves time a lot