Tag: python
All the articles with the tag "python".
Introduction to Hugging Face Transformers
Published: at 10:30 AMA practical introduction to the Hugging Face Transformers library. Learn to use the high-level pipeline API for common NLP tasks, understand tokenizers and models, and run a basic fine-tuning workflow with the Trainer.
Processing Point Clouds with PDAL
Published: at 10:00 AMA practical introduction to PDAL (Point Data Abstraction Library) for processing LiDAR point clouds. Learn the pipeline model, run filters from the command line and JSON, and integrate PDAL with Python and NumPy.
Introduction to Django REST Framework: Building Modern APIs in Python
Published: at 10:00 AMLearn how to build powerful, production-ready REST APIs with Django REST Framework. Covers serializers, views, authentication, permissions, pagination, and best practices.