Marcus Weinberger - Developer Blog

Marcus Weinberger - Developer Blog

Follow
Follow
homeSponsor MeAboutbadgesnewsletter
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Creating a custom Analytics engine for my Hashnode blog

May 9, 20236 min read

View part 2 of this article here! IntroductionHi, my name is Marcus Weinberger. I'm mainly a Python developer (due to my love for hacking), but I work...

Creating a custom Analytics engine for my Hashnode blog

Creating a basic split-panel console interface in Python (with i/o)

May 6, 20235 min read

BackstoryHi, my name is Marcus Weinberger. My two biggest interests are cyber security and programming, which (paired with recent advancements in...

Creating a basic split-panel console interface in Python (with i/o)

Adding a list of my Hashnode posts to my personal website.

Apr 18, 20232 min read

About meHey reader! My name is Marcus Weinberger, and I'm just getting started with Hashnode. While I'm mainly a Python developer, I work with HTML...

Adding a list of my Hashnode posts to my personal website.

Task Management system for langchain

Apr 16, 20231 min read

View project on Replit How does it work? The TaskManager gets created, with a goal, a list of tools, and its own LLM. It includes a bunch of prompts...

Task Management system for langchain