How to Land a Dev Job in 2023: Proven Strategies & Mistakes to Avoid

Welcome back to the Pybites podcast … On YouTube: Or listen here: In this episode, we delve deep into the nuances of developer job hunting in 2023. The job market landscape has evolved, making persistence and resilience key virtues for any aspiring developer. We shed light on why you shouldn’t limit your search to just… Continue reading How to Land a Dev Job in 2023: Proven Strategies & Mistakes to Avoid

The power of mind mapping: why to start your project with one and how

When you start a bigger software project it’s very beneficial (and necessary) to make a mind map first! It helps planning, organizing, and executing the project. Here are 6 advantages of mind mapping: Here is an example of one we did for our coding platform: CodeChalleng.es: Mind mapping your idea helps foster a well-structured, organized,… Continue reading The power of mind mapping: why to start your project with one and how

Become a more effective learner with Russell Helmstedter

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

Abstract Syntax Trees in Python

In this article Alessandro provides an overview of Abstract Syntax Trees (ASTs), introduces a few use-cases, and showcases the ast module in the Python Standard Library. The content is structured in a top-down fashion, starting from general notion about an AST, and digging deeper up to the point of artificially manipulating an AST to “randomize” the content of some instructions.