anvil-blog
CPython
anvil-blog | CPython | |
---|---|---|
1 | 1,392 | |
0 | 62,788 | |
- | 1.3% | |
3.5 | 10.0 | |
about 2 months ago | 5 days ago | |
Python | Python | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
anvil-blog
-
How to Build a Python API from Scratch with FastAPI
Write an API that gets individual blogs via their id. Submit your answer as a pull request on this repository. I will give you feedback in 1-2 weeks. If you want a faster review, you can tag me on X with the URL to your pull request.
CPython
-
Python For Beginners
How to download Python: Official Website
-
My negative views on Rust (2023)
If you heavily rely on the Python standard library, then you’re using a lot of Python code that doesn’t call out to C extensions. Peruse the standard library code, if you want to get a sense of it: https://github.com/python/cpython/tree/main/Lib
So you can expect any code that heavily relies on the standard library to be slower than the Rust equivalent.
A purely interpreted language implementation (not JIT’d) like CPython is almost always going to have a 10x-100x slowdown compared to equivalent code in C/C++/Rust/Go or most other compiled/JIT’d languages. So unless your program spends the vast majority of time in C extensions, it will be much slower.
-
Introduction to Using Generative AI Models: Create Your Own Chatbot!
The aim of this article is to guide you step by step in creating an application that interacts with generative AI models. We will start by setting up a Python development environment, following best practices. Then, we will explain the basics of interacting with generative AI model as well as the fundamental principles of the Langchain framework. Once these foundations are laid, we will implement a simple chatbot using the OpenAI API and Langchain. Finally, we will integrate this chatbot into a graphical interface with Streamlit, to offer a smooth and interactive user experience.
-
A Simple Command-Line Task Manager in Python.
Step 1: Before creating/building this project we need to make sure python is installed on your system You can download and install it from the official Python website: Python Downloads. Make sure Python is installed on your system.
-
Python 3.13.0 Is Released
I've been tracking this one: https://github.com/python/cpython/issues/109534, but there are multiple others raised in the cpython repo over on Github. Searching for asyncio or sslcontext shows multiple issues raised over the years with no fix in place.
-
Downloading and Converting YouTube Videos to MP3 using yt-dlp in Python
Python: Make sure you have Python 3 installed on your machine. You can download it from Python.org.
-
HPy – A better C API for Python
You'll also be happy to learn that there's an issue open to deprecate them: https://github.com/python/cpython/issues/78125
It's been open since 2018 though. You might find it worth a read.
-
Python Core Developer Sprint 2024
Started investigating slow doctest on 3.13+ with Alex Waygood, who on Wednesday narrowed it down to a problem with the new incremental garbage collector, which would go on to be reverted by Friday and result in Python 3.13's Monday release to be postponed and replaced with an extra release candidate. Not ideal, but much better to discover these things before the big release.
-
Top 5 Production-Ready Open Source AI Libraries for Engineering Teams
HuggingFace transformer enables you to build, train, and deploy machine learning models. HuggingFace is a registry for several models, allowing you to interact with these models through an API available in Python, JavaScript, and Rust. This makes it straightforward for AI engineers to collaborate, share code, analyze visual data, models, and datasets.
-
Bridging AI and real-time data with tools
Python 3.6.0 or later setup and configured on your system.
What are some alternatives?
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
RustPython - A Python Interpreter written in Rust
uvicorn - An ASGI web server, for Python. 🦄
ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Vulpix - Fast, unopinionated, minimalist web framework for .NET core inspired by express.js
Visual Studio Code - Visual Studio Code
Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE - Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
Pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Camunda BPM - Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
go - The Go programming language
Django - The Web framework for perfectionists with deadlines.
Kometa - Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.