proomt

Search

Search posts, papers, and topics

All posts

Lerner Consulting BlogReuven Lerner2 min readrelease notesintro

Get Python help, one on one: my coaching sessions

Summary

Reuven Lerner is formally announcing his one-on-one Python coaching sessions, which have been offered informally for years. These sessions cover code review, architecture, Git issues, pair programming, and career advice, providing private, recorded help for $300 per hour.

  • Coaching sessions address specific problems like code review, architecture, Git, and career decisions.
  • Sessions are private, allowing discussion of sensitive code or questions not suitable for public forums.
  • Clients receive a recording of the session, including any code or diagrams, for future reference.
  • Each one-hour Zoom session costs $300 and is a standalone service, not requiring membership.
3/10

Related reading

  1. How to Review AI-Generated Python Code Efficiently

    A practical five‑step workflow for reviewing AI‑generated Python code, covering intent clarification, automated quality checks (linters, type checkers, security scanners, tests), risk‑first manual reading, a checklist of common AI mistakes, and fix‑verify loops, plus a ready‑to‑use dev‑environment setup.

    Real Pythonrealpython.com26 min
  2. Quiz: How to Get Started With Ollama

    This is a 10‑question quiz that checks your grasp of installing Ollama, pulling models, choosing between chat and generate APIs, and managing multi‑turn conversations in Python. It reinforces the basics of running LLMs on your own hardware for privacy and offline use.

    Real Pythonrealpython.com1 min
  3. Automating EDA With fg-data-profiling

    The Real Python course shows how to automate exploratory data analysis using the fg-data-profiling library. It walks through building, exporting, time‑series profiling, and comparing reports with concise code examples.

    Real Pythonrealpython.com2 min