Can GitHub Copilot be used to solve mathematical puzzles? What to be aware of when AI assistants are too confident.
Articles on Learning
Stuck in import hell? Walk your way out.
By Russell Helmstedter on 22 February 2024
Welcome to Hell Cue the theme song from The Fresh Prince of Bel Air. This is a story that turns out well. But my code got stuck in import hell. I tried to teach my students all about pytest. Instead, for two days, I was sent on a debugging quest. I teach middle school students… Continue reading Stuck in import hell? Walk your way out.
Your First Python Open Source Contribution: A Step-By-Step Guide
By Bob Belderbos on 20 September 2023
Introduction I recently re-engaged with one of my open source projects and it was a rewarding experience. 🎉 It was a Pybites project I had written the core for years ago, but thanks to some amazing Pythonistas in our community it became a way more mature tool so I had to get acquainted again. I… Continue reading Your First Python Open Source Contribution: A Step-By-Step Guide
Why Start Your Programming Journey With Python?
By Sherry Andrews Bhutia on 19 September 2023
Diving into Programming with Python I’ve spent years entertaining the thought of becoming a software developer, only to get overwhelmed by the vast array (pun intended) of programming languages to choose from. Which one should I choose, where do I begin? Java? JavaScript? C? C++? C#? Ruby? Django? Flask? Woah… wait a minute? Understanding Frameworks… Continue reading Why Start Your Programming Journey With Python?
Debunking 7 Myths About Software Development Coaching
By Bob Belderbos on 12 September 2023
If you give a man a fish, you feed him for a day. If you teach a man to fish, you feed him for a lifetime. Chinese proverb Transformative power of guidance 10 years ago I was overweight, maybe not more than +12 kg, but it definitely had a bearing on the quality of my… Continue reading Debunking 7 Myths About Software Development Coaching
Break Out of Tutorial Hell, Build up The Python Coding Habit on Our Platform 💪
By PyBites Team on 16 August 2023
🎯 Ready to level up your Python skills? 🐍 Stop tutorial paralysis and start implementing 🔥 Here are 10 reasons coding on our platform (CodeChalleng.es) is so effective for (aspiring) Python programmers. 1️⃣ Real World Problems 💪 PyBites allows you to learn Python by solving real world problems, not just tutorial toy examples. This fosters… Continue reading Break Out of Tutorial Hell, Build up The Python Coding Habit on Our Platform 💪
My experience building a FastAPI + Streamlit app
By Chris Sato on 13 February 2023
I recently finished my time in the PDM program with Bob as my coach. This post focuses on how I made a back-end read-only database using FastAPI and a front-end using Streamlit along with the challenges that came with the whole project. Project Idea and initial planning This wasn’t my first attempt. I tried making… Continue reading My experience building a FastAPI + Streamlit app
Testing membership and empty strings
By J. Ryan Hall on 20 January 2023
I was working on one of the exercises on the Pybites platform (Bite 29) and encountered a situation I didn’t understand. I needed to check a set of inputs to see if they were alphanumeric or not as part of the solution to the exercise. I succeeded in all but one test, but I couldn’t… Continue reading Testing membership and empty strings
Become a more effective learner with Russell Helmstedter
By PyBites Team on 10 October 2022
Listen now: This week we have Russell Helmstedter (@rhelmstedter) on the show to talk about a book about learning that will blow your mind: Learn Better We talk through the six facets of learning the book discusses: Value Target Develop Extend Relate Rethink … and link them back to Pybites, specifically our platform. Expect a lot of… Continue reading Become a more effective learner with Russell Helmstedter
A super simple Zettelkasten note taking system
By Bob Belderbos on 7 September 2022
Yesterday I found this amazing gist that got me running with Zettelkasten in no time 💪 Check out this short YouTube video where the author demos this workflow: As the Zen of Python wisely taught us: Simple is better than complex – and this is so true for what can easily be an overwhelming task… Continue reading A super simple Zettelkasten note taking system