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.
Supply Chain Attack Using Identical PyPI Packages
The FortiGuard Labs team has discovered a new 0-day attack embedded in three PyPI packages (Python Package Index) called ‘colorslib’, ‘httpslib’, and “libhttps”.
Git security vulnerabilities announced
Git users are encouraged to upgrade to the latest version, especially if they use git archive, work in untrusted repositories, or use Git GUI on Windows.
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, the first $20 is on us!
Articles
Replacing Pandas with Polars. A Practical Guide
Everyone is talking about Polars. Polars is supposed to replace Pandas. Will it?
Web crawling with Python
This post will show you how to crawl the web using Python. Web crawling is a powerful technique to collect data from the web by finding all the URLs for one or multiple domains
5 Python Tricks Every Python Developer should know
As a Python developer or enthusiast, it's recommended you know some python tricks to help you facilitate your work as a programmer and reduce repetitive or boring tasks.
Electron + Django, desktop app integrate JavaScript & Python
Building a desktop app from Electron and Django is actually building a web application, which uses Electron as the front-end by a local browser and Django as the backend.
SQLAlchemy Tutorial For Beginners - Python Simple Social Network Backend
This Database from scratch tutorial will give you an Introduction to Relational Databases using Python SQLAlchemy Library, all by learning how a simple Social Network Backend works.
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
sketch: AI code-writing assistant that understands data content
Sketch is an AI code-writing assistant for pandas users that understands the context of your data, greatly improving the relevance of suggestions. Sketch is usable in seconds and doesn't require adding a plugin to your IDE.
django-cities: Countries and cities of the world for Django projects
django-cities provides you with place related models (eg. Country, Region, City) and data (from GeoNames) that can be used in your django projects.