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
Make your Debugging easier with these 8 tips in Python
Debugging is the process of finding and fixing errors, bugs, and issues in computer programs. As a programmer, debugging is an essential skill to master, as it is a crucial step in ensuring the code you write is accurate and functioning correctly.
Web Scraping LinkedIn Jobs using Python
In this tutorial, we will extract data from Linkedin, and since it does not provide any open API for us to access this data then are only choice is to scrape it.
Extracting git repository data with PyDriller
If you want to analyze patterns in your git repositories, you first need to get data. PyDriller can help you get your data out of git repositories and into a CSV.
Python Reverse String: A Guide to Reversing Strings
Learn how to use Python to reverse a string. Learn how to use 6 ways, including developing a custom function to make your code more readable.
Creating your first Docker Container
Docker is a powerful tool for creating, deploying, and managing software applications in containers.
Deploying a Django App to Azure App Service
This tutorial looks at how to deploy a Django application to Azure App Service.
Python Assertions, or Checking If a Cat Is a Dog
Learn the rules of using assertions in Python โ and those of not using them
How I Use Python To Clear Junk on My Laptop
A step-by-step guide to automating junk file removal with Python
A Deep Dive into the __new__() Method in Python
In Python, new() is a built in constructor method that controls the creation of the new instance.
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.
Resources
Projects
Dinero: Make exact monetary calculations
A Dinero object is an immutable data structure representing a specific monetary value. It comes with methods for creating, parsing, manipulating, testing and formatting.
PicoGPT: An unnecessarily tiny implementation of GPT-2 in NumPy
picoGPT is an unnecessarily tiny and minimal implementation of GPT-2 in plain NumPy. The entire forward pass code is 40 lines of code. I wrote a related blog post for picoGPT.
mm-cot: Official implementation for "Multimodal Chain-of-Thought Reasoning in Language Models"
Multimodal-CoT incorporates vision features in a decoupled training framework. The framework consists of two training stages: (i) rationale generation and (ii) answer inference. Both stages share the same model architecture but differ in the input and output.
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.
Replbuilder: Python helper tool for building and running a repl with custom commands
Quickly build a repl cli prompt for custom commands in python.
AND FINALLY...
Doom runs everywhere ๐ฎ
If you have any questions or suggestions, you can contact us at carlos@pythoncheatsheet.org.