Part 2: open, sort, copy, datetime etc. library & builtin functions in Python in Hindi

Part 2: open, sort, copy, datetime etc. library & builtin functions in Python in Hindi

🎙 Artificial Intelligence by SIS 👥 7K 📅 April 26, 2026 ⏱ 46 min 👁 1K 📄 tutorial 🧭 2026-08-16
Available in: English (current) Français

Keywords

opensortsortedcopydatetime

Summary

This video is the second part of a tutorial series on Python library and built-in functions, presented in Hindi. The instructor covers several important functions used in data science and AI, including open, sort, sorted, copy, deepcopy, datetime, and iteration protocols. The video begins with the open function, explaining file modes (read, write, append) and how to handle file paths with raw strings. It demonstrates reading files line by line, converting file content to different data structures, and using the join function. The tutorial then explains the difference between sort and sorted, emphasizing that sort modifies the original list and returns None, while sorted returns a new list. It also covers the reverse function and the use of the star operator for unpacking in function calls. The video introduces the iteration protocol with iter and next functions, showing how to iterate over lists and files. It also explains the copy and deepcopy functions, highlighting the difference in handling nested objects. Finally, it touches on time-related modules, showing how to get current time and manipulate time values. The tutorial is practical, with code examples that viewers can run, and the source code is provided in the description.

196 words

Critical Evaluation

Value of the Information & Strength of the Argument

The video provides valuable information for Python learners, especially those interested in data science and AI. The explanations are clear and accompanied by practical examples. The argumentation is solid, as the instructor demonstrates each function with code and explains the underlying concepts. However, some explanations are slightly inaccurate, such as the claim that sort and sorted always sort in ascending order by default, which is true but could be more nuanced. The video also lacks references to official documentation, which would enhance its credibility.

Scientific Rigor, Source Quality, Title Accuracy

The scientific rigor is moderate. The content is accurate overall, but there are minor inaccuracies and a lack of citations to authoritative sources. The only source provided is a Google Drive link to the source code, which is useful for practice but not a formal reference. The title accurately reflects the content, covering the mentioned functions. The video does not include any comments, so no analysis of public feedback is possible.

170 words

Title / Content Match

The title accurately reflects the content, which covers open, sort, copy, datetime, and other built-in functions.

Quality & Reliability

7/10

The tutorial is clear and accurate, with practical examples. However, it lacks citations to official documentation and contains minor inaccuracies in explanations (e.g., sort vs sorted behavior).

Key Moments

Cited Sources

Concurring Sources

Dissenting Sources

Contribution & Novelties

The video offers a practical tutorial on essential Python built-in functions, with examples relevant to data science and AI. It clarifies the differences between similar functions like sort and sorted, and copy and deepcopy, which are common sources of confusion. The tutorial is accessible for beginners and provides hands-on code that viewers can run.

Pour aller plus loin :

97 words

Radar Profile

The radar profile shows a balanced tutorial with high scores in information quantity and quality, moderate technical depth, and good reliability. The video is suitable for beginners and provides practical knowledge.

Reliability 7/10