Looking to showcase your Django development skills to potential employers? Look no further than the “Django Property Management App on Azure”. This project is a perfect example of how to create a fully functional property management web application using Django and deploy it on Azure. The app features user authentication and authorization, property listing and management, photo upload and management, and deployment to Azure App Service. It’s a great way to demonstrate your skills and attract the attention of hiring managers. Check out the project on GitHub and start building your portfolio today!
Featured
-
-
Coding ProblemsFeatured
How to Improve the Runtime of Your Code When Checking the Value of a Binary Tree’s Root
by Kal Bartalby Kal BartalDo you have a binary tree with exactly 3 nodes? Check if the value of the root is equal to the sum of the values of its two children with this simple Python code. Learn how to improve the runtime of the code from O(n) to O(1).
-
This code is a tkinter GUI application designed to automate the process of logging into match.com and finding matches. It uses webdriver and selenium to click on the ‘Shuffle’ option and present potential matches to the user. After entering the email and password, the user can click the ‘Login’ button to initiate the match finding process. The code is designed to be simple and user-friendly, making it an ideal choice for those looking for an automated way to find matches on match.com.
-
This code is a Morse Code Translator program written in Python using the Tkinter library. It creates a window object, configures the window size and title, and then creates a frame, label, input field, button, and a text field for output to the user.
-
The following code is a Python program that uses the Tkinter library to create a graphical user interface (GUI) for displaying information about different sorting algorithms.
The program includes a dropdown menu that allows the user to select a specific algorithm, and a text box that displays an explanation of the selected algorithm, along with its time complexity and best/worst case scenarios.