Tagged articles
5000 articles
Page 35 of 50
Code DAO
Code DAO
May 17, 2022 · Fundamentals

Eight Python Libraries for Mesh, Point Cloud, and Data Visualization – Part 1

This article introduces eight Python libraries—Open3D, Trimesh, PyVista, Vedo, Pyrender, PlotOptiX, Polyscope, and Simple‑3dviz—detailing their installation, core APIs, and step‑by‑step code examples for visualizing meshes, point clouds, and multidimensional data.

3d-visualizationPythonmesh
0 likes · 41 min read
Eight Python Libraries for Mesh, Point Cloud, and Data Visualization – Part 1
Code DAO
Code DAO
May 16, 2022 · Artificial Intelligence

How to Build a Simple Neural Network from Scratch with NumPy

This article walks through implementing a basic multi‑layer neural network using only NumPy, covering terminology, network architecture, forward and backward propagation, activation functions, loss calculation, parameter updates with SGD, and compares the custom model with a Keras implementation.

BackpropagationNeural NetworkNumPy
0 likes · 17 min read
How to Build a Simple Neural Network from Scratch with NumPy
MaGe Linux Operations
MaGe Linux Operations
May 15, 2022 · Backend Development

Top 37 Python Web Frameworks: Features, Pros & Cons Explained

After two weeks of research, this guide presents a ranked list of 37 Python web frameworks—detailing their official sites, strengths, weaknesses, and visual overviews—to help developers choose the most supported and suitable framework for their projects.

Backend DevelopmentDjangoFastAPI
0 likes · 27 min read
Top 37 Python Web Frameworks: Features, Pros & Cons Explained
Programmer DD
Programmer DD
May 15, 2022 · Backend Development

How to Automate Gym Reservations with Selenium: A Google Engineer’s Design Doc

This article explains how a Google engineer designed and implemented an automated system using Python and Selenium to book gym slots two days in advance, detailing problem definition, requirements, architecture, code snippets, and operational workflow for reliable, headless execution on macOS.

PythonSchedulingSelenium
0 likes · 11 min read
How to Automate Gym Reservations with Selenium: A Google Engineer’s Design Doc
MaGe Linux Operations
MaGe Linux Operations
May 12, 2022 · Backend Development

7 Fun Python Projects You Can Build in Minutes

This article shares seven practical Python scripts—ranging from a 30‑line Zhihu image scraper and chatbot conversation loop to poetry author classification, lottery number generation, automatic apology letter creation, screen‑capture automation, and GIF assembly—demonstrating how to avoid reinventing the wheel while learning useful automation techniques.

ChatbotLottery GeneratorPoetry Classification
0 likes · 8 min read
7 Fun Python Projects You Can Build in Minutes
Python Programming Learning Circle
Python Programming Learning Circle
May 12, 2022 · Frontend Development

Introducing PyScript: Run Python Directly in the Browser

PyScript, a new framework from Anaconda, enables developers to embed and run Python code directly in standard HTML pages, offering first‑class Python support in the browser, seamless integration with JavaScript, package management, and UI components, all built on the Pyodide WebAssembly engine.

Frontend DevelopmentPyScriptPython
0 likes · 4 min read
Introducing PyScript: Run Python Directly in the Browser
MaGe Linux Operations
MaGe Linux Operations
May 11, 2022 · Fundamentals

10 Essential pip Tricks Every Python Developer Should Know

This guide presents ten practical pip tips for Python developers, covering installation, upgrades, package installation, batch requirements, uninstallation, dependency freezing, information lookup, upgrade checks, compatibility verification, and local downloading, each illustrated with clear commands and examples.

PythonTutorialpackage management
0 likes · 10 min read
10 Essential pip Tricks Every Python Developer Should Know
Python Programming Learning Circle
Python Programming Learning Circle
May 11, 2022 · Frontend Development

Comprehensive Guide to Configuring Chrome DevTools for Python Web Scraping

This article provides a detailed walkthrough of Chrome DevTools configuration and usage—including global settings, shortcuts, element inspection, network throttling, and code extraction—to help Python developers efficiently collect web data, with step‑by‑step instructions, screenshots, and code snippets.

Chrome DevToolsDebuggingFrontend
0 likes · 9 min read
Comprehensive Guide to Configuring Chrome DevTools for Python Web Scraping
Architecture Digest
Architecture Digest
May 6, 2022 · Fundamentals

