Found 103 repositories(showing 30)
sanusanth
What is Python? Executive Summary Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python's introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective. What is Python? Python is a popular programming language. It was created by Guido van Rossum, and released in 1991. It is used for: web development (server-side), software development, mathematics, system scripting. What can Python do? Python can be used on a server to create web applications. Python can be used alongside software to create workflows. Python can connect to database systems. It can also read and modify files. Python can be used to handle big data and perform complex mathematics. Python can be used for rapid prototyping, or for production-ready software development. Why Python? Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc). Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick. Python can be treated in a procedural way, an object-oriented way or a functional way. Good to know The most recent major version of Python is Python 3, which we shall be using in this tutorial. However, Python 2, although not being updated with anything other than security updates, is still quite popular. In this tutorial Python will be written in a text editor. It is possible to write Python in an Integrated Development Environment, such as Thonny, Pycharm, Netbeans or Eclipse which are particularly useful when managing larger collections of Python files. Python Syntax compared to other programming languages Python was designed for readability, and has some similarities to the English language with influence from mathematics. Python uses new lines to complete a command, as opposed to other programming languages which often use semicolons or parentheses. Python relies on indentation, using whitespace, to define scope; such as the scope of loops, functions and classes. Other programming languages often use curly-brackets for this purpose. Applications for Python Python is used in many application domains. Here's a sampling. The Python Package Index lists thousands of third party modules for Python. Web and Internet Development Python offers many choices for web development: Frameworks such as Django and Pyramid. Micro-frameworks such as Flask and Bottle. Advanced content management systems such as Plone and django CMS. Python's standard library supports many Internet protocols: HTML and XML JSON E-mail processing. Support for FTP, IMAP, and other Internet protocols. Easy-to-use socket interface. And the Package Index has yet more libraries: Requests, a powerful HTTP client library. Beautiful Soup, an HTML parser that can handle all sorts of oddball HTML. Feedparser for parsing RSS/Atom feeds. Paramiko, implementing the SSH2 protocol. Twisted Python, a framework for asynchronous network programming. Scientific and Numeric Python is widely used in scientific and numeric computing: SciPy is a collection of packages for mathematics, science, and engineering. Pandas is a data analysis and modeling library. IPython is a powerful interactive shell that features easy editing and recording of a work session, and supports visualizations and parallel computing. The Software Carpentry Course teaches basic skills for scientific computing, running bootcamps and providing open-access teaching materials. Education Python is a superb language for teaching programming, both at the introductory level and in more advanced courses. Books such as How to Think Like a Computer Scientist, Python Programming: An Introduction to Computer Science, and Practical Programming. The Education Special Interest Group is a good place to discuss teaching issues. Desktop GUIs The Tk GUI library is included with most binary distributions of Python. Some toolkits that are usable on several platforms are available separately: wxWidgets Kivy, for writing multitouch applications. Qt via pyqt or pyside Platform-specific toolkits are also available: GTK+ Microsoft Foundation Classes through the win32 extensions Software Development Python is often used as a support language for software developers, for build control and management, testing, and in many other ways. SCons for build control. Buildbot and Apache Gump for automated continuous compilation and testing. Roundup or Trac for bug tracking and project management. Business Applications Python is also used to build ERP and e-commerce systems: Odoo is an all-in-one management software that offers a range of business applications that form a complete suite of enterprise management applications. Try ton is a three-tier high-level general purpose application platform.
leihuagh
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
studiosemicolon
Onlineshop is an e-commerce project based on Django 2.x where it's using Django's default MVT architecture and back-end rendering.
ArRosid
E-Commerce Project build in Django 2.1.7
bounswe
CMPE352/451 2020 - Group 2 - E-commerce website & mobile app. Built using Django, React, Android SDK/Kotlin, Ant Design, PostgreSQL, AWS EC2/S3
efegorkemumit
No description available
rodrigoddc
E-commerce com Django 2.2.1
E commerce with Django 2.0 and python 3.5
osama-mohamed
https://www.linkedin.com/in/osama-mohamed-ms/
vishnu-sagubandi
A fully featured E-commerce web app built with Django 3.2.5, Python 3.8.5, React and Braintree payments.
paullewallencom
Django 1.2 E-commerce
uwevanopfern
Sample e commerce developed in django 2
anuragsingh28
E commerce site based on Django 2
Shashish-Mishra
E-commerce website build with Django 2.2 with PayTm integration.
aminhp93
No description available
VuKhoa23
Project 2 - CS50w: E-Commerce WebApp usng Django DB Models
pragalathan-22
No description available
RiswanBasha
No description available
xuanzung0505
E-commerce shopping web using Django v2.2, Ajax, JQuery v3.6.0 v2 http://typpoppop.pythonanywhere.com
psix-coder
🛒 Django E-commerce Platform - Organic mahsulotlar uchun to'liq funksional online do'kon. Multi-category system, product management, image gallery, admin dashboard. Django 4.2, SQLite.
codes4free
MVP de e‑commerce escrito em Python 3.12 + Django 4.2, containerizado com Docker. Autenticação JWT, DER documentado e suíte de testes com 98 % de cobertura.
Fachiis
A very robust storefront project. This is a well-structured, designed implementation of an online e-commerce application that is currently built with Django and Django REST Framework. This application has all models linked with the best practice using One2One, Many-2-One, Many-2-Many relationship and connecting separate apps using Generic Relationship. Implemented a robust API endpoints
Siddharth6499
This project has 2 applications i.e. an E-Commerce Website and a Blog. The E-Commerce Website is an online shopping website where a person can select the desired items, add to cart and can even track their orders to get the update. This Website in integrated with Paytm and UPI Platforms. Technology Stack Backend - Python (Django Framework) Frontend - HTML/CSS/JavaScript. The Blog has a comment and like feature in it. This project is still going on.
nabirhossain
Django 2.0 E-commerce site
lipskiyp
CS50w Project 2: Django E-Commerce App
DziadoszWiktor
Django e-commerce site version 2.0
monikamatis
basic Django e-commerce solution in 2 options: custom Django app and using specialised Django e-commerce app
muhashil
Simple e-commerce built using Django 2.1
krajnishk
Django e-commerce app using python=3.8 and Django=2.2.7
lakshmanan-vl
No description available