[TalkPython] Write Pythonic Code Like a Seasoned Developer

1

[TalkPython] Write Pythonic Code Like a Seasoned Developer

This course will take you on a tour of over 50 of the more popular and useful code examples demonstrating Pythonic code. In the examples, you’ll first see non-Pythonic code and then the more natural Pythonic version.
One of the special concepts in Python is the idea of writing idiomatic code that is most aligned with the language features and ideals. In Python, we call this idiomatic code Pythonic. While this idea is easy to understand, it turns out to be fairly hard to make concrete.

Topics covered include the expansive use of dictionaries, hacking Python’s memory usage via slots, using generators, comprehensions, and generator expressions, creating subsets of collections via slices (all the way to the database) and many more. Several of these are Python 3 features so you’ll have even more reason to adopt Python 3 for your next project.

What is Pythonic code and why does it matter?
One of the special concepts in Python is the idea of writing idiomatic code that is most aligned with the language features and ideals. In Python, we call this idiomatic code Pythonic. When you write Pythonic code, you are leveraging over 25 years of experience of many thousands of developers. You are writing code that is expected and tune in the CPython runtime. Most importantly perhaps, you are writing code that is easily read and understood by your follow and senior Python developers.
If you are building an open source product, it will be easier for other contributors to join in if your code is Pythonic. If you are running a software team, it will be easier to onboard Python developers new to your company.

On the flip side, if you are somewhat new to Python, you may be broadcasting this loud and clear to everyone listening: your teammates, interviewers if you’re looking for a new job, audience members if you’re giving a public presentation. This is less than ideal.

Finally, many of the over 50 tips covered in this course that are considered “Pythonic” allow you to write more readable code, more maintainable code, and more efficient code. So in some sense, you can think of this course as an effective Python course in its own right.

What topics will we cover?
This course covers over 50 concrete programming tips to write more Pythonic code. These tips are grouped into the following broad categories.

Pythonic Foundational Concepts
Dictionaries
Generators and Collections
Methods and Functions
Modules and Packages
Classes and Objects
Loops
Tuples
Python for Humans

Size: 884.16 MB

Download Free

https://training.talkpython.fm/courses/explore_pythonic_code/write-pythonic-code-like-a-seasoned-developer.

1 Comment
  1. Vivek says

    torrent not working. pl seed

Leave A Reply

Your email address will not be published.