Understanding Port Listening with Python Socket Examples

This article uses a conversational story to explain what it means to listen on a network port, covering TCP vs UDP, binding to specific IPs, reuse‑port options, IPv4 and IPv6 differences, and demonstrates the concepts with multiple Python socket code snippets.

IPv4IPv6Python
0 likes · 13 min read
Understanding Port Listening with Python Socket Examples
MaGe Linux Operations
MaGe Linux Operations
May 5, 2022 · Fundamentals

Master Python’s with Statement: Simplify Resource Management

This article explains the purpose and mechanics of Python's with statement, showing how it leverages context managers to replace verbose try‑finally blocks, and demonstrates both class‑based and decorator‑based implementations with clear code examples.

Code ExampleDecoratorPython
0 likes · 6 min read
Master Python’s with Statement: Simplify Resource Management
Code DAO
Code DAO
May 5, 2022 · Artificial Intelligence

Optimizing Machine Learning Models for Edge Devices with TensorFlow Lite

This article explains how to convert a TensorFlow image‑classification model to TensorFlow Lite, apply different quantization techniques, benchmark the resulting models on a Raspberry Pi 4, and compare latency, size, and accuracy to demonstrate the trade‑offs of edge AI deployment.

Edge AIEfficientNetModel Quantization
0 likes · 16 min read
Optimizing Machine Learning Models for Edge Devices with TensorFlow Lite
Python Programming Learning Circle
Python Programming Learning Circle
May 4, 2022 · Fundamentals

Comprehensive Guide to NumPy Array Operations and Functions

This article provides a detailed tutorial on NumPy array manipulation in Python, covering iteration with np.nditer, reshaping, flattening, transposition, axis swapping, broadcasting, stacking, concatenation, splitting, resizing, appending, inserting, deleting, unique element extraction, string utilities, arithmetic, statistical analysis, sorting, searching, and file I/O, each illustrated with concise code examples.

Data ProcessingNumPyPython
0 likes · 21 min read
Comprehensive Guide to NumPy Array Operations and Functions
Python Crawling & Data Mining
Python Crawling & Data Mining
May 2, 2022 · Backend Development

Master Python ctypes: Call Windows DLLs and APIs with Ease

This comprehensive guide explains how Python can interface with C dynamic libraries using ctypes, covering installation, data types, pointer manipulation, buffer creation, DLL loading methods, Windows API calls, and advanced techniques such as structures, unions, arrays, and process control.

BackendC integrationPython
0 likes · 16 min read
Master Python ctypes: Call Windows DLLs and APIs with Ease
Python Programming Learning Circle
Python Programming Learning Circle
Apr 30, 2022 · Fundamentals

10 Essential Python Tips to Write Better Code

This article presents ten practical Python techniques—including link operators, large number formatting, inline conditionals, list comprehensions, f‑strings, enumerate, argument unpacking, multiple return values, one‑liners, and commenting—to help developers write cleaner, more efficient, and more readable code.

Code OptimizationPythonprogramming tips
0 likes · 7 min read
10 Essential Python Tips to Write Better Code
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2022 · Fundamentals

Discover 5 Hidden Python Modules That Can Supercharge Your Code

This article introduces five lesser‑known Python standard‑library modules—difflib, sched, binascii, tty, and weakref—explaining their key functions, typical use cases, and providing concise code examples so developers can quickly incorporate these powerful tools into their projects.

PythonStandard Librarybinascii
0 likes · 9 min read
Discover 5 Hidden Python Modules That Can Supercharge Your Code
Python Programming Learning Circle
Python Programming Learning Circle
Apr 26, 2022 · Artificial Intelligence

Python Script for Adding Face Masks to CelebA Images Using the face_recognition Library

This article demonstrates how to use Python, the face_recognition library, and OpenCV/Pillow to automatically detect facial landmarks in CelebA images, generate and align mask overlays, and save both masked and binary mask versions for computer‑vision research and dataset augmentation.

Pythoncomputer visionface_recognition
0 likes · 11 min read
Python Script for Adding Face Masks to CelebA Images Using the face_recognition Library
Code DAO
Code DAO
Apr 26, 2022 · Artificial Intelligence

Building an Open-Source ML Pipeline – Part 1: Data Ingestion & Storage

