how do ppl rmb coding techniques?

Phen8210

High Supremacy Member
Joined
Jul 29, 2011
Messages
28,981
Reaction score
8,270
What do u mean by coding techniques??

I record some of the codes that took me awhile to think and write out, usually because the algorithm was complex to come up with and if I had ever need to refer I could.

Usually this sort are AI/ML related ones.. I'm not smart enough to quickly come up with it. But when I read I understand.
 

GoodBetterBest

Supremacy Member
Joined
Jan 23, 2019
Messages
6,239
Reaction score
2,119
Question on Python. How much do people remember ? I have problem with plotting using esp Matplotlib. I find it almost impossible to code something more than just a basic graph.

And there are so many options to remember. plot, subplot, gca, ax, fig, etc, etc. And so many different ways to do it.

Am I alone ? Or is it a general problem ?

On Stack Overflow, I can see some people are really good. They seems to have all the Matplotlib committed to mind.

And not only that, there's Seaborn, Plotly, and other packages.

For me, nowadays, I move and more over to Seaborn. Seaborn seems easier but still a challenge. My plotting is weak and it affects my EDA.

Any advice is greatly welcome. Thanks a lot.
 

Trader11

Banned
Joined
Oct 14, 2018
Messages
15,698
Reaction score
5,233
Question on Python. How much do people remember ? I have problem with plotting using esp Matplotlib. I find it almost impossible to code something more than just a basic graph.

And there are so many options to remember. plot, subplot, gca, ax, fig, etc, etc. And so many different ways to do it.

Am I alone ? Or is it a general problem ?

On Stack Overflow, I can see some people are really good. They seems to have all the Matplotlib committed to mind.

And not only that, there's Seaborn, Plotly, and other packages.

For me, nowadays, I move and more over to Seaborn. Seaborn seems easier but still a challenge. My plotting is weak and it affects my EDA.

Any advice is greatly welcome. Thanks a lot.
Memorize the documentation..... don't believe people who say everything CNA be googled
 

GoodBetterBest

Supremacy Member
Joined
Jan 23, 2019
Messages
6,239
Reaction score
2,119
Memorize the documentation..... don't believe people who say everything CNA be googled

I don't believe in google everything.

Do SWE or DS people memorise everything ? I understand from videos that SWE memorise the algo, not sure about the chim commands. Want to know what other people do to overcome the problem.
 

Trader11

Banned
Joined
Oct 14, 2018
Messages
15,698
Reaction score
5,233
I don't believe in google everything.

Do SWE or DS people memorise everything ? I understand from videos that SWE memorise the algo, not sure about the chim commands. Want to know what other people do to overcome the problem.
Practice writing code and Lata everyday
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top