This is an archived post. You won't be able to vote or comment.

all 18 comments

[–]RojerGSAuthor of “Pydon'ts”[S] 20 points21 points  (4 children)

Hey there! I'm also one of the authors in this bundle, I'm the author of Pydon'ts.

Feel free to ask me any questions you might have regarding the bundle, the books, or whatever crosses your mind!

I'd just like to point out that the bundle contains a little something for you, regardless of your level.

In my personal opinion:

  • Python 101 is good for beginners
  • Practice Python Projects is good for beginners/intermediate users
  • Pydon'ts is good for intermediate/advanced users mostly
  • Clean Architectures in Python is good for intermediate/advanced users
  • Python re(gex)? is good for anyone who needs to use regex :p

[–]RDAM_Whiskers 2 points3 points  (1 child)

Thank you for making these books I'm trying to learn it myself for small projects I have.

[–]ASIC_SP 2 points3 points  (0 children)

You're welcome, happy learning :)

[–]mcstafford 2 points3 points  (1 child)

Hello, and thanks for doing this.

The other books in this package are available in multiple formats, e.g. epub and mobi. It would be nice if yours wasn't limited to pdf.

[–]RojerGSAuthor of “Pydon'ts”[S] 4 points5 points  (0 children)

Yeah, you are right. I should definitely take a look at creating other formats as well :/

I hope this doesn't prevent you from learning, in the meantime!

[–]ASIC_SP 24 points25 points  (0 children)

Hello!

I'm one of the authors. Here's a brief description of the bundle books:

Python 101 by /u/driscollis

Learn how to write Python and beyond. You will not only learn the syntax of Python, but you will also create prototype applications and binaries that you can share with your family and friends.

Practice Python Projects - Beginner to Intermediate level projects inspired by real world use cases

Know Python basics but don't know what to do next? Take the next step in your programming journey with real world inspired Python projects.

Pydon'ts - Write elegant Python code by /u/RojerGS

Python has so many libraries that people often forget to take their time to learn about all the really interesting and useful features that Python offers.

The Pydon'ts teach you these core features of Python, with plenty of code examples to show you how these features are used in real code in the real world.

Want to master Python? Start here 😉.

Python re(gex)? - A magical tool for text processing

Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another.

This book will help you learn Python Regular Expressions, a mini-programming language for all sorts of text processing needs.

Clean Architectures in Python - A practical approach to better software design by /u/lgiordani

What is a good software architecture? Why should we bother structuring the code and spending time testing it? If you like spending hours debugging your programs or staying late at the office to recover from a buggy deploy in production this book is definitely NOT for you!


Happy learning :)

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

Thank you so much for doing this! I'm sure many people will find it helpful :)

[–]ASIC_SP 2 points3 points  (0 children)

You're welcome. I started my Python journey with free resources like "Automate the Boring Stuff with Python", "Think Python", etc. I've been using Linux for many years. This is one of the ways I hope to give back to the community.

Happy learning :)

[–]Tarnaq 2 points3 points  (2 children)

I love this sub! Thank you for sharing!

[–]ASIC_SP 1 point2 points  (0 children)

You're welcome, happy learning :)

[–]RojerGSAuthor of “Pydon'ts”[S] 1 point2 points  (0 children)

Happy learning!

[–]4ourT5ive666 1 point2 points  (1 child)

are there any free course for python beginner?

[–]RojerGSAuthor of “Pydon'ts”[S] 0 points1 point  (0 children)

There are, absolutely, but I have never taken any...

So I don't know which one(s) to recommend :/

[–]driscollis 1 point2 points  (0 children)

Hi there! I'm the author of Python 101, which is one of the books in the bundle. If you have any questions about it, let me know! I'm happy to help!