Real Python
@realpython.com
2K followers
15 following
2.7K posts
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 1M+ Pythonistas at http://realpython.com
Posts
Media
Videos
Starter Packs
Real Python
@realpython.com
· 13h
Duck Typing in Python: Writing Flexible and Decoupled Code
In this tutorial, you'll learn about duck typing in Python. It's a typing system based on objects' behaviors rather than on inheritance. By taking advantage of duck typing, you can create flexible and decoupled sets of Python classes that you can use t...
realpython.com
Real Python
@realpython.com
· 20h
Visualizing Data in Python With Seaborn
In this tutorial, you'll learn how to use the Python seaborn library to produce statistical data analysis plots to allow you to better visualize your data. You'll learn how to use both its traditional classic interface and more modern objects interface:
realpython.com