About Brenda Weleschuk
Brenda has a penchant for punctuation as Tutorial Editor for Real Python. She’s had a few past lives as a teacher, technical writer/editor, and instructional designer. When she’s not working with content creators to perfect their tutorials, you’ll find her teaching yoga, hanging with her kids, and exploring the forests and mountains near her home in Calgary, Alberta.
Tutorials Brenda Contributed to:
- Get Started With Django User Management
- Dictionaries in Python
- Object-Oriented Programming (OOP) in Python
- Python Classes: The Power of Object-Oriented Programming
- Dependency Management With Python Poetry
- Python's property(): Add Managed Attributes to Your Classes
- Build Enumerations of Constants With Python's Enum
- Build Command-Line Interfaces With Python's argparse
- YAML: The Missing Battery in Python
- The Walrus Operator: Python's Assignment Expressions
- Sorting a Python Dictionary: Values, Keys, and More
- Primer on Python Decorators
- Python Set Comprehensions: How and When to Use Them
- Python News Roundup: December 2024
- Using and Creating Global Variables in Your Python Functions
- Effective Python Testing With pytest
- How to Run Your Python Scripts and Code
- Python Timer Functions: Three Ways to Monitor Your Code
- Asynchronous Tasks With Django and Celery
- Socket Programming in Python (Guide)
- When to Use a List Comprehension in Python
- How to Round Numbers in Python
- Python GUI Programming With Tkinter
- Linear Regression in Python
- Expression vs Statement in Python: What's the Difference?
- Basic Input and Output in Python
- Python String Formatting: Available Tools and Their Features
- Beautiful Soup: Build a Web Scraper With Python
- Python Exceptions: An Introduction
- How to Check if a Python String Contains a Substring
- Python's F-String for String Interpolation and Formatting
- Logging in Python
- Python Virtual Environments: A Primer
- Continuous Integration and Deployment for Python With GitHub Actions
- Speed Up Your Python Program With Concurrency
- Python range(): Represent Numerical Ranges
- Efficient String Concatenation in Python
- How to Iterate Through a Dictionary in Python
- NumPy Practical Examples: Useful Techniques
- Interacting With Python
- Using the Python zip() Function for Parallel Iteration
- Using the len() Function in Python
- Python Dictionary Comprehensions: How and When to Use Them
- Python News Roundup: November 2024
- How to Reset a pandas DataFrame Index
- Variables in Python: Usage and Best Practices
- The Python Square Root Function
- Python Closures: Common Use Cases and Examples
- Python Thread Safety: Using a Lock and Other Techniques
- Structural Pattern Matching in Python
- Syntactic Sugar: Why Python Is Sweet and Pythonic
- Build a Contact Book App With Python, Textual, and SQLite
- Python News Roundup: October 2024
- A Guide to Modern Python String Formatting Tools
- Python 3.13: Cool New Features for You to Try
- Python 3.13 Preview: A Modern REPL
- Python 3.13 Preview: Free Threading and a JIT Compiler
- Using Python's pip to Manage Your Projects' Dependencies
- How to Use Conditional Expressions With NumPy where()
- Python News Roundup: September 2024
- Lists vs Tuples in Python
- Generate Images With DALL·E and the OpenAI API
- Web Scraping With Scrapy and MongoDB
- Python News Roundup: August 2024
- Asynchronous Iterators and Iterables in Python
- Functional Programming in Python: When and How to Use It
- How to Write an Installable Django App
- Strings and Character Data in Python
- Hugging Face Transformers: Leverage Open-Source AI in Python
- Python Protocols: Leveraging Structural Subtyping
- Split Your Dataset With scikit-learn's train_test_split()
- How Do You Choose Python Function Names?
- Python News Roundup: July 2024
- Working With JSON Data in Python
- Python's Built-in Functions: A Complete Exploration
- Understanding the Python Mock Object Library
- Creating Great README Files for Your Python Projects
- Build a Guitar Synthesizer: Play Musical Tablature in Python
- Ruff: A Modern Python Linter for Error-Free and Maintainable Code
- Python Mappings: A Comprehensive Guide
- Python News: What's New From May 2024
- String Interpolation in Python: Exploring Available Tools
- What Are CRUD Operations?
- How to Create Pivot Tables With pandas
- The Python calendar Module: Create Calendars With Python
- Basic Data Types in Python: A Quick Exploration
- Python's Built-in Exceptions: A Walkthrough With Examples
- What Is the __pycache__ Folder in Python?
- PyTorch vs TensorFlow for Your Python Deep Learning Project
- Python News: What's New From April 2024
- Python Sequences: A Comprehensive Guide
- Python's unittest: Writing Unit Tests for Your Code
- What's Lazy Evaluation in Python?
- Write Unit Tests for Your Python Code With ChatGPT
- How to Format Floats Within F-Strings in Python
- Build a Blog Using Django, GraphQL, and Vue
- Pydantic: Simplifying Data Validation in Python
- Python News: What's New From March 2024
- Install and Execute Python Applications Using pipx
- Reading and Writing WAV Files in Python
- Prompt Engineering: A Practical Example
- Build a Python Turtle Game: Space Invaders Clone
- Model-View-Controller (MVC) in Python Web Apps: Explained With Lego
- Python News: What's New From February 2024
- Build an LLM RAG Chatbot With LangChain
- The Python return Statement: Usage and Best Practices
- Programming Sockets in Python (Course)
- Handling or Preventing Errors in Python: LBYL vs EAFP (Course)
- Managing Dependencies With Python Poetry (Course)
- Working With TOML and Python (Course)
- Formatting Floats Inside Python F-Strings (Course)
- Introduction to Web Scraping With Python (Course)
- Python's Magic Methods in Classes (Course)
- Understanding Python's Global Interpreter Lock (GIL) (Course)
- Using Type Hints for Multiple Return Types in Python (Course)
- What's New in Python 3.13 (Course)
- Differences Between Python's Mutable and Immutable Types (Course)
- Advanced Python import Techniques (Course)
- Customizing VS Code Through Color Themes (Course)
- Using Pydantic to Simplify Python Data Validation (Course)
- Using Astropy for Astronomy With Python (Course)
- Exploring Astrophysics in Python With pandas and Matplotlib (Course)
- Sorting Dictionaries in Python: Keys, Values, and More (Course)
- Interacting With REST APIs and Python (Course)
- Simulate a Text File in Python (Course)
- pandas GroupBy: Grouping Real World Data in Python (Course)
- Exercises Course: Introduction to Web Scraping With Python (Course)
- Customize VS Code Settings (Course)
- Defining Python Constants for Code Maintainability (Course)
- Build a GUI Calculator With PyQt and Python (Course)
- Rounding Numbers in Python (Course)
- Listing All Files in a Directory With Python (Course)
- Python Interfaces: Object-Oriented Design Principles (Course)
- Efficient Iterations With Python Iterators and Iterables (Course)
- Building a Python GUI Application With Tkinter (Course)
- HTML and CSS Foundations for Python Developers (Course)
- Flattening a List of Lists in Python (Course)
- Working With Global Variables in Python Functions (Course)
- Python Basics Exercises: Scopes (Course)
- Using raise for Effective Exceptions (Course)