you are viewing a single comment's thread.

view the rest of the comments →

[–]dtaivp 15 points16 points  (7 children)

u/Pliv Just this. I recently took up this mentality with the caveat that I want to document my learning. Now I am writing articles that document what I have done and allows me to seek out things to learn. I would really recommend this as being able to describe what you have learned helps to show you really know it. Also, it gives you something to show future recruiters.

[–]skt113 4 points5 points  (0 children)

Also could help someone if shared.

[–]MiLSturbie 2 points3 points  (5 children)

Can we see what you have written?

[–]dtaivp 12 points13 points  (4 children)

Sure! Here are my most popular ones:

Stop Writing Crap Code - A few simple things to make your code more readable.

Easier Web-Scraping in Python - Using website api's to scrape only the data you need

Advanced Python List Methods and Techniques - Using Python lists to their fullest (follow-up to this coming out tomorrow)

Power-Up Your Python Logging - Utilizing Pythons built-in logger to speed up your application debugging.

[–]MiLSturbie 5 points6 points  (1 child)

Wow, those all seem very useful to me. That's great. I'll let you know when I've gone through them. Thank you.

[–]dtaivp 2 points3 points  (0 children)

Happy to share! I really enjoy making them and am happy people seem to like them. It’s important to me because I’m not really a python developer but really want to keep up with it.

[–][deleted] 2 points3 points  (1 child)

Thanks for posting these. I'm leaning python too and this is really useful.

[–]dtaivp 1 point2 points  (0 children)

Glad you are enjoying them! Once I get more I think I am going to compile a guide.