Memory Game in Python
A memory Game in Python using Pygame.
This is an introduction to Python Games with Pygame.
Introducing basic of Pygame library.
Here we will look how to draw basic geometrical objects, how to animate and how to control the pygame objects with our keyboard and mouse.
Basic steps to build a REST API in Django with permissions and authentication.
We will create a simple web application where the user can see the information about books homepage.
Later we will create API with Django for this for the same purpose.
In this tutorial we will limit access to articles list page to only logged-in users and add additional restrictions so that only the author of an article can edit or delete it. Users will also be able to add comments to any existing article.
In this tutorial we will article page where journalists can post articles, set up permissions so only the author of an article can edit or delete it.
In part I of Django News App, we displayed our homepage by including view logic in our urls.py file. Here we will create a dedicated pages app for all our static pages, such as homepage. This will keep our code nice and organized. We will also add password and password functionality to complete the authorization flow of our Newspaper app. Initially we will implement Django’s builtin views and URLs for password change and password reset before customizing them with our own Bootstrap powered templates and email service.
Part one of making news application in Django. Here we go through initial setup which includes creating virtual environment, creating repository in Github, installing Django and creating basic app. This is followed by creating sign up, login and log out for users. Finally we test our code.
In this final part of our Blog App tutorial we will add user log in, log out and sign up options.
In Blog App in Django Part I user can only create, edit or delete blogs through admin panel. In this tutorial, we will add functionalities and pages so that user can create, edit and delete blog posts without using Django admin panel. We will add codes to previous project.
In this tutorial we will build a Blog App in Django that allows users to create, edit and delete posts. The homepage will list all blog posts and there will be a dedicated detail page for each individual blog post. We will also introduce CSS for styling and learn how Django works with static files.
In this tutorial we will learn Basic of Django with Message Board Application where users can post and read short messages. We will use database for this purpose. We will also explore Django built-in admin interface which provides a visual way to make changes to our data. Towards end we will add few tests
Simple Django tutorial where we learn how to create app, use templates, extend templates and test our app.
The following tutorial has been operated on Ubuntu 22.04.02 with the Python Version 3.10.6 Create a virtual Environment Install Django Output Start a Django Projects Running Django Note that the full command line output will contain additional information including a warning about 18 unapplied migrations. Technically, this warning doesn’t matter at this point. Django is complaining that we have not […]
Steps for ubuntu 18.04 Install Python3.8 Create virtual env Install Django Create Project and Run the Django in Local Server
A flask based web application to build resume. This web application uses javascript to generate dynamic forms and jinja to send data to html files.
In this post we will look several ways to visualize and extract time series data with the help of Pandas.
A streamlit web app, that scraps the data of stock price listed in NEPSE. And predict the future price of stock based on CNN-BGRU model.
A simple web application for cross tabulation analysis hosted on Heroku.
A simple web application in Flask which will upload and display image.