This article walks through building the first stage of an open‑source MLOps pipeline—data ingestion and storage—by outlining requirements, selecting tools such as Argo Workflows, Minio and Great Expectations, showing how to set up a minikube cluster, and providing Python scripts and an Argo CronWorkflow to extract, transform, and load OpenAQ air‑quality data into Minio.

Argo WorkflowsMLOpsMinio
0 likes · 10 min read
Building an Open-Source ML Pipeline – Part 1: Data Ingestion & Storage
IT Services Circle
IT Services Circle
Apr 25, 2022 · Backend Development

Batch Shortening and Expanding URLs with Python

This article explains how to use Python to convert hundreds of long URLs into short ones and later restore them, covering the rationale for short links, free and paid service options, and providing complete code examples for both shortening and expanding URLs.

APIBackendPython
0 likes · 5 min read
Batch Shortening and Expanding URLs with Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 25, 2022 · Fundamentals

Understanding Python Lambda Expressions: Syntax, Examples, and Use Cases

Python's lambda expressions provide a concise way to create anonymous functions, and this guide explains their syntax, demonstrates simple to complex examples—including arithmetic, conditional logic, and sorting—and compares them with traditional functions and built‑in utilities like filter and list comprehensions.

Code ExampleFunctional ProgrammingLambda
0 likes · 5 min read
Understanding Python Lambda Expressions: Syntax, Examples, and Use Cases
MaGe Linux Operations
MaGe Linux Operations
Apr 23, 2022 · Information Security

What Are the Most Common Python Vulnerabilities and How to Fix Them?

Python, a widely used high‑level language, suffers from several critical vulnerabilities—including command injection, outdated versions, insecure temporary files, misuse of assert statements, and import path issues—each explained with practical mitigation strategies to help developers secure their applications.

Code InjectionPythonassert statements
0 likes · 7 min read
What Are the Most Common Python Vulnerabilities and How to Fix Them?
Code DAO
Code DAO
Apr 23, 2022 · Fundamentals

Visualizing Invisible SO₂ After the Tonga Eruption with NASA Data and Python

This tutorial shows how to download NASA GES DISC SO₂ data for the 2022 Hunga Tonga–Hunga Ha'apai eruption, extract relevant fields with H5py, build a Pandas DataFrame, and create both scatter‑plot and time‑varying heat‑map visualizations using Matplotlib, Seaborn and Folium.

Data visualizationFoliumH5py
0 likes · 14 min read
Visualizing Invisible SO₂ After the Tonga Eruption with NASA Data and Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 22, 2022 · Fundamentals

Understanding Python List Comprehensions: Advantages, Usage, and Performance Comparison

This article explains how Python list comprehensions provide a concise, memory‑efficient way to create lists, compares them with loops and map(), shows advanced features like conditional logic, nested comprehensions, set and dictionary comprehensions, and discusses when to avoid them for better readability and performance.

Conditional LogicPythondictionary comprehension
0 likes · 14 min read
Understanding Python List Comprehensions: Advantages, Usage, and Performance Comparison
Python Programming Learning Circle
Python Programming Learning Circle
Apr 21, 2022 · Fundamentals

Understanding Python list.pop() Method with Examples

This article explains Python's list.pop() method, covering its syntax, optional index parameter, error handling, return value, and provides multiple code examples demonstrating removal by specific, default, and negative indices, along with outputs and a brief note on alternative deletion methods.

Code ExamplesListPython
0 likes · 4 min read
Understanding Python list.pop() Method with Examples
MaGe Linux Operations
MaGe Linux Operations
Apr 20, 2022 · Fundamentals

Master Python List Comprehensions: When to Use Them and Why They Shine

This article explores Python's versatile list comprehension feature, comparing it with traditional loops and map() calls, demonstrating syntax, performance benchmarks, advanced usages like conditional logic, set and dictionary comprehensions, nested structures, and guidelines on when to prefer or avoid comprehensions for clear, efficient code.

PythonTutorialcoding
0 likes · 16 min read
Master Python List Comprehensions: When to Use Them and Why They Shine
Python Programming Learning Circle
Python Programming Learning Circle
Apr 19, 2022 · Artificial Intelligence

Step‑by‑Step Guide to Building Machine Learning Models with Scikit‑learn Templates

This article introduces a practical, step‑by‑step tutorial on building machine learning models with scikit‑learn, covering problem types, dataset loading, splitting, and a series of reusable templates (V1.0, V2.0, V3.0) for classification, regression, clustering, cross‑validation, and hyper‑parameter tuning, complete with code examples.

