Topic mix

Python

34 moments from 25 videos · 1:44:01 total

Watch experienced engineers demonstrate strategies for optimizing execution speed, managing dependencies, and structuring large-scale applications with Python.

Aliens in Quarantine, Python Deprecates Loops, and AI Buys Old Books - Zbyszek Tenerowicz
Play section Fabricated software updates for Python alongside lunar quarantine proposals
Fabricated software updates for Python alongside lunar quarantine proposals thumbnail

Fabricated software updates for Python alongside lunar quarantine proposals

Fabricated software updates like removing loops from Python contrast with actual scientific proposals regarding lunar quarantines.

Observability with OpenTelemetry & Elastic
Play section Implementing manual and automatic instrumentation in Python
Implementing manual and automatic instrumentation in Python thumbnail

Implementing manual and automatic instrumentation in Python

Python developers can embed specific library calls manually or use an automated toolkit to seamlessly track common frameworks without altering core code.

Play section Limitations of native debugging and logging in Python
Limitations of native debugging and logging in Python thumbnail

Limitations of native debugging and logging in Python

Relying on print statements or the built-in logging module creates manual overhead and lacks compatibility across robust software systems.

Python-Based Data Streaming Pipelines Within Minutes
Play section Rise of Python in real-time data processing
Rise of Python in real-time data processing thumbnail

Rise of Python in real-time data processing

The shift toward natively using Python frameworks instead of Java wrappers for stream processing applications.

Play section Unifying stream processing workflows natively within Python frameworks
Unifying stream processing workflows natively within Python frameworks thumbnail

Unifying stream processing workflows natively within Python frameworks

Removing operational friction by merging the broker and processor layers into simplified Python-based environments.

Play section Summarizing Python frameworks advantages and future event streams
Summarizing Python frameworks advantages and future event streams thumbnail

Summarizing Python frameworks advantages and future event streams

Reflections on overcoming architectural silos and encouraging participation in deeper design dialogues around event-driven paradigms.

Play section Configuring Python transformation functions for price predictions
Configuring Python transformation functions for price predictions thumbnail

Configuring Python transformation functions for price predictions

Creating logic that passes incoming dictionary formats from the source system into AI dependencies for validation.

Exploring Durable Execution with Python
Play section Modeling workflows with asynchronous event loops in Python
Modeling workflows with asynchronous event loops in Python thumbnail

Modeling workflows with asynchronous event loops in Python

Leveraging standard asynchronous modeling enables developers to seamlessly integrate external actions natively via standard Python setups.

CUDA Python: GPU programming for the modern developer
Play section Analyzing execution performance and debugging Python code natively
Analyzing execution performance and debugging Python code natively thumbnail

Analyzing execution performance and debugging Python code natively

Identifying computational bottlenecks and programmatic flaws operates entirely within standard graphical integrated development environments.

Play section The expanded CUDA ecosystem and native Python support
The expanded CUDA ecosystem and native Python support thumbnail

The expanded CUDA ecosystem and native Python support

Overcoming classical language barriers by integrating seamless programming compatibility across compilers and device libraries.

Enterprise Python: Software That Lives Long And Prosper
Play section Challenging Java legacy with scalable Python solutions
Challenging Java legacy with scalable Python solutions thumbnail

Challenging Java legacy with scalable Python solutions

Companies like Dropbox successfully scaled enterprise platforms using Python despite widespread assumptions favoring statically typed languages.

Python Data Visualization @ Deepnote (w/ PyViz overview)
Play section History and original philosophy of the Python programming language
History and original philosophy of the Python programming language thumbnail

History and original philosophy of the Python programming language

Python was initially designed as an accessible educational language before evolving into a core tool for computational science.

AI in the Open and in Browsers - Tarek Ziadé
Play section Why Python became the standard ecosystem for artificial intelligence
Why Python became the standard ecosystem for artificial intelligence thumbnail

Why Python became the standard ecosystem for artificial intelligence

Python's simple syntax and hardware-agnostic scientific libraries replaced rigid languages for iterative data research.

Tech with Tim at WeAreDevelopers World Congress 2024
Play section Python's dominance in building artificial intelligence application ecosystems
Python's dominance in building artificial intelligence application ecosystems thumbnail

Python's dominance in building artificial intelligence application ecosystems

High-level programming frameworks allow developers to seamlessly build modern applications around open-source machine learning models.

Coffee with Developers - Stephen Jones - NVIDIA
Play section Bridging Fortran and Python in modern computing
Bridging Fortran and Python in modern computing thumbnail

Bridging Fortran and Python in modern computing

The cultural and technical differences between traditional supercomputing running Fortran and modern AI ecosystems relying on Python.

The Snowball Effect of Open Source
Play section Transitioning early community boards into Python templating engines
Transitioning early community boards into Python templating engines thumbnail

Transitioning early community boards into Python templating engines

Porting community forum software from PHP to Python motivates the creation of fundamental web libraries to overcome language limitations.

pytest: Simple, rapid and fun testing with Python
Play section Discovering the importance of automated python testing
Discovering the importance of automated python testing thumbnail

