6 stories tagged with #joseph-peart, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Joseph Peart"
Quiz: ChatterBot: Build a Chatbot With Python
Test your understanding of the ChatterBot Python library, from training a basic bot with ListTrainer to wiring in a local LLM through Ollama.…
Quiz: Python 3.13: A Modern REPL
Test your understanding of the redesigned Python 3.13 REPL with color support, multiline editing, paste mode, and history browsing.…
Quiz: Use Codex CLI to Enhance Your Python Projects
Test your understanding of how to install Codex CLI, use Plan mode, and refine features with natural language in your terminal.…
Quiz: Testing Your Code With Python's unittest
Test your understanding of Python unittest basics, including TestCase, assertions, fixtures, subtests, and test discovery.…
Quiz: Using Python for Data Analysis
Test your understanding of a data analysis workflow in Python, from cleansing raw data with pandas to spotting insights with regression.…
Quiz: The Factory Method Pattern and Its Implementation in Python
Check your grasp of the Factory Method pattern in Python: when to use it, the roles involved, and how to implement a flexible object factory.…