Pythonclassificationcross-validation
0 likes · 17 min read
Step‑by‑Step Guide to Building Machine Learning Models with Scikit‑learn Templates
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2022 · Fundamentals

Why Python Struggles with Large Projects: Variable Declarations, Module Management, Dependencies, and Concurrency

The article examines the challenges of using Python for large-scale projects, highlighting issues such as implicit variable declarations, complex module dependencies, version conflicts, the Global Interpreter Lock, and concurrency limitations, while comparing Python to languages like C, Go, and Java.

ConcurrencyGILPython
0 likes · 13 min read
Why Python Struggles with Large Projects: Variable Declarations, Module Management, Dependencies, and Concurrency
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Apr 15, 2022 · Artificial Intelligence

Practical AI‑Powered Voice Recognition for Game Dialogue Testing: A Step‑by‑Step Case Study

This article presents a detailed case study of using AI speech‑recognition techniques—including acoustic modeling with VGG, pypinyin conversion, feature extraction, and CTC decoding—to automatically verify game dialogue audio against script text, outlining the workflow, challenges, implementation details, and experimental results.

AICTC decodingPython
0 likes · 10 min read
Practical AI‑Powered Voice Recognition for Game Dialogue Testing: A Step‑by‑Step Case Study
360 Quality & Efficiency
360 Quality & Efficiency
Apr 15, 2022 · Mobile Development

Automating HarmonyOS Apps with Appium: Setup, .hap Installation, Element Locating, and Log Retrieval

This guide demonstrates how to use Appium for automated testing of HarmonyOS applications, covering device connection setup, .hap package installation via HDC, element location strategies, handling logs, and compatibility considerations, providing code examples for developers familiar with Android automation.

AppiumHarmonyOSMobile Automation
0 likes · 7 min read
Automating HarmonyOS Apps with Appium: Setup, .hap Installation, Element Locating, and Log Retrieval
Python Programming Learning Circle
Python Programming Learning Circle
Apr 14, 2022 · Artificial Intelligence

Top Clustering Algorithms in Python with scikit-learn: A Comprehensive Tutorial

This tutorial explains clustering as an unsupervised learning task, outlines why no single algorithm fits all data, and provides step‑by‑step Python code using scikit‑learn to install the library, generate synthetic datasets, and apply ten popular clustering algorithms with visualizations.

PythonUnsupervised Learningclustering
0 likes · 21 min read
Top Clustering Algorithms in Python with scikit-learn: A Comprehensive Tutorial
Python Programming Learning Circle
Python Programming Learning Circle
Apr 13, 2022 · Fundamentals

Using Open3D for 3D Data Processing: From Depth Maps to Point Clouds and Surface Reconstruction

This tutorial introduces the Open3D library, shows how to install it, convert depth maps to point clouds, visualize facial point clouds, perform point‑cloud segmentation and clustering, and apply surface reconstruction methods such as Poisson, alpha shapes, and ball‑pivoting using Python code.

3D processingPythonopen3d
0 likes · 12 min read
Using Open3D for 3D Data Processing: From Depth Maps to Point Clouds and Surface Reconstruction
Python Programming Learning Circle
Python Programming Learning Circle
Apr 12, 2022 · Fundamentals

Implementing Common Hypothesis Tests in Python: Z‑test, t‑test, F‑test and Data Exploration

This article demonstrates how to conduct various hypothesis tests—including Z‑test, one‑sample and two‑sample t‑tests, F‑test, as well as distribution fitting and outlier detection—using Python libraries such as Statsmodels, SciPy, and pandas on both the Iris dataset and a human temperature dataset.

Data AnalysisPythonZ-test
0 likes · 9 min read
Implementing Common Hypothesis Tests in Python: Z‑test, t‑test, F‑test and Data Exploration
Python Programming Learning Circle
Python Programming Learning Circle
Apr 11, 2022 · Operations

Using TheFuck: A Python Tool for Automatically Fixing Mistyped Shell Commands

The article introduces the Python‑based tool “thefuck”, explains its purpose of automatically correcting mistyped shell commands, demonstrates common use cases, details installation steps across macOS, Ubuntu and other systems, shows how to configure it, and outlines the underlying rule‑based correction mechanisms.

LinuxPythoncommand-line
0 likes · 5 min read
Using TheFuck: A Python Tool for Automatically Fixing Mistyped Shell Commands
Open Source Linux
Open Source Linux
Apr 11, 2022 · Mobile Development

