News
Read Python Cheatsheet latest changes here.
If you find this project useful, don't forget to drop a star on GitHub 🎉 It helps enormously by giving visibility, reaching more developers, and finding more people willing to contribute.
Python in Visual Studio Code - April 2023 Release - Python
This release includes Data Wrangler, a create environment button embedded in dependency files, environments API for extension authors, kernel picker improvements, and move symbol refactoring.
Django 4.2 released
This version has been designated as a long-term support (LTS) release, which means that security and data loss fixes will be applied for at least the next three years.
MIT Turbocharges Python’s Notoriously Slow Compiler
Codon lets users run Python code as efficiently as C or C++
SPONSORED LINK
Deploy, host, and scale your Python apps with Kinsta
Deploy your Python app from your GitHub account or bring your Docker container. Launch in minutes at any of our 26 global data centers. Your app is hosted on Google Cloud and secured by Cloudflare. Plus, turn on the free CDN that has 275+ POPs. Add one or multiple databases and take advantage of internal connections. 24/7 expert live chat support is always there to help you. Deploy Your Python App Now, Start With a Free Trial!
Articles
10 Best Udemy Courses to Take in 2023
Whether you're a beginner or an experienced professional, there's something for everyone on this list.
Building an Intelligent Education Platform with OpenAI, ChatGPT, and Django
This tutorial shows how to build an intelligent educational platform using OpenAI APIs and Django.
Storytelling with Charts
We will show in this article three simple exploratory charts that allow visualizing the distribution of a single quantitative variable.
Pooch: A friend to fetch your data files
Does your Python package include sample datasets? Are you shipping them with the code? Are they getting too big?
Reduce - The Power of a Single Python Function
While Python is not a pure functional programming language, you still can do a lot of functional programming in it. In fact, just one function - reduce - can do most of it and in this article I will (try) show you all the things one can do just with reduce.
What Is Pydantic?
Pydantic can be used with any Python-based framework and it supports native JSON encoding and decoding as well. Here, learn how simple it is to adopt Pydantic.
Hello Dolly: Democratizing the magic of ChatGPT with open models
Introducing Dolly, a breakthrough in LLM from Databricks. Learn how Databricks open sourced the model and all its training code, enabling organizations to re-create Dolly at a minimal cost.
Using "any" and "all" in Python
Need to check whether all items in a list match a certain condition? You can use Python's built-in any and all functions for that!
Begin your Data Analysis Journey with Pandas and Seaborn
Analyzing data can help us understand it deeply, just like writing on a subject can. Once you better understand and make your data digestible, Seaborn is there to help you visualize things.
SPONSORED AD
Sponsor Python Cheatsheet 🧡
Python Cheatsheet is an open-source MIT licensed project that has been made possible due to the contributions of many Python developers. If you are interested in supporting this project, please consider becoming a sponsor on GitHub, or contributing by adding, fixing or improving content.
Projects
Shortuuid: A generator library for concise, unambiguous and URL-safe UUIDs.
shortuuid generates uuids using Python's built-in uuid module and then translating them to base57 using lowercase and uppercase letters and digits, and removing similar-looking characters such as l, 1, I, O and 0.
Django-admin-site-search: A global/site search modal for the Django admin
A search (cmd+k) modal, for the Django admin UI, that searches your entire site.
Megamock: The Developer Experience Upgrade for Python Mocking
Sane defaults for mocking behavior! Patch objects, variables, attributes, etc by passing in the thing in question, rather than passing in dot-delimited path strings! Create tests faster than ever!
Swingmusic: Swing Music is a beautiful, self-hosted music player for your local audio files
Swing is a music player for local audio files built with both visual coolness and functionality in mind. Just run the app and enjoy your music library in a web browser.
AND FINALLY...
Come on, come on... Show us how to do it... 🤔
If you have any questions or suggestions, you can contact us at carlos@pythoncheatsheet.org.