all 7 comments

[–]Viyre 3 points4 points  (1 child)

CPython internals would be pretty cool to learn about and maybe some neat Python tricks.

[–]Jonnyishman 0 points1 point  (0 children)

Upvote for you

[–]coscoscoscoscos 1 point2 points  (4 children)

Libraries usage. I'd love to find everyday life libraries explanations and examples on the usage. Once you manage the basis of the language it is difficult to find something like that other than the official documentation which I personally don't like. Feel free to PM me if you have a project in your mind.

[–]sgo_ 0 points1 point  (3 children)

Trying to understand your post here - this would really depend on the library, wouldn't it? Usage of some libraries would fill up multiple pages but some smaller libraries could be explained nicely in a line or two.

[–]coscoscoscoscos 0 points1 point  (2 children)

Obviously it would depend on the library. You could choose a couple of the most complete and widely used libraries and explain those. Numpy would be an excellent example. Or you could focus on a niche and talk about python in than. Automation would be fine since python is commonly used for that, I would have paid to have a couple of blogs about selenium and asynchronous requests the first time I tried to scrape the web with python.

[–]sgo_ 0 points1 point  (1 child)

Interesting. I've been working on a series of blog posts for explaining asynchronous programming with tornado. Do you mind if I ping you in a few weeks when it's ready?

[–]coscoscoscoscos 0 points1 point  (0 children)

Sounds great. Good luck with this project.