Published by : Baturi | Views: 30 | Category: Tutorials

Real Python - Using List Comprehensions Effectively
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 8 Lessons (13m) | Size: 29.7 MB
This short course breaks down Python list comprehensions for you step by step. See how Python's comprehensions can be transformed from and to equivalent "for"-loops so you'll know exactly what's going on behind the scenes.



Read More     
Published by : Baturi | Views: 44 | Category: Tutorials

Real Python - Splitting, Concatenating, and Joining Strings in Python
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 4 Lessons (18m) | Size: 45.9 MB
In this course you'll learn some of the most fundamental string operations: splitting, concatenating, and joining. Not only will you learn how to use these tools, but you'll walk away with a deeper understanding of how they work under the hood in Python.



Read More     
Published by : Baturi | Views: 24 | Category: Tutorials

Real Python - Reading and Writing Files in Python
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 9 Lessons (30m) | Size: 70.1 MB
In this course, you'll learn about reading and writing files in Python. You'll cover everything from what a file is made up of to which libraries can help you along that way. You'll also take a look at some basic scenarios of file usage as well as some advanced techniques.



Read More     
Published by : Baturi | Views: 36 | Category: Tutorials

Real Python - Python args and kwargs Demystified
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 6 Lessons (12m) | Size: 27.7 MB
Sometimes, when you look at a function definition in Python, you might see that it takes two strange arguments: *args and **kwargs. If you've ever wondered what these peculiar variables are, or why your IDE defines them in main(), then this course is for you! You'll learn how to use args and kwargs in Python to add more flexibility to your functions.



Read More     
Published by : Baturi | Views: 26 | Category: Tutorials

Real Python - Python String Formatting Tips & Best Practices
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 6 Lessons (16m) | Size: 27.1 MB
Learn the four main approaches to string formatting in Python, as well as their strengths and weaknesses. You'll also get a simple rule of thumb for how to pick the best general purpose string formatting approach in your own programs.



Read More     
Published by : Baturi | Views: 42 | Category: Tutorials

Real Python - Python Context Managers and the with Statement
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 6 Lessons (12m) | Size: 25.2 MB
Python's with statement is powered by a language feature called context managers. It helps you simplify some common resource management patterns by abstracting their functionality and allowing them to be factored out and reused.



Read More     
Published by : Baturi | Views: 41 | Category: Tutorials

Real Python - Python 3's f-Strings An Improved String Formatting Syntax
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 8 Lessons (22m) | Size: 52.8 MB
As of Python 3.6, f-strings are a great new way to format strings. Not only are they more readable, more concise, and less prone to error than other ways of formatting, but they are also faster! By the end of this course, you'll know how and why to start using f-strings today.



Read More     
Published by : Baturi | Views: 25 | Category: Tutorials

Real Python - Introduction to Pandas and Vincent
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 4 Lessons (15m) | Size: 36.9 MB
Get an introduction to Pandas and its two main data structures as well as how to visualize your data using Vincent once you are done munging it with Pandas.



Read More     
Published by : Baturi | Views: 25 | Category: Tutorials

Real Python - Idiomatic Python 101
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 8 Lessons (9m) | Size: 30.3 MB
Python Idioms for people coming from other languages and how to improve your idiomatic practices with Python. We will cover things to do with string concatenation, dictionary look ups, dealing with Python scripts, encoding, and for loops.



Read More     
Published by : Baturi | Views: 32 | Category: Tutorials

Real Python - Exploring the Python math Module
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 16 Lessons (1h 20m) | Size: 169.9 MB
In this course, you'll learn all about Python's math module. Mathematical calculations are an essential part of most Python development. Whether you're working on a scientific project, a financial application, or any other type of programming endeavor, you just can't escape the need for math.



Read More     
← Previous    1 ... 29 30 31 32 33 34 35 36 37 ... 45    Next →

To Page :

Recent

Searches