Building an article searcher class from scratch using requests, rich and more Python goodness
Welcome back to a new video where we build a Pybites article searcher from scratch. It helps guest authors of our blog to quickly find articles. We make it look nice using rich tables (and its "prompt" feature). We hope this demo makes it clear that you have to experiment, stop overly planning before you write code, because partly "design appears when code gets written", and remember it's ok to make mistakes as you go! Code: https://github.com/bbelderbos/article-searcher/blob/main/script.py Let us know what else we can teach you here ... Thanks for watching. --- We sprint fast when working with people, taking many small, but deliberate steps. Overcoming tutorial paralysis, dropping perfectionism, and embracing JIT ("just in time") learning, people grasp developer skills a lot faster. If this style of working appeals to you, check out our free developer training: https://pybit.es/developer-mindset-training-1/
Welcome back to a new video where we build a Pybites article searcher from scratch. It helps guest authors of our blog to quickly find articles. We make it look nice using rich tables (and its "prompt" feature). We hope this demo makes it clear that you have to experiment, stop overly planning before you write code, because partly "design appears when code gets written", and remember it's ok to make mistakes as you go! Code: https://github.com/bbelderbos/article-searcher/blob/main/script.py Let us know what else we can teach you here ... Thanks for watching. --- We sprint fast when working with people, taking many small, but deliberate steps. Overcoming tutorial paralysis, dropping perfectionism, and embracing JIT ("just in time") learning, people grasp developer skills a lot faster. If this style of working appeals to you, check out our free developer training: https://pybit.es/developer-mindset-training-1/