Курсы по Python
3
Bazele Python
Acest curs gratuit pentru începători oferă o introducere în elementele fundamentale ale Python, inclusiv sintaxa de bază, structurile de date, control...
Курс
Dezvoltarea aplicațiilor Web in Django
Acest curs gratuit Django oferă o introducere completă în unul dintre cele mai importante framework-uri pentru dezvoltarea web cu Python, acoperind co...
Курс
Testing Fundamentals with Pytest
Master Python testing with pytest. Learn test discovery, assertion rewriting, fixtures, parametrize, mocking, exception testing, markers, and coverage...
Уроки по Python
26
Behavior Driven Development (BDD) în Python
În Python, una dintre cele mai populare biblioteci pentru BDD este behave. Acest tutorial te va ghida prin pașii necesari pentru a începe cu BDD folos...
Урок
Cum putem folosi Pydantic Settings
În acest tutorial vei descoperi cum să folosești Pydantic Settings pentru a gestiona configurațiile aplicațiilor Python într-un mod simplu, sigur și s...
Урок
Manipularea fișierelor yaml utilizând Python
Acest tutorial te învață cum să manipulezi fișiere YAML utilizând Python. Vei învăța cum să încarci, să modifici și să salvezi date YAML în proiectele...
Урок
Cum folosim decoratorii în Python
În acest tutorial vei învăța ce sunt decoratorii în Python și cum îi poți folosi pentru a scrie cod mai reutilizabil, eficient și ușor de întreținut....
Урок
Cum dezvoltăm un joc de tip Battleship în Python
În acest tutorial vei învăța cum să implementezi un joc Battleship în Python, folosind biblioteca Pandas pentru a reprezenta tabla de joc sub forma un...
Урок
Cum putem face debugging în Python cu pdb
Acest tutorial prezintă o metodă simplă pentru a face debugging la codul scris în Python. În acest tutorial despre depanarea cu Python vom aborda util...
Урок
Cum poți folosi Canny Edge Detector cu OpenCV
Acest tutorial explică pas cu pas cum să implementezi și să ajustezi Canny Edge Detection în Python folosind OpenCV, oferind atât teorie, cât și exemp...
Урок
Cum să folosești decoratorii parametrizați în Python
În acest tutorial învățăm ce sunt decoratorii în Python și cum se folosesc decoratorii parametrizați in Python, cu exemple practice....
Урок
Ce este funcția map() în Python și cum o folosim
Învață să folosești funcția map din Python pentru a scrie cod mai rapid, mai curat și mai eficient. Invata de ce in unele situatii este mai eficient s...
Урок
How to use Canny Edge detector with Python OpenCV
This tutorial provides a step-by-step explanation of how to implement and adjust Canny Edge Detection in Python using OpenCV, offering both theoretica...
Урок
What are Abstract Base Classes (ABC) in Python?
This tutorial covers the abstract base classes (ABC) in Python and it includes code examples that you can execute directly into a cloud sandbox. Enhan...
Урок
What is map() function in Python and how it's used
Learn how to use Python’s map() function to write faster, cleaner, and more efficient code...
Урок
What is the practical difference between shallow copy and deep copy in Python
This tutorial explores the crucial difference between Python shallow copy vs deep copy with clear code examples. Understand when to use copy() vs deep...
Урок
What is Memoization in Python and how to use it correctly
Learn advanced memoization techniques in Python with practical, real-world examples. This tutorial explains how to cache expensive computations, desig...
Урок
Python argparse Tutorial: Build a Command-Line Log Analyser
Learn Python argument parsing with argparse by building a web server log analysis CLI from the ground up. This tutorial covers positional and optional...
Урок
How to Handle Temporary Files Safely in Python
Python temporary files tutorial: covers TemporaryFile, NamedTemporaryFile, TemporaryDirectory, SpooledTemporaryFile, and mkstemp with runnable code ex...
Урок
Python Exception Handling Tutorial: Production Pipeline Patterns
Python exception handling patterns for production: custom exceptions, chaining, finally, contextlib.suppress, contextlib.contextmanager, and correct l...
Урок
Python namedtuple Tutorial: Readable, Structured Records
Python namedtuple tutorial: named fields, immutable records, type annotations, default values, _asdict for JSON, and a practical dataclasses compariso...
Урок
Validating Untrusted Data at the Boundary with Python Cerberus
This tutorial covers data validation with Python Cerberus by building an e-commerce order ingestion service, progressing through schema definition, ty...
Урок
Building a Type-Safe Trade Data Library with Python's typing Module
Python typing module: Optional, Union, TypeVar, Protocol for structural interfaces, and TypedDict — adding static type safety to a financial data libr...
Урок
Concurrent I/O with Python's asyncio and async/await
Python asyncio for concurrent I/O: async/await, asyncio.gather, asyncio.create_task, asyncio.timeout for deadlines, and aiofiles for non-blocking disk...
Урок
Building a Sensor Data Pipeline with Python's pathlib
Python pathlib: Path construction with / operator, glob() and rglob() for file discovery, read_text()/write_text(), mkdir(), and stat() — replacing os...
Урок
Instrumenting a Financial Transaction Pipeline with Python's logging Module
Python logging: logger hierarchy, multiple handlers, LoggerAdapter for per-transaction context, and custom JSON formatters — a financial pipeline case...
Урок
Modeling an Order Management System with Python Dataclasses
Python dataclasses: @dataclass, field() with default_factory, __post_init__ for validation, frozen=True for immutability, order=True, and dataclasses....
Урок
Guaranteed Cleanup: Resource Management with Python Context Managers
Python context managers: __enter__/__exit__ protocol, @contextmanager decorator, contextlib.suppress, and ExitStack for dynamic resource sets....
Урок
Excepțiile în Python: Ce sunt și cum le folosim
Acest tutorial explică conceptul de excepții în Python, oferind o înțelegere teoretică și practică despre cum să le gestionăm, să le personalizăm și s...
Экзамены по Python
2
Examen Bazele Python
Examenul bazele Python evaluează cunoștințele fundamentale în limbajul Python. Cu ajutorul acestui examen Python vă puteți verifica cunoștințele curen...
Экзамен
Intermediate Python Developer Knowledge Assessment
This exam aims to evaluate your knowledge of intermediate Python concepts, including Python data structures, functions, generators, and Python best pr...
Тесты знаний по Python
3
Tipuri de date Python
Acest simplu test are ca scop verificarea cunoștințelor ale tipurilor de date în Python....
Тест
Python OOP
Acest test evaluează cunoștințele despre conceptele fundamentale de Programare Orientată pe Obiecte (OOP) în Python, inclusiv moștenirea, polimorfismu...
Тест
Quiz Django: Noțiuni de bază pentru începători
Acest test acoperă conceptele de bază din Django, de la structura unui proiect până la modele, autentificare și routing. Dacă ești la început sau vrei...