Перейти к основному содержимому
Категория
Технологии

Учебники по Python

Будьте в курсе последних новостей, техник и ресурсов по программированию на Python. В наших учебниках — подробные практические разборы и кейсы, которые помогут вам повысить квалификацию.
Другие технологии:
GroupОбучение двух или более человек?Попробуйте DataCamp for Business

Python Boxplots: A Comprehensive Guide for Beginners

Create stunning boxplots in Python! This comprehensive beginner’s tutorial covers Matplotlib and Seaborn, helping you visualize and compare data distributions.

Austin Chia

17 июля 2024 г.

Python: Remove Duplicates From A List (Five Solutions)

To remove duplicates from a Python list while preserving order, create a dictionary from the list and then extract its keys as a new list: list(dict.fromkeys(my_list)).
Stephen Gruppetta's photo

Stephen Gruppetta

16 июля 2024 г.

Building User Interfaces For AI Applications with Gradio in Python

Learn how to convert technical models into interactive user interfaces with Gradio in Python.
Bex Tuychiev's photo

Bex Tuychiev

15 июля 2024 г.

How to Upgrade Python and Pip in Windows, MacOS, and Linux

Read our step-by-step instructions for how to upgrade Pip and Python on Windows, macOS, and Linux. Keep your environment up-to-date and compatible.
Samuel Shaibu's photo

Samuel Shaibu

23 декабря 2025 г.

What is Terraform? Get Started With Infrastructure as Code

Read our step-by-step beginner's guide to using Terraform, and learn how to efficiently automate and manage your Azure, AWS, and Google Cloud infrastructure.
Marie Fayard's photo

Marie Fayard

12 июля 2024 г.

How to Use the Python pass Statement

Learn to use the Python pass statement in loops, functions, and classes. Understand the pass statement's importance in code execution and readability.
Allan Ouko's photo

Allan Ouko

11 июля 2024 г.

Python yield Keyword: What Is It and How to Use It?

The yield keyword in Python turns a regular function into a generator, which produces a sequence of values on demand instead of computing them all at once.
Stephen Gruppetta's photo

Stephen Gruppetta

10 июля 2024 г.

NumPy 2.0 Release: Key Changes and Migration

Find out all the new features and changes made in the NumPy 2.0 update.
Austin Chia's photo

Austin Chia

8 июля 2024 г.

How to Write Memory-Efficient Classes in Python

Learn about memory management in Python with advanced techniques for coding memory-efficient classes. Explore practical exercises for optimal performance.
Arunn Thevapalan's photo

Arunn Thevapalan

4 июля 2024 г.

How to Fix builtin_function_or_method' object is not subscriptable

To fix the "'builtin_function_or_method' object is not subscriptable" error, ensure you are calling the function or method with parentheses () instead of square brackets [].
Stephen Gruppetta's photo

Stephen Gruppetta

1 июля 2024 г.