Automate Douyin Video Scraping with Python, mitmproxy, and Appium

This tutorial shows how to combine mitmproxy packet capture and Appium mobile automation in Python to automatically collect and download Douyin video URLs, covering environment setup, code snippets, and practical steps for a fully automated scraper.

AppiumDouyinMobile Automation
0 likes · 8 min read
Automate Douyin Video Scraping with Python, mitmproxy, and Appium
IT Services Circle
IT Services Circle
Apr 10, 2022 · Information Security

Building a Simple Python Port Scanner in 20 Lines

This tutorial explains how to create a lightweight Python port scanner using only standard libraries, covering required imports, command‑line host input, a full‑range port loop with socket connections, result handling, and runtime measurement, all within a concise 20‑line script.

Pythonnetwork securityport scanning
0 likes · 4 min read
Building a Simple Python Port Scanner in 20 Lines
Python Programming Learning Circle
Python Programming Learning Circle
Apr 8, 2022 · Fundamentals

A Comprehensive Guide to Python Decorators and Aspect-Oriented Programming (AOP)

This article explains the concept of Aspect‑Oriented Programming (AOP) and demonstrates how Python decorators—both function‑based and class‑based—can be used to implement AOP features such as pre‑ and post‑execution logic, handling arguments, preserving metadata with functools.wraps, and stacking multiple decorators.

AOPAspect Oriented ProgrammingMetadata
0 likes · 18 min read
A Comprehensive Guide to Python Decorators and Aspect-Oriented Programming (AOP)
360 Quality & Efficiency
360 Quality & Efficiency
Apr 8, 2022 · Fundamentals

Using Windows Messages for GUI Automation with Python

This article explains how Windows' event‑driven message system can be leveraged for stable GUI automation, covering window concepts, message queues, message types, and providing Python code examples that use win32gui to click buttons, select menus, and manipulate edit controls without relying on screen coordinates.

GUIMessage AutomationPython
0 likes · 14 min read
Using Windows Messages for GUI Automation with Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2022 · Fundamentals

Commonly Used Python Functions: A Quick Reference Guide

This article compiles over 100 commonly used Python functions across twelve topics—from basic I/O and data structures to threading and decorators—providing concise code examples to help beginners quickly recall function names and their purposes for more efficient coding.

FunctionsProgramming BasicsPython
0 likes · 9 min read
Commonly Used Python Functions: A Quick Reference Guide
Python Programming Learning Circle
Python Programming Learning Circle
Apr 7, 2022 · Fundamentals

Understanding Hash Tables and Implementing Them in Python

This article explains the concept of hashing and hash tables, describes their characteristics and collision‑resolution strategies, showcases practical Python implementations with load‑factor handling and resizing, and highlights common applications such as dictionaries and network session tables.

Data StructuresPythoncollision-resolution
0 likes · 13 min read
Understanding Hash Tables and Implementing Them in Python
Python Programming Learning Circle
Python Programming Learning Circle
Apr 5, 2022 · Artificial Intelligence

Transforming Time Series Data into Supervised Learning Datasets with Pandas shift() and series_to_supervised()

This tutorial explains how to convert single‑variable and multi‑variable time‑series data into a supervised‑learning format using Pandas' shift() function and a custom series_to_supervised() helper, covering one‑step, multi‑step, and multivariate forecasting examples with complete Python code.

PythonTime-seriesforecasting
0 likes · 20 min read
Transforming Time Series Data into Supervised Learning Datasets with Pandas shift() and series_to_supervised()
Liangxu Linux
Liangxu Linux
Apr 5, 2022 · Fundamentals

C vs. Python for Beginners: When to Choose Each Language

In a live‑stream chat, a middle‑schooler asks whether to start with C or Python, prompting the host to explain why adults should begin with C for deep fundamentals while children benefit more from Python’s simplicity and rapid feedback.

C ProgrammingPythoneducation
0 likes · 5 min read
C vs. Python for Beginners: When to Choose Each Language
Python Programming Learning Circle
Python Programming Learning Circle
Apr 4, 2022 · Artificial Intelligence

Comprehensive Python Code Collection for Robot Algorithms: Localization, Mapping, SLAM, Path Planning, and Tracking

This article presents a curated collection of Python implementations for widely used robot algorithms—including EKF/UKF localization, histogram filtering, Gaussian grid mapping, various SLAM techniques, grid‑based and sampling‑based path planners, and multiple trajectory tracking controllers—along with usage instructions and visual demonstrations.

PythonRoboticsSLAM
0 likes · 11 min read
Comprehensive Python Code Collection for Robot Algorithms: Localization, Mapping, SLAM, Path Planning, and Tracking
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 2, 2022 · Artificial Intelligence

Design and Implementation of the Xiaosi Intelligent Customer Service Bot for Internal IM

This article details the design, architecture, key technologies, and deployment of Xiaosi, an AI‑powered intelligent customer service chatbot built on the internal IM platform, highlighting its problem‑diagnosis accuracy, manpower savings, adapter mechanism, high‑availability backend, and practical use cases.

AI chatbotBackendDjango
0 likes · 13 min read
Design and Implementation of the Xiaosi Intelligent Customer Service Bot for Internal IM
Python Programming Learning Circle
Python Programming Learning Circle
Mar 31, 2022 · Artificial Intelligence

Comprehensive PyTorch Code Snippets: Configuration, Tensor Operations, Model Definition, Training, and Best Practices

This article provides a thorough collection of commonly used PyTorch code snippets covering environment setup, reproducibility, GPU configuration, tensor manipulation, model building, data preprocessing, training and evaluation loops, custom loss functions, regularization techniques, learning‑rate scheduling, checkpointing, and practical tips for efficient deep‑learning development.

Deep LearningGPUPython
0 likes · 37 min read
Comprehensive PyTorch Code Snippets: Configuration, Tensor Operations, Model Definition, Training, and Best Practices
Python Programming Learning Circle
Python Programming Learning Circle
Mar 29, 2022 · Fundamentals

Why Python Does Not Have a Main Function

This article explains why Python, as an interpreted scripting language, does not require a mandatory main function like compiled languages, clarifies common misconceptions about the __name__ == '__main__' guard, and recommends using a simple main.py entry file for clean, idiomatic code.

Best PracticesPythoncoding style
0 likes · 7 min read
Why Python Does Not Have a Main Function
IT Services Circle
IT Services Circle
Mar 29, 2022 · Fundamentals

Top 10 Online Platforms for Programming Practice and Coding Challenges

This article presents a curated list of ten online platforms—including LeetCode, PythonTip, Coding Games, CodeCombat, Checkio, Cyber Dojo, CodeMonkey, Codewars, pythonchallenge, and Python100—offering diverse coding exercises and games to help learners improve algorithmic skills and practice various programming languages.

Pythonalgorithm practicecoding challenges
0 likes · 5 min read
Top 10 Online Platforms for Programming Practice and Coding Challenges
IT Services Circle
IT Services Circle
Mar 26, 2022 · Information Security

Common Reasons Why Your Proxy Fails to Hide Your Web Scraper

The article explains several typical situations—such as not configuring HTTPS proxies, using server IPs, non‑anonymous proxies, polluted IP pools, and lack of HTTP/2 support—that cause websites to easily detect that a request is made through a proxy, even for beginner Python scrapers.

HTTPProxyPython
0 likes · 7 min read
Common Reasons Why Your Proxy Fails to Hide Your Web Scraper
Python Programming Learning Circle
Python Programming Learning Circle
Mar 25, 2022 · Fundamentals

Using the you-get Python Library to Download Videos, Images, and Manage Files

This tutorial introduces the you-get Python3 media‑download library, shows how to install it with pip, demonstrates basic commands for downloading videos and images, explains options for specifying output paths, renaming files, viewing video information, and selecting formats, and provides practical code examples.

Image DownloadPythonTutorial
0 likes · 5 min read
Using the you-get Python Library to Download Videos, Images, and Manage Files
Tencent Cloud Developer
Tencent Cloud Developer
Mar 25, 2022 · Cloud Computing

Automating Batch Video Editing Using FFmpeg on Tencent Cloud Serverless

The article explains how to use FFmpeg within Tencent Cloud Serverless functions to build fully automated, scalable, and customizable batch video‑editing pipelines—covering use cases like personalized student highlights, avatar‑based marketing clips, and streamer promos—while detailing deployment via GitHub Actions or manual upload.

Cloud ComputingFFmpegPython
0 likes · 12 min read
Automating Batch Video Editing Using FFmpeg on Tencent Cloud Serverless