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. 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. 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. 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. 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. 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. 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. 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. MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English | Duration: 5 Lessons (9m) | Size: 17.5 MB Integers are whole numbers. In other words, they have no fractional component. Two data types you can use to store an integer in Python are int and str. These types offer flexibility for working with integers in different circumstances. In this course, you'll learn how you can convert a Python string to an int. You'll also learn how to convert an int to a string. Duration: 1h 23m | Video: 1920x1080 30 fps | Audio: AAC, 44.1 kHz, 2ch | Size: 3.96 GB Genre: eLearning | Language: English Learn how to be confident while conducting Scrum. Whether you are a novice, an expert, or simply someone who wants the answer to the question-what is Sprint Retrospective?-this is definitely the class for you. Sprint Retrospective is a method for boosting your team's efficiency. |