Python Crash Course or Automate the Boring Stuff: Which Should You Choose?

Python Crash Course or Automate the Boring Stuff: Which Should You Choose?

Hackachusetts

2 года назад

29,028 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@abdullahamir947
@abdullahamir947 - 19.03.2023 13:06

Thanks for the review

Ответить
@mariwana18
@mariwana18 - 27.03.2023 17:48

Thank you for the review! I'm getting the crash course to python because of this :)

Ответить
@Kicsa
@Kicsa - 03.04.2023 18:55

Good review thanks!

Ответить
@alex.laslau
@alex.laslau - 04.04.2023 12:13

Awesome! What about "Data Structures the Fun Way" by Jeremy Kubica? I was considering to get it

Ответить
@cptnbrrycrnch5194
@cptnbrrycrnch5194 - 19.04.2023 07:39

Thanks for the video. The data one is for me. Still torn between R and python but thats another subject

Ответить
@harmidis
@harmidis - 24.04.2023 20:20

Thanks!

Ответить
@naitwawickie
@naitwawickie - 29.04.2023 07:57

Good work

Ответить
@Eagel-w7d
@Eagel-w7d - 26.05.2023 14:45

thanks great advice .

Ответить
@Nordlys0
@Nordlys0 - 08.06.2023 20:15

Python Crash Course uses a bit more as it's recommended by Python's PEP-8 standard styling. It's good to learn it that way if work together with others on a project, otherwise can use Al Sweigard's style at your own wish.
Second part from Automate the Boring Stuff is based to automate stuff and tasks on our own system to make life easier when use those often etc. Is where the book title makes sense, and is why it's a bit different then in the other book. ;)
I also used both books to learn Python, including a thirth book, Think Python. Is how i started with those 3 actually..

Ответить
@kamaur01
@kamaur01 - 17.06.2023 05:45

That was helpful. Thank you

Ответить
@pandithammultilingualcompu1552
@pandithammultilingualcompu1552 - 13.11.2023 15:03

Awesome

Ответить
@nastyaburda2462
@nastyaburda2462 - 29.11.2023 08:31

God bless your soul, man! Thnx for the review ❤

Ответить
@DangerHiVolt
@DangerHiVolt - 29.11.2023 19:08

I started learning Python by taking the cs50 15 hr class. After completing that, i picked up "python crash course" that’s when i really began to know, learn, and understand python. I cant recommend "python crash crash course" enough. I also bought the book on your recommendation. Look forward to more uploads!! Thanks.

Ответить
@rashadpaige564
@rashadpaige564 - 05.12.2023 19:30

Thank you for this, I looked at both and to hear your insight is very helpful as I begin my studying

Ответить
@Fbhyt313
@Fbhyt313 - 16.12.2023 22:35

شكرا لك لبذل الجهد في تقديم هكذا ملاحضات❤

Ответить
@relojsaturno
@relojsaturno - 25.12.2023 22:42

Crush course is so boring, only have boring and dumb exercises

Ответить
@skiphoffenflaven8004
@skiphoffenflaven8004 - 05.01.2024 22:25

Working through crash course now. Great so far!!

Ответить
@KpxUrz5745
@KpxUrz5745 - 27.05.2024 11:29

Nice review comparison. Being new to Python, but having done a lot of coding in other languages, I am finding Python efficient, if only you can understand its syntax requirements. My personal style is more attuned to extreme terseness, cutting out all possible extra characters, even spaces if I can. But python requires indenting and all sorts of syntax which in my view unnecessarily bloats the code, and my brain doesn't work well that way. I find spaced out coding almost impossible to read, and it goes against my grain. For me, it is a kind of torture to plow through code that is longer than it has to be. Anyway, I began with the Crash Course book. Of course, I like all python books to grab and browse whenever I can. Finally I am starting to get some code to work. Based on this review, I think I will get the other book too, since you say you prefer its syntax usage. Maybe I will too.

Ответить
@Keengocrazy
@Keengocrazy - 29.05.2024 14:38

Thanks for making this 🤝🏾

Ответить
@stay_dilligent
@stay_dilligent - 04.07.2024 00:00

Best programming book review, thanks for the content! I have both books and just wanted to see someone else's opinion, basically exactly my feelings. Im a much bigger fan of Python Crash Course as a whole

Ответить
@DigitalLiquid
@DigitalLiquid - 29.07.2024 20:13

I just picked both of these up. I’m new in programming, only have messed with html and css.

Ответить
@daveb7999
@daveb7999 - 17.08.2024 10:46

Thank you for the comparison, I just ordered 'Python Crash Course'. I hope it will help me get a grasp on programming various ESP32 boards. I've done a little Arduino C, but rather than spending a lot of time learning a little bit of C, I think I'd rather spend that time taking on Python, and learning it well.

Ответить
@alexgeld7173
@alexgeld7173 - 13.09.2024 01:43

I’ve got both. Why not learning the Al Swaggart’s syntax style with both books projects? Then Think python.

Ответить
@poppz-11
@poppz-11 - 31.10.2024 00:29

I’m working through the book right now and it’s great so far, every concept is simple and easy to understand with lots of opportunities to practice along the way.

Ответить
@djlclopez128
@djlclopez128 - 19.11.2024 20:43

I have both and I have to say I like ATBS less. In the first half of the book he teaches you a few concepts that are being deprecated in PEP8 and newer versions of Python. Sweigarts syntax is less understandable than Matthes in PCC.

There are a few times in the examples of ATBS that Swiegart jumps around and uses code that hasn't been explained previously, so I felt like I was missing something or not understanding what he was teaching, which can be jarring.

On the other hand, Matthes in PCC takes things very slow where you can actually understand and backtrack if needed. He also has 3 clear cut project sections in the back (ATBS has projects but they aren't as clear cut.)

There are a lot of hard challenges in ATBS, and when you complete one, you feel pretty accomplished, so that is a plus for ATBS.

ATBS is geared toward people who already use computers a lot for banking, excel, word documents, taxes...maybe someone who has to do a lot of tedious, repetitive tasks like a tax prep person or a bookkeeper. It still has similar introductions like PCC for getting started but the projects work with JSON and data.

Whereas PCC is geared toward people who have never heard of programming before. It may be easier to get into with PCC.

All in all, I would say buy both - second hand would be best because it will save you a lot money (go for abebooks/ebay/amazon used) - but when you read it, read through PCC first because it's easier. Then go back and read ATBS. It will be easier to understand after PCC.

If you would prefer a class, the best class I've ever taken on Python was Tim Buchalka's Python Masterclass on Udemy. Don't pay full price (over $100) - wait for a sale (<$20) and it is perfect to work through all the same concepts and WAY more for Python.
Hope this helped! 🐍
God bless! John 14:1-7

Ответить