Real Python - How to Write Pythonic Loops

"softddl.org"
29-08-2021, 07:26
Rating:
0
0 vote


  • Real Python - How to Write Pythonic Loops
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 16.9 MB | Duration: 6 Lessons | 9m
    One of the easiest ways to spot a developer who has a background in C-style languages and only recently picked up Python is to look at how they loop through a list. In this course, you'll learn how to take a C-style (Java, PHP, C, C++) loop and turn it into the sort of loop a Python developer would write.



Real Python - How to Write Pythonic Loops
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 16.9 MB | Duration: 6 Lessons | 9m
One of the easiest ways to spot a developer who has a background in C-style languages and only recently picked up Python is to look at how they loop through a list. In this course, you'll learn how to take a C-style (Java, PHP, C, C++) loop and turn it into the sort of loop a Python developer would write.


You can use these techniques to refactor your existing Python for loops and while loops in order to make them easier to read and more maintainable. You'll learn how to use Python's range(), xrange(), and enumerate() built-ins to refactor your loops and how to avoid having to keep track of loop indexes manually.
The main takeaways in this tutorial are that:
Writing C-style loops in Python is considered not Pythonic. Avoid managing loop indexes and stop conditions manually if possible.
Python's for loops are really "for each" loops that can iterate over items from a container or sequence directly.

Homepage
https://realpython.com/courses/how-to-write-pythonic-loops/


Buy Premium From My Links To Get Resumable Support,Max Speed & Support Me


Links are Interchangeable - No Password - Single Extraction
 
Comments
The minimum comment length is 50 characters. comments are moderated
There are no comments yet. You can be the first!
Download free » Tutorials » Real Python - How to Write Pythonic Loops
Copyright holders