Opens profile photo
Follow
Real Python
@realpython
Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 3,000,000 Monthly Readers at realpython.com
Educationrealpython.comJoined August 2012

Real Python’s Tweets

🐍📰 Python Classes: The Power of Object-Oriented Programming In this tutorial, you'll learn to create and use full-featured classes in your Python code. Classes provide a great way to solve complex problems representing real-world objects #python
24
🐍📺 Starting With Linear Regression in Python [Video] This video course will get you started with linear regression in Python. Linear regression is one of the fundamental statistical and machine learning techniques, and #python is a popular choice there
31
Not everything is edge-of-your-seat exciting, but it doesn’t mean it’s not important If there were Python pub quizzes, this would be the sort of question that would win you the evening… From an article I wrote for earlier this year
Quote Tweet
🐍⚙️ .__repr__() vs .__str__() in Python .__repr__() provides the official string representation of an object, aimed at the programmer. .__str__() provides the informal string representation of an object, aimed at the user.
Show this thread
Image
18
🐍📰 Python News: What's New From March 2023 March was a busy month for the Python community: release of Python 3.12.0a6, Django Developers Survey results, exciting developments in AI-powered programming, and important events like PyCascades 2023. #python
28
🐍📰 A Beginner’s Guide to the Python time Module In this tutorial, you'll learn how to use the Python time module to represent dates and times in your application, manage code execution, and measure performance. #python
1
86
🐍📺 Python any(): Powered Up Boolean Function [Video] This video course will teach you all about how to use any() in Python to simplify complex conditionals by determining if at least one in a series of conditions is true #python
1
25
🐍📰 Python 3.12 Preview: Ever Better Error Messages Python 3.12 will be released in October 2023. In this tutorial, you'll preview one of its upcoming features: even more precise error messages that'll help you debug your code more efficiently. #python
20