Todas as 40 palavras restritas do Python [Lista Gratuita]

Want to learn more about our Complete Python Course? Click the link below to secure your spot in the next class: https://lp.hashtagtreinamentos.com/es... TO DOWNLOAD THE BASIC PYTHON MINICOURSE: https://pages.hashtagtreinamentos.com... ----------------------------------------------------------------------- ► Files Used Video: https://pages.hashtagtreinamentos.com... ----------------------------------------------------------------------- If you prefer the video in text format: https://www.hashtagtreinamentos.com/p... ----------------------------------------------------------------------- TO HIRE HASHTAG FOR YOUR COMPANY: https://www.hashtagtreinamentos.com/t... ----------------------------------------------------------------------- Have you ever heard of Python's restricted words? Do you know why they're called that and why they're restricted? In this lesson, I'll show you 40 restricted Python words and what each of them does within Python, and what their purpose is! You may have noticed that there are a lot of words, but they are restricted words because they are Python functions or tools. In other words, Python has already assigned them a name so you can use them. For this reason, they are restricted, and you won't be able to create a variable with these words. In addition, we also have Python operators and native Python functions, which are also restricted. In short, the idea is that you use these words only when necessary and not to create variables with these names! ----------------------------------------------------------------------- Hashtag Programming ► Subscribe to our channel: http://bit.ly/3c0LJQi ► Turn on notifications (click the bell)! ► Like our video! ----------------------------------------------------------------------- Social Media ► Blog: https://bit.ly/2MRUZs0 ► YouTube: http://bit.ly/3c0LJQi ► Instagram: https://bit.ly/3o6dw42 ► Facebook: http://bit.ly/3qGtaF2 Here in the videos on the Hashtag Programação channel, we teach several Python tips so you can develop in this programming language and create your own projects and automations! ----------------------------------------------------------------------- Class Content 00:00 Introduction 00:35 False 00:56 True 01:22 None 02:43 If (handle conditions) 03:28 Not (operator) 04:55 In (check item within a list) 05:18 And (two conditions at the same time) 06:32 Or (one of the two things happened) 07:05 Else (otherwise) 07:58 Elif (Else + If) 09:19 Is (check if an item is another item) 12:16 Match, Case, and _ (replace multiple Ifs) 14:24 For (repetition structure) 15:32 _ (underscore) 17:06 Continue 20:11 Break 23:39 Import library) 24:20 As (alias for the library) 25:42 From (import a function from the library) 26:31 Def (define a function) 26:58 Return (return the value of a function) 27:40 Pass 29:07 Global (global variable) 32:40 Nonlocal 35:05 Raise (raise an error) 37:40 Assert (check) 38:20 Lambda (lambda functions) 40:40 Python native functions and operators 41:30 Del (delete) 42:16 Try (attempt to execute an activity) 44:10 Except 44:57 Finally 45:35 With (open files) 47:45 Yield (create a generator) 49:10 Async and Await (asynchronous processes) 50:38 Class (create a class) in Python) 51:20 Python Operators and Native Python Functions 52:05 Conclusion #python #hashtagprogramming