[TalkPython] - Write Pythonic Code Like a Seasoned Developer Course

[TalkPython] - Write Pythonic Code Like a Seasoned Developer Course

Register & Get access to index
Extra Resources
Source code and course GitHub repository: github.com/mikeckennedy/write-pythonic-code-demos
XxoFWQE.png
Course Summary

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.

Source code and course GitHub repository
github.com/mikeckennedy/write-pythonic-code-demos

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 fellow 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.

Who is this course for?
The course is for beginner to intermediate Python developers looking to hone their Python programming skills and become true professionals in the Python space. It is not a "Learn Python from Scratch" course and assumes you are familiar with language constructs such as modules, functions, classes, and more.If you are looking to learn Python from scratch, please consider my Python Jumpstart by Building 10 Apps course.
Author
Jeracko55
Downloads
277
Views
1,775
First release
Last update
Rating
1.00 star(s) 2 ratings

More resources from Jeracko55

Latest updates

  1. update

    course re-uploaded

Latest reviews

Please update this course
empty folders