New course: Write Pythonic Code Like a Seasoned Developer

I’m thrilled to announce the second online Python course in my grand plan to create an amazing online resource for Python developers.

Write Pythonic Code Like a Seasoned Developer

You can buy the course for just $39, own it forever, and get started immediately.

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.

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.

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.

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

Ready to start learning?

Head over to training.talkpython.fm and get started today.

Have a question?

Post them in the comments below. I’d be happy to talk about it.

 

Submit a comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s