788 skills found · Page 16 of 27
AP-Skill-Development-Corporation / Python Django Internship I 2023Web Technology Django Framework [Python] - Internship [2023-2024]
RafeKettler / BindA framework for creating web API bindings in Python
vincentdchan / Spanner.pySpanner.py is a micro web framework written in python for human beings.
KenBroTech / Django Map LocatorIn this project, we will build a django web application that enables a user to search for a location and find same on a map. This project is accompanied with a YouTube video with a step by step guide to how build this project. We will learn some of the fundamentals of the Django Web Framework, integrate django with the Folium Python package. We will also use another python package, Geocoder to get the latitude and longitude as well as other relevant data from a search input. The link to the videos is https://youtu.be/2uFJ43DvhHg
cacao-research / Cacao🍫 Cacao is a reactive Python web framework for building real-time apps with a decorator-based API, component state management, JSON UIs, and WebSocket-powered updates. Ideal for dashboards, internal tools, and hybrid apps (web & desktop).
The-Assembly / Build An E Commerce Store With DjangoDjango is an extremely popular open-source Python-based web framework, designed to ease the creation of complex, database-driven websites with reusable pluggable components. Django has been famously used for sites such as Instagram, Mozilla, Disqus, and Clubhouse. In this workshop, we’ll deploy Django to create our own E-commerce storefront, which allows people to buy items with or without an account, combining the use of a database with cookies for anonymous usage. Aside from Django for the core functionality, we’ll use HTML/CSS/Javascript to improve our user experience as well as integrate with the PayPal API to handle purchase payments. Prerequisites: ✅ Visual Studio Code (https://code.visualstudio.com/download) ✅ Python (https://www.python.org/downloads) ✅ PayPal developer account (https://developer.paypal.com/docs/get-started/) ----------------------------------------- To learn more about The Assembly’s workshops, visit our website, social media or email us at workshops@theassembly.ae Our website: http://theassembly.ae Instagram: http://instagram.com/makesmartthings Facebook: http://fb.com/makesmartthings Twitter: http://twitter.com/makesmartthings #Django #PayPal #Python
luthfidhani / Web Spam SMS Classification DjangoWeb spam SMS Classification merupakan Web Machine Learning yang dapat digunakan untuk mendeteksi atau mengklasifikasikan isi dari SMS apakah termasuk spam atau tidak. Aplikasi ini dibangun menggunakan Django Framework dengan bahasa pemrograman Python. Metode yang akan digunakan dalam machine learning kali ini dengan menggunakan metode Naive Bayes Classifier.
macagua / Entrenamiento.frameworks Web PythonRepositorio de manuales y recursos del entrenamiento "Frameworks de Desarrollo Web en Python" realizado por Leonardo J. Caballero G.
muneeb-ali / Apache FlaskPython Flask (web framework) deployed with Apache
dagg / MathesisFlaskCoursePython Flask Web Framework Course for the Mathesis MOOC Platform
Jsweb-Tech / JswebA lightweight and modern Python web framework designed for speed, simplicity, and a great developer experience.
itzvnl / Flask Tutorial Step By Step This book is for total beginners who are interested to learn the python flask framework,this book does not contain any advanced concepts of the flask framework and 1the advanced python programming concepts.This Book is totally focused on the beginners who are little bit familiar with the python programming and are interested to learn the python framework to develop the web applications .
UskoKruM / Flask Mysql RestapiREST API creada con Python, el framework web Flask y el SGBD MySQL, con el protocolo HTTP y los método GET, POST, PUT y DELETE.
justinabrahms / PiscesA testable web framework in Python
akashgiricse / 100DaysOfDjangoHere I'll work on a few Django based web projects for 💯 days continuously from 14-February-2018 to 24-May-2018. Django is a Python-based web framework.
wuyangdevops / Mis Your Indexmis-your-index is an open-source mis software based on React.js and python web framework Flask
testingtrail / Python Pytest AllureThis is a project for a web automation framework using Selenium, Python, Pytest and allure reports and page object model
timothycrosley / WebBotWebBot is a collection of several tools that enables building Python web applications the same way native ones are built. As a result, the WebBot framework encourages reuse, concise code, rapid development, and happy developers.
akkasayaz / QuickscrapeQuickScrape is a lightweight, high-level web scraping library for Python that makes extracting structured data from websites simple and intuitive. Unlike more complex scraping frameworks, QuickScrape focuses on providing straightforward APIs for common extraction tasks.
supuna97 / Divorce PredictionThe aim of this machine learning application is that it can use to predict divorce. The dataset is the Divorce Prediction dataset by Larxel from the website: Kaggle. There are few models tested when developing the application, including Tree-based models like Decision trees, Random forest, XGBoost and a binary classification model called Logistic Regression. In addition, there are some data pre-processing techniques also used to analyze and normalize the dataset. Then, after applying the normalized datasets to all the models and predicting, some model optimizing methods used to get more accuracy. To build the final application, I have used the Flask framework in Python to expose the model via a REST web API. And i have used Reactjs framework to view frontend. To run as an artefact, I have used the requirements.txt technique in Pip dependency management.