Frappe HR
Open Source, modern, and easy-to-use HR and Payroll Software for all organizations
https://github.com/frappe/hrms
Open Source, modern, and easy-to-use HR and Payroll Software for all organizations
https://github.com/frappe/hrms
GitHub
GitHub - frappe/hrms: Open Source HR and Payroll Software
Open Source HR and Payroll Software. Contribute to frappe/hrms development by creating an account on GitHub.
PostHog / posthog
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://github.com/PostHog/posthog
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://github.com/PostHog/posthog
GitHub
GitHub - PostHog/posthog: 🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing…
🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free. - PostHog/posthog
All Set! Looking Under the Hood of Python's Set Data Structure
Learn everything about hash tables, collision handling, and performance optimization.
https://blog.codingconfessions.com/p/cpython-set-implementation
Learn everything about hash tables, collision handling, and performance optimization.
https://blog.codingconfessions.com/p/cpython-set-implementation
Codingconfessions
Looking Under the Hood of Python's Set Data Structure
Learn everything about hash tables, collision handling, and performance optimization
Metatype
Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.
https://github.com/metatypedev/metatype
Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are.
https://github.com/metatypedev/metatype
GitHub
GitHub - metatypedev/metatype: Declarative API development platform. Build backend components with WASM, Typescript and Python…
Declarative API development platform. Build backend components with WASM, Typescript and Python, no matter where and how your (legacy) systems are. - metatypedev/metatype
I'm a Python Backend Developer, How to Create a Modern and Fast Frontend?
https://www.reddit.com/r/Python/comments/1dwf2sh/im_a_python_backend_developer_how_to_create_a/
https://www.reddit.com/r/Python/comments/1dwf2sh/im_a_python_backend_developer_how_to_create_a/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Is there a way to host python projects for really free?
https://www.reddit.com/r/learnpython/comments/1dxfucj/is_there_a_way_to_host_python_projects_for_really/
https://www.reddit.com/r/learnpython/comments/1dxfucj/is_there_a_way_to_host_python_projects_for_really/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
API integration Course – Modern Python with FastAPI
This video provides a comprehensive overview of building event-driven applications using FastAPI, covering topics from basic setup to advanced features like real-time translation and sentiment analysis. It demonstrates the integration of various technologies and APIs, emphasizing practical implementation, troubleshooting, and optimization techniques for creating functional web applicatio...
https://www.youtube.com/watch?v=rkPIftzu1pQ
This video provides a comprehensive overview of building event-driven applications using FastAPI, covering topics from basic setup to advanced features like real-time translation and sentiment analysis. It demonstrates the integration of various technologies and APIs, emphasizing practical implementation, troubleshooting, and optimization techniques for creating functional web applicatio...
https://www.youtube.com/watch?v=rkPIftzu1pQ
YouTube
API integration Course – Modern Python with FastAPI
Learn about API integration with Python, plus full stack development. The technologies you will learn include FastAPI, third parti API's integration, PostgresQL, JavaScript, and more.
⭐️ Projects ⭐️
➡ 1. Real-Time Translation Service with FastAPI and GPT…
⭐️ Projects ⭐️
➡ 1. Real-Time Translation Service with FastAPI and GPT…
How to use Vue with Django (including Auth)
We'll set up a Vue.js frontend + a Django backend. Strong foundations for your production app. We'll also add auth Simple and robust. No tokens, no DRF, no JWT.
https://www.youtube.com/watch?v=fUpvQd_5cnA
We'll set up a Vue.js frontend + a Django backend. Strong foundations for your production app. We'll also add auth Simple and robust. No tokens, no DRF, no JWT.
https://www.youtube.com/watch?v=fUpvQd_5cnA
YouTube
How to use Vue with Django (including Auth) 🔒
We'll set up a Vue.js frontend + a Django backend. Strong foundations for your production app.
We'll also add auth 🔒 Simple and robust. No tokens, no DRF, no JWT.
I'll also show you 5 things that you'll always want to add, including:
1. Page routing (using…
We'll also add auth 🔒 Simple and robust. No tokens, no DRF, no JWT.
I'll also show you 5 things that you'll always want to add, including:
1. Page routing (using…
composio
Composio equips agents with well-crafted tools empowering them to tackle complex tasks.
https://github.com/ComposioHQ/composio
Composio equips agents with well-crafted tools empowering them to tackle complex tasks.
https://github.com/ComposioHQ/composio
GitHub
GitHub - ComposioHQ/composio: Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling
Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling - ComposioHQ/composio
cambrian
A Fully Open, Vision-Centric Exploration of Multimodal LLMs.
https://github.com/cambrian-mllm/cambrian
A Fully Open, Vision-Centric Exploration of Multimodal LLMs.
https://github.com/cambrian-mllm/cambrian
GitHub
GitHub - cambrian-mllm/cambrian: Cambrian-1 is a family of multimodal LLMs with a vision-centric design.
Cambrian-1 is a family of multimodal LLMs with a vision-centric design. - cambrian-mllm/cambrian
Keeping things in sync: derive vs test
In software development, keeping different parts of a program in sync is crucial. This article discusses two approaches: Deriving the behavior from a single source of truth (like a constant) or testing for synced behavior.
https://lukeplant.me.uk/blog/posts/keeping-things-in-sync-derive-vs-test/
In software development, keeping different parts of a program in sync is crucial. This article discusses two approaches: Deriving the behavior from a single source of truth (like a constant) or testing for synced behavior.
https://lukeplant.me.uk/blog/posts/keeping-things-in-sync-derive-vs-test/
Luke Plant's home page
Keeping things in sync: derive vs test
There are times when we need to stop trying to make everything sync automatically, and just test that it is synced. Tips for Python and web dev.