Real Python (@realpython) 's Twitter Profile
Real Python

@realpython

Online #Python Training & Expert Community: Tutorials, Video Courses, Books, Quizzes...and More! Join 3,000,000 Monthly Readers at realpython.com

ID: 745911914

linkhttp://realpython.com calendar_today08-08-2012 20:44:42

72,72K Tweet

248,248K Followers

167 Following

TestDriven.io (@testdrivenio) 's Twitter Profile Photo

Python tip: "itertools.cycle" repeatedly iterates over the elements of an iterable. It's useful when you need to loop through a sequence an indefinite number of times. Example 👇

Python tip:

"itertools.cycle" repeatedly iterates over the elements of an iterable. 
It's useful when you need to loop through a sequence an indefinite number of times.

Example 👇
Real Python (@realpython) 's Twitter Profile Photo

🐍📰 CRUD operations are fundamental to application functionality, whether accessing a database or interacting with a REST API. This tutorial will explore how CRUD operations work in practice. #python realpython.com/crud-operation…

Real Python (@realpython) 's Twitter Profile Photo

🐍📰 4 Techniques for Testing Python Command-Line (CLI) Apps In this article, you'll learn 4 essential testing techniques for Python CLI applications: "lo-fi" print debugging, using a visual debugger, unit testing, and integration testing. #python realpython.com/python-cli-tes…

Real Python (@realpython) 's Twitter Profile Photo

🐍❓ Python Lists and Tuples Quiz — Test your understanding of Python lists and tuples. #python realpython.com/quizzes/python…

Real Python (@realpython) 's Twitter Profile Photo

Do you have a great technical article, event, or project to share with the world? Submit it to PyCoder's Weekly for a chance to be featured in the weekly newsletter 📩 pycoders.com/submissions pycoders.com/submissions

Real Python (@realpython) 's Twitter Profile Photo

🐍📺 Handling character encodings and numbering systems can at times seem painful and complicated, but this guide is here to help with easy-to-follow Python examples #python realpython.com/courses/python…

Real Python (@realpython) 's Twitter Profile Photo

🐍🎧 The Real Python Podcast — Python Doesn't Round Numbers the Way You Might Think realpython.com/podcasts/rpp/2…

Real Python (@realpython) 's Twitter Profile Photo

🐍📰 Python Inner Functions—What Are They Good For? In this article we take a look at three common reasons for using inner functions in Python. #python realpython.com/inner-function…

Real Python (@realpython) 's Twitter Profile Photo

🐍📰 In this tutorial, you'll learn about the different tools that Python provides for performing string interpolation. String interpolation allows you to create new strings by inserting different objects into a string template #python realpython.com/python-string-…