karpathy/nanochat: The best ChatGPT that $100 can buy.
The best ChatGPT that $100 can buy
65 posts
The best ChatGPT that $100 can buy
Welcome to PyViz! The PyViz.org website is an open platform for helping users decide on the best open-source (OSS) Python data visualization tools for their purposes, with links, overviews, comparisons, and examples.
A fast and efficient type assistant for Python, including tensor shape inference - RightTyper/RightTyper
A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git. - marimo-team/marimo: A reactive notebook for Python — run reproducible ...
Learn Python typing (type hints) with interactive online
exercises!
Learn web development with Python and the Django Web Framework. Tutorials on Django REST Framework, Docker, React, and Vue.
A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.
An Experimental Package Management Solution for Python
⏰ Modern datetime library for Python, written in Rust - ariebovenberg/whenever
NiceGUI is an easy-to-use, Python-based UI framework, which shows up in your web browser. You can create buttons, dialogs, Markdown, 3D scenes, plots and much more.
Short and simple video lessons that start from scratch. Tools and thoughts that might make your professional life more enjoyable.
The first real AI developer. Contribute to Pythagora-io/gpt-pilot development by creating an account on GitHub.
Create web-based user interfaces with Python. The nice way. - zauberzeug/nicegui
Recently I needed to run millions of API calls to an internal service. API calls are IO blocking. This means that when my service calls the…
A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries. - GitHub - marceloprates/prettymaps: A small set of Python functions t...
Describes a simple Markov chain algorithm to generate reasonable-sounding but utterly nonsensical text, and presents some example outputs as well as a Python implementation.
During the development of Python applications, I've continually asked myself how and when variables should be passed and initialized for the application's configuration. I want to be able to easily override the configuration for tests, for example, to use a local database for testing. But what exactly is application configuration, and why is it needed? The website a ...
A static site generator combines a markup language with a templating engine to produce HTML files. Learn more on Full Stack Python.
null
Robotics Toolbox for Python. Contribute to petercorke/robotics-toolbox-python development by creating an account on GitHub.
Amazing summary of all the crazy dev tools in the python world.
This handbook is for grad students, postdocs and PIs who do a lot of programming as part of their research. It will teach you, in a practical manner, how to organize your code so that it is easy to...
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python.
Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful web apps in minutes.
A Kubernetes tutorial for complete beginners.
Welcome back! Python is one of my favorite programming languages of all time, if you’re new to Python, check out the link below to learn…
Alternate library for doing ssh from Python
Style guides for Google-originated open-source projects
I am trying to save a cache dictionary in my flask application.
As far as I understand it, the Application Context, in particular the flask.g object should be used for this.
Setup:
import flask ...
If you ask me to name the most misunderstood aspect of Python, I will answer without a second thought: the Python import system. Just remember how...
The official project of SimSwap (ACM MM 2020). Contribute to neuralchen/SimSwap development by creating an account on GitHub.
Here we'll compare three command-line parsing libraries - argparse, docopt, and click.
Not sure if it's any good. I was just looking for a Ruby counterpart to Pandas. So far I found this and the other link I posted.
Nice overview of choices of IDEs for Python and data science
Stay up to date on what's happening in technology, industry insights, technical skills development and all things cloud learning, and cloud certifications.
This resource contains a collection of Python best practices and Python tips provided by our Toptal network members.
Simplify string processing in Python 3.6.5 and later
Keyword arguments are one of those Python features that often seems a little odd for folks moving to Python from many other programming languages. It …
I’m trying to get smart about Kalman filters. This is a great resource
Really nice home automation example in python.
This looks amazing, for teaching.
A beautiful book about numpy.
Looks very useful!
Wow, this looks just like Sinatra. If you want to build a quick web server this is the tool for you!
Very nice python interface to control a robot that hides a lot of the complexity (at the cost of flexibility of course)
Wonderful and instructive collection of python snippets for fun and profit.
Amazing pretty visualizations in Python based on vega-lite platform
A fantastic efficient way to review most of the top methods and functions in python.
Another good article about Python modularity
Friendly, Jupyter-notebook-ish neural nets
Very nice and free visualization tool in python.
A pretty nice concept for patterns in python.
For robot reasons I have been diving into linear algebra and have done a pretty thorough search of resources for this. This is one of the pretty simple summaries.