python-discord / meta

Issue tracker for suggestions and other questions relating to our community
https://pythondiscord.com
31 stars 5 forks source link

Learn By Example #160

Closed b0nes1 closed 2 years ago

b0nes1 commented 2 years ago

Resource type

Book

Where can the resource be found?

https://www.learnbyexample.org/python/

What sort of content is in the resource? What areas of Python does it cover?

https://www.learnbyexample.org/ is an online reading resource intended for beginners, which tackles many python concepts in simple and easy to follow sections. The resource is not a comprehensive deep dive into each topic, but merely an easy to understand introduction to them. Notable subjects covered are:

As opposed to `Automate the Boring Stuff with Python which can be very dense with code and exercises, Learn by Example provides concise information often followed by examples and illustrations. The text frequently features links to other parts of the guide so that you can easily backtrack in case you get lost in an explanation to something you haven't learnt yet.

Please give any additional information about the resource you think is worth including

The resource is free and features a section about SQL, which may also be something to consider.

Preocts commented 2 years ago

Bare except examples and no mention of context-managers for file I/O makes a rooCry.

Beyond those two mild nits, this is quite easy to read and navigate. For quick reference, I'd happily refer someone to this site. Where Automate the Boring Stuff gives the reader a path to follow, this resource slides in nicely as reference.

Akarys42 commented 2 years ago

I'll disagree with @Preocts on navigation. The full screen ads and having them pop right in the middle of the page really hurts the navigability of the website.

I haven't looked too much at the content, but from what I could see it seemed very barebone.

Preocts commented 2 years ago

@Akarys42 I was defeated by my own browser preferences and Malwarebytes doing its thing. I have to agree, those ads are very obtrusive. 👎🏽

Shame too, without them the layout is really nice.

b0nes1 commented 2 years ago

I didn't see the ads either. I'm going to close this based on the fact that it truly is awful with all of the ads in your face