Discovering the importance of automated python testing

The transition from basic scripting to python highlights the necessity of automated testing for open-source projects.

Automagic Configuration in Python
Play section Motivations for automagic configuration in Python development
Motivations for automagic configuration in Python development thumbnail

Motivations for automagic configuration in Python development

How small autonomous developer teams establish robust Python configuration patterns.

Play section Comparing classic configuration files and executable Python
Comparing classic configuration files and executable Python thumbnail

Comparing classic configuration files and executable Python

How executable Python configuration scripts outperform static markup data formats.

Play section Performance profiling of namespace lookups in Python
Performance profiling of namespace lookups in Python thumbnail

Performance profiling of namespace lookups in Python

How the mechanics of namespace attribute lookups impact execution speed.

Accelerating Python on GPUs
Play section Evolution of general purpose GPU computing and Python
Evolution of general purpose GPU computing and Python thumbnail

Evolution of general purpose GPU computing and Python

An overview of why Python developers need native GPU ecosystems and a brief history of GPU computing scaling to AI workloads.

Play section Accelerating math operations and kernel fusion with nvmath-python
Accelerating math operations and kernel fusion with nvmath-python thumbnail

Accelerating math operations and kernel fusion with nvmath-python

Accessing low-level kernel routines directly from Python to optimize array transformations and scale across platforms.

Vectorize all the things! Using linear algebra and NumPy to make your Python code lightning fast.
Play section Identifying performance degradation during dynamic iteration state checks
Identifying performance degradation during dynamic iteration state checks thumbnail

Identifying performance degradation during dynamic iteration state checks

Supporting mixed collections forces python interpreters to evaluate item types sequentially lowering functional execution speed.

CUDA in Python
Play section Bridging the productivity and speed gap in Python
Bridging the productivity and speed gap in Python thumbnail

Bridging the productivity and speed gap in Python

CUDA Python eliminates the rigid tradeoff between high-level scripting productivity and low-level hardware performance.

Pointers? In My Python? It's More Likely Than You Think
Play section Understanding pointers and namespaces in Python
Understanding pointers and namespaces in Python thumbnail

Understanding pointers and namespaces in Python

Variables in Python act as pointers mapping namespace references to objects stored in memory.

How to implement convenient Python bindings to C++
Play section Evaluating pybind11 against direct Python C API
Evaluating pybind11 against direct Python C API thumbnail

Evaluating pybind11 against direct Python C API

How pybind11 reduces boilerplate compared to the native Python C API while supporting function overloading and buffers.

Play section Implementing magic methods for Python collections
Implementing magic methods for Python collections thumbnail

Implementing magic methods for Python collections

Enabling native collection behaviors like iteration and membership testing by adding magic methods.

Devouring APIs with Python
Play section Overview of Python client libraries and API frameworks
Overview of Python client libraries and API frameworks thumbnail

Overview of Python client libraries and API frameworks

The difference between executing HTTP requests and building abstract web application boilerplate.

Full Stack Web Apps With Nothing But Python
Play section Creating a Python-defined database and inserting user data
Creating a Python-defined database and inserting user data thumbnail

Creating a Python-defined database and inserting user data

Storing user inputs involves configuring native application tables and appending programmatic rows from backend scripts.

WeAreDevelopers LIVE: Scammer Payback with Python, Grok Goes Unhinged, The Future of Chromium and mo
Play section Overwhelming malicious phishing portals using randomized fake Python data
Overwhelming malicious phishing portals using randomized fake Python data thumbnail

Overwhelming malicious phishing portals using randomized fake Python data

How batching millions of synthetic form requests effectively degrades illegal scamming infrastructure while completely destroying their stolen database integrity.

Let's Get Started With Apache Kafka® for Python Developers
Play section Building a data producer using the Confluent Python library
Building a data producer using the Confluent Python library thumbnail

Building a data producer using the Confluent Python library

Creating a client instance to procedurally generate and flush website mock click events into infrastructure.

Replacing Excel with SAP APIs & Python validation
Play section Designing a target architecture with Python and SAP APIs
Designing a target architecture with Python and SAP APIs thumbnail

Designing a target architecture with Python and SAP APIs

Why programming languages and reliable endpoint connections outperform robotic process automation and direct database access for data validation.

Level Up with Python: Building a Shooter Game Live with PyGame
Play section Teaching programming fundamentals using Python and Pygame
Teaching programming fundamentals using Python and Pygame thumbnail

Teaching programming fundamentals using Python and Pygame

How building 2D games with Pygame helps beginners learn core programming concepts faster than web development.

Accelerating Python on GPUs
Play section Evaluating absolute performance thresholds between Python and procedural syntaxes
Evaluating absolute performance thresholds between Python and procedural syntaxes thumbnail

Evaluating absolute performance thresholds between Python and procedural syntaxes

Understanding when high-level scripting wrappers produce overhead compared to native implementation code during aggressive optimization cycles.

Your mix. Instantly.

More mixes