d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > If You Need Help With Python Let Me Know
Add Reply New Topic New Poll
Member
Posts: 1,048
Joined: Aug 20 2012
Gold: 960.00
May 13 2022 08:35am
Topic. I can help. :)
Member
Posts: 351
Joined: Oct 4 2021
Gold: 803.00
Jul 11 2022 11:50am
Help me get out of simplistic mindsets. I've been learning it for a little while now and I can't seem to broaden my perspective on how to write what I need to get done, if that makes sense? I'm still stuck thinking in ways they teach you at the beginning instead of thinking about what calls I can make or other tools to reference, etc.

Would you recommend just continuing to read and write through books like how to automate the boring stuff?
Member
Posts: 1,123
Joined: Aug 13 2005
Gold: 14,855.00
Jul 12 2022 07:28am
Quote (MuulPod @ Jul 12 2022 03:50am)
Help me get out of simplistic mindsets. I've been learning it for a little while now and I can't seem to broaden my perspective on how to write what I need to get done, if that makes sense? I'm still stuck thinking in ways they teach you at the beginning instead of thinking about what calls I can make or other tools to reference, etc.

Would you recommend just continuing to read and write through books like how to automate the boring stuff?


If you know how to navigate some basics you don't need to systematically read through books. Rather, treat them as reference guides on how to do a particular thing, no frills, quick start (especially books along the lines of automate the boring stuff). To develop your perspective / mindset / approach you might find it valuable to up a hobby project.

Once you've picked something you want to go through the process of solution design - so at the highest level what are the major components / functionality you need to implement. From there you can pseudo code your way to something that looks like a functioning code base and organise the behaviour into classes, functions etc (whatever you're familiar and comfortable with for the time being).

You'll run into all kinds of questions and "oh I didn't consider this" once you start concretely implementing your pseudo code. It is this experience / feedback loop that will enable you to "broaden your perspective".
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll