Fourth and final milestone project

Related tags

Financepound-dog-MS4
Overview

Milestone Project 4: Pound Dog

site screenshot

Click link to visit "Pound Dog"

Aim of the project

  • The aim of this project is to provide access to a website informing the public of a fictional, independant company whose sole purpose is to rescue, look after, and potentially re-house dogs.

  • The second aim of the project is to encourage the user to register so as to contribute either through monetry donations or to offer their services on a voluntary level.

This site should appeal to and be suited for :

  • Those who have a genuine interest in the welfare of dogs.
  • Those who have the inclination to spare a limited sum of money in supporting charities such as these.
  • Those who feel that they have something to offer in relation to the everyday running of such a facility and have the ability to volunteer on a regular basis.
  • Someone who knows of a circumstance relating to the welfare of an animal and is looking for advice on how to deal with the matter.

User Story

  • As a first time visitor to the site, I would want a clean, clear user interface, instantly outlining the purpose of the site.

  • As a first time visitor I would want to be able to navigate easily to the relevant areas of the site that are of interest to me.

  • As a first time visitor I would want to know the benefits of creating an account and why it is being suggested to log in.

  • As a visitor to the site I would expect responsiveness across all devices so the content would look and feel the same regardless of the device used.

  • As a returning visitor to the site I would want to log in to my account to access my personal details and any interactivity I have taken part in.

  • As a returning visitor I would want to access my profile to access, edit and delete any information previously submitted.

  • User Conclusion

    • After visiting the site I would like to feel that I have benefited from a good user experience interacting with the site.
    • I have learnt something regarding the aims of the charity.
    • I have contributed to the whole experience by either donating, offering my time and/or services.
    • I would have gained enthusiasm and motivation to encourage others to visit the site, and become instrumental in the upkeep of the charity.

The 5 planes of UX

  • When planning out this site I thought it important to implement the same 5 planes of UX that I had used when designing my Milestone Project 1 and 2. Doing this makes the process an easier task.

The Strategy

  • In planning out this website I specifically wanted to target users who fell into these brackets:

    • Those who are familiar with charities such as Pound Dog and other animal welfare practices.
    • Those who are familiar with charities such as Pound Dog and wish to become active in their upkeep.
    • Those working within the same industry/environment and is wanting to reach out for support or to offer support.
    • Those who would use the site as a means to accessing information regarding caring for dogs.
    • Those who are looking to adopt a dog and are looking for an avenue to explore.
  • As a developer I would want a site that was easily maintainable and easy to update with new content as the site progressed.

The Scope

  • Based on the strategy above I began to work on the scope of the site taking into consideration the following factors:
    • The user should be able to:
      • Navigate easily around the entire site in a clear and effective manner.
      • Have the navigation areas clearly marked with full text on larger screens and the standard familiar collapsible navigational button on smaller screens.
      • Find the site attractive with text elements easy to read and images to be clear, and interesting in appearance.
      • Feel interested enough to want to register with the site to participate in aspects of the upkeep of the charity.
      • Register with minimal fuss and only have to supply the absolute necessary information to create an account.
      • Once registered, be content that the process was worthwhile.
      • Find aspects of the site appealing enough that they would want to return.
      • Become interested enough that they themselves would want to return to the site to view and review information relevant to themselves.

The Structure

  • I planned on using set elements throughout the project so as to keep the sense of familiarity running regardless of the content on the page. Therefore I incorporated:

    • A fixed Navbar, present on all screens, displaying the relevant options to the user at their point of the journey,

    openingnavbar loggedinnavbar


  • A floating footer bar featuring.....

    pagefooter


  • The opening page will welcome the user to the site, explain the sites purpose and encourage the user to login to access more content. The user should notice the option to log in has been highlighted in the body of welcoming text but failing that the option to log in is also displayed within the Nav bar.

    markedtext markedlogin

  • If the user chooses not to log in then the options are limited to the basic ideals of the site.

  • If the user chooses to log in to the site they will be redirected to a log in page. If the user has never visited the site before then they will be required to register with the site. This is suggested at the bottom of the log in page.

    markedregistration

  • For the registration aspect I will have created a collection in a database within Django where the information regarding the users name, email, and password will be safely stored. The password will be encrypted using the Werkzeug security password hash method.

  • After registering, the user will be directed to a new screen with the new content made available to them. markeduserscreen


  • In the event that the user should encounter an error whilst navigating the site, I have created a simple 404 error page that features all the correct navigational elements of the main page along with an additional 'Home' button to ensure that the user is returned back to a functioning section of the site.

    404errorscreen


From the Skeleton to the Surface

The idea of the bare bones of the project were sketched out in wireframes using Balsamiq. Laid out below is the realization of each main structure into its actual state.

  • Page 1
    # Actual screen grab does not indicate full content of screen

homepagedesktopview actualhomepage

  • Page 2 # Actual screen grab does not indicate full content of screen

historypagedesktopview actualhistorypage

  • The Log In Page is where the visitor has the option to log in or register to access more content within the site. There is a link at the bottom of the page alerting the visitor that if not currently registered then the link will take them to the necessary registration page.

loginpagedesktopview actualloginpage

  • The Registration Page is where the visitor to the site can give minimal details to become a user of the site and have access to extra content within the site.

registrationpagedesktopview actualregistrationpage

  • Once registered / logged in the user will be greeted by a revision of the home page but this time there will be more information regarding the new content available to them.

loggedinpagedesktopview actualregisteredpage

  • The User Profile page is where users can go back to access their personal information. If they so wish, the option to edit or delete information is also presented to them as well.

userprofilepagedesktopview actualprofilepage

  • The final option available to the user is to log out of the site. Upon doing so the user will be returned back to the generic home page with a flash message that they have been logged out and to come back soon.
    # Actual screen grab does not indicate full content of screen

actualloggedoutpage


Django


Early Stages

Wireframes

  • A wireframe summary of the home page on desktop, tablet, and mobile view.

landingpagedesktopview landingpagetabletview landingpagemobileview landingpagetabletsidebarview

  • A wireframe summary of the About Us page on desktop, tablet, and mobile view.

aboutusdesktopview aboutustabletview aboutusmobileview aboutustabletsidebarview

  • A wireframe summary of the Log In page on desktop, tablet, and mobile view.

loginpagedesktopview loginpagetabletview loginpagemobileview loginpagemobilesidenavview

  • A wireframe summary of the Registration page on desktop, tablet, and mobile view.

registrationpagedesktopview registrationpagetabletview registrationpagemobileview registrationpagemobilesidenavview

  • A wireframe summary of the Donation page on desktop, tablet, and mobile view.

donationpagedesktopview donationpagetabletview donationpagemobileview donationpagemobilesidenavview

  • A wireframe summary of the Payment page on desktop, tablet, and mobile view.

paymentpagedesktopview paymentpagetabletview paymentpagemobileview paymentpagemobilesidenavview

  • A wireframe summary of the .... page on desktop, tablet, and mobile view.

fablespagedesktopview fablespagetabletview fablespagemobileview fablespagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

quiztimepagedesktopview quiztimepagetabletview quiztimepagemobileview quiztimepagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

competitionpagedesktopview competitionpagetabletview competitionpagemobileview competitionpagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

usereditpagedesktopview usereditpagetabletview usereditpagemobileview usereditpagemobilesidenavview

  • A wireframe summary of the ..... page on desktop, tablet, and mobile view.

storydeletepagedesktopview storydeletepagetabletview storydeletepagemobileview storydeletepagemobilesidenavview

  • Various Flash Messages Featured Throughout Site

flashmessages


Colour Schemes

For the colour scheme I decided to keep things as simple as possible so as not to distract from the content.
MAIN COLORS colorscheme

Breakdown Of Use Of Colours

colorscheme
TEXT

colorscheme
BACKGROUND COLOR

colorscheme
TEXT

colorscheme
TEXT

colorscheme
TEXT

colorscheme
ICONS

To ensure good, consistant readability throughout the site I ran a contrast check on my text to background color ratio and was pleased with the results.

contrastcheck1 contrastcheck2


Fonts

For the textual elements I imported in two font family variants from Google Fonts.

Main Font Secondary font


The Website Features

  • As Submitted

  • Features I would include in the future


User Interaction

  • The following aspects can be interacted with:

The Coding Languages and Techniques Used

Using MongoDB in the site.

  • Listed below is the method for initiating and using MongoDB to store site data in a collection within MongoDB.

    • Firstly, navigate to www.MongoDB.com.
    • Click on either 'Try Free' or 'Start Free'

    mongopt1

    • Once selected you will need to fill out your personal details.

    mongopt2

    • Once filled out you will be prompted to verify your email address.

    • Then select 'Build a Database'

    mongopt3

    • Next you need to choose which option is best suited for your purposes to deploy your cloud database. For the purposes of this site I chose the shared option which is free.

    mongopt4

    • Next you want to select your cloud provider and the region applicable to you. In this case I selected AWS and because I live in Ireland, I'd select Ireland.

    mongopt5

    • Next, select a cluster tier. This is similar to buying cloud storage. Price depends on the size of the storage needed. In this instance select M0 which is 'Free Forever'.

    mongopt6

    • Lastly in this section, give the cluster a name, (this can only be done once), and select 'Create Cluster'. This may take 1-3 minutes to complete.

    mongopt7

    • Inside of the main cluster workspace, under Security select 'Database Access'. This will bring you to the next step of adding a database user. Select 'Add New Database User'.

    mongopt8

    • Within the new database user form make sure that the Authentication Method is set to Password, create a username and password. Under the 'Database User Privileges' make sure that 'Read and write to any database' is selected and finally select 'Add User'. Remember to never share or include your username and /or password in any capacity. Doing so will give someone full access and potentially jeopardize the database.

    mongopt9

    • With the new user added, select 'Network Access' from the menu on the left titled 'Security' and then select 'Add IP Address'.

    mongopt10

    • It's here that we can 'whitelist' our IP address, basically letting MongoDB know that our IP address is safe to access the database. Ideally, for extra security the user should select 'Add Current IP Address' and specify certain IP addresses. For the purpose of this demonstration I have selected 'Allow Access From Anywhere'

    mongopt11

    • With that done, head back to Databases under the 'Deployment' heading and select 'Browse Collections'. In the following screen, select 'Add My Own Data'.

    mongopt12

    • Here now, you can name your own database using no spaces and incorporating camelcase for more than one word in the title, and within that, name your first collection.

    mongopt13

    • As you can see here, once the database and collection has been named, you return back to the main screen and you can see the new database and collection ready to use.

    mongopt14

    • From this point on you can insert documents into the collection via the 'Insert Document' within the cluster page or generate documents programmatically. You will notice also that each document comes with a unique ID code which contains a timestamp of when the document was created.

    mongopt15

Method of Deployment

  • My two previous Milestone projects were deployed on GitHub pages due them being more frontend, static sites. This current project is a data-centric, back-end project and therefore I had to use a host that is suited to my needs, ie: Heroku, Elastic Beanstalk, Firebase.

  • To fully test the site on multiple 'real-world' devices I wanted to create a live link to the site relatively early on that could be accessed universally. To do this, I opted to deploy the site using Heroku. To do similar the user should:

  • Firstly, make sure that a requirements.txt file has been created and that it contains the details of the necessary packages/modules used within the program code. If extra packages/modules are introduced throughout the development of the site then it is important to update their existence within the requirements.txt file so that they are utilised by Heroku.

requirementsgrab

  • Secondly a Procfile must be created with the name of the application file (app.py) so Heroku knows which file to access first. This is only a short one line file but ultimately very important!!

procfilegrab

  • Lastly these files must be pushed to GitHub in preparation for deploying the site through Heroku.

  • Once the above steps have been followed the user should follow the next steps:

    • Step 1: Open Heroku.com and sign in.
    • Step 2: Once signed in the user should see a list of apps previously created (if any) in chronological order. In the top right corner click on new and select 'Create new app'.

    herokupt1

    • Here the user will now name the app you wish to create. This must be written in lowercase and replace any spaces with the minus/dash character. As the user writes the name of the app, a guidance note will appear displaying if the name is available or not. Following this the user must select a region between United States and Europe.

    herokupt2

    • The next step brings the user the options for how to deploy their app, basically how to access the code written. For this example we will presume the user has the code in GitHub so select 'Connect to Github' and type the name of the repository you wish to have deployed.

    herokupt3

    • Once Heroku has found the repository it will be displayed below and the user simply has to click select.
    • If the user has stored the environment variables within a hidden env.py file (which is common, safe practise), Heroku won't be able to read those variables. To make the variables accessible to Heroku, click on the 'Settings' tab for your app, and then click on 'Reveal Config Vars', where the user can securely tell Heroku which variables are required and their subsequent values.

    herokupt4

    • Presuming that the user has the Procfile and all other relevant files added and pushed through to GitHub then the user should then select 'Enable Automatic Deployment'. If the user has the main branch for deploying then select 'Deploy Branch'.
    • Once these options have been selected, Heroku will have gained access to the site and start building the app based on the required files. Once completed, Heroku will display the message 'Your app was successfully deployed'. Click 'View' to launch the app.
    • In the settings page, the user can find the url for accessing the site on all devices and browsers.

    herokupt5

    • From this point on, all new code pushed to GitHub will be read and displayed through the app. It is important to deploy early in the apps development so as to making the testing stages a longer, more thorough investigation into the overall working of the code.
    • From this point on you can type in and access your site on any device with an internet browser which is ideal for testing purposes.

For those wishing to develop the site further using a repository clone:

  • You must first ensure that you have a current Github account.
  • Be running the most up to date version of Google Chrome with the Gitpod browser extension installed.
  • Login to Github with your own github account.
  • Navigate to the Project Github Repository page.
  • Click the New button, this will trigger a new workspace.
  • Under Create a new Repository select Import a Repository
  • Now, in the Your Old Repository Clone URL field, type in "git clone https://github.com/JamieWilson2000/.git"
  • Enter in a new relevant repository name and click Begin Import.
  • After a short while you'll recieve a message saying that the new repository is ready with a link to take you to it.
  • Open gitpod.
  • To ensure that all packages/modules are in place type 'pip install -r requirements.txt' in the terminal. As long as the requirements file is up to date, this will install all elements for running the site.

Methods of Testing

  • Throughout the development stage I used a handful of methods to ensure the site looked and acted appropriately.

  • These included:

    • Chrome Dev Tools - for testing stylings, sizing, and responsiveness

    • Mozilla Dev Tools - for testing stylings, sizing, and responsiveness

    • http://ami.responsivedesign.is/ - for general look and feel of the site.

    • https://coolors.co/ - for picking color schemes and testing contrast colors -- See Results

    • Heroku.com - to access the live site across different devices

    • Google Lighthouse - to test perfomance -- See Results


Summary of User Testing

User Story Recap

  • As a first time visitor to the site, I would want a clean, clear user interface, instantly outlining the purpose of the site. -- See Test 1

  • As a first time visitor I would want to be able to navigate easily to the relevant areas of the site that are of interest to me. -- See Test 2

  • As a first time visitor I would want to know the benefits of creating an account and why it is being suggested to log in. -- See Test 1

  • As a visitor to the site I would expect responsiveness across all devices so the content would look and feel the same regardless of the device used. -- Checked across all tests

  • As a returning visitor to the site I would want to log in to my account to access my personal details and any interactivity I have taken part in. -- See Test 4

  • As a returning visitor I would want to access my profile to access, edit and delete any stories I have submitted. -- See Test 8

Test 1

Accessing the site.

As a first time visitor to the site, I would want a clean, clear user interface, instantly outlining the purpose of the site.

Test Description: This is to test that the visitor will be greeted with the above.

Steps Taken

Image of Test Result

testgrab1 testgrab1tab

The text should reflect the purpose of the site and the benefit to the visitor of registering / logging in.

testgrab1text

Considered Pass/Fail: Pass

Test 2

Identifying the Navigational elements.

As a first time visitor to the site, I want a clean clear navigational system in place.

Test Description: This is to test that the visitor will know how to navigate around the site.

Steps Taken

  • On desktop, the user should notice the options available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the options available.

Image of Test Result
testgrab1 testgrab1tab

Considered Pass/Fail: Pass

Test 3

Accessing the 'History' page.

As a first time visitor to the site, I want to access content available to me at this point.

Test Description: This is to test that the visitor can access the content available to them at this stage..

Steps Taken

  • On desktop, the user should select the history option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the history option available.

Image of Test Result
testgrab3 testgrab3tab

When reaching the bottom of the page there is a 'Back to top' link that should return the user to the top of the page.

testgrab3 testgrab3tab

Considered Pass/Fail: Pass

Test 4

Accessing the 'Log In' page.

Test Description: This is to test that after viewing the opening content, the visitor can access the extra content available via registering / logging in.

Steps Taken

  • On desktop, the user should select the 'Log In' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Log In' option available.

Images of Test Results

testgrab5 testgrab5tab

The user should be presented with the log in form.

The user should note that if not previously registered on the site then a navigational link is available to them underneath the log in form.

testgrab6 testgrab6tab

Upon clicking the 'Register Here' link, the user should be taken to the registration page.

testgrab7 testgrab7tab

Upon filling out the requested form, the user should be presented with the extra content as promised in the opening page.

testgrab8 testgrab8tab

Considered Pass/Fail: Pass

Test 5

Accessing the 'Most Loved Fables' page.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the content and that the videos all play.

Steps Taken

  • On desktop, the user could select the 'Most Loved Fables' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Most Loved Fables' option available.

Image of Test Result
testgrab9 testgrab9tab

To watch each video, the user has to either click the main play button or choose to 'Watch on Youtube'

When reaching the bottom of the page there is a 'Back to top' link that should return the user to the top of the page.

testgrab10 testgrab10tab

Considered Pass/Fail: Pass

Test 6

Accessing the 'Quiz Time' page.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the 'Quiz Time' page and participate in the quiz understanding how the game works.

Steps Taken

  • On desktop, the user could select the 'Quiz Time' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Quiz Time' option available.

Images of Test Results

testgrab11 testgrab11tab

Questions are placed on cards with the user prompted to 'Click to reveal the answer' wherein once selected the answer will become visible. To close the card again, users will notice a close symbol on the right of the card.

testgrab12 testgrab12tab

When reaching the bottom of the page there is a 'Back to top' link that should return the user to the top of the page.

testgrab13 testgrab13tab

Considered Pass/Fail: Pass

Test 7

Accessing the 'Competition' page for submitting a story.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the 'Competiton' page

Steps Taken

  • On desktop, the user could select the 'Competition' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button, familiar in todays web applications and be able to access the 'Competition' option available.

Images of Test Results

testgrab14 testgrab14tab

After completing the required fields, the user should be redirected to their 'Your Stories' page. Here they will be presented with a collapsible element displaying their submitted story.

Considered Pass/Fail: Pass

Test 8

Accessing the users 'Your Stories' page.

As a first time visitor to the site, I want to access the extra content available to me.

Test Description: This is to test that the visitor can access the exclusive content available to them at this stage..

Steps Taken

  • On desktop, the user could select the 'Your Stories' option available placed clearly in the top right hand corner.
  • On mobile devices, the user should notice a collapsible menu button familiar in todays web applications and be able to access the 'Your Stories' option available.

Images of Test Results

testgrab16 testgrab16tab

The user should notice that here, the option to click to read their submitted story. When clicked on should reveal the story in it's entirity.

Before:
testgrab17

After:
testgrab17tab

In the event that the user hasn't submitted a story before accessing this page then he/she should be greeted with the flash message informing them of this and a prompt on where to go to do so.

testgrab17flash

Considered Pass/Fail: Pass

Test 9

Editing the Users Stories.

Test Description: This is to test that the visitor can access and edit their submitted story.

Steps Taken

  • Within the 'Your Stories' page, the option to edit and delete the stories are available to the user.
  • Upon selecting the 'Edit' button, the user is taken to the page for editing their story.
  • The story title field should be pre-populated with the users story title and the story field should be pre-populated with the users story.

Images of Test Results

testgrab18 testgrab18tab

Here the user can make changes to both the title of the story and the main body of the story if he/she so wishes to. Once satisfied with the changes made the user should select the 'Save Changes' button to submit the changes to the database and therefore to the users 'Your Stories' page.

testgrab19

And once 'Save Changes' has been selected the user should see that the changes have been saved.

testgrab19tab

Considered Pass/Fail: Pass

Test 10

Deleting the Users Story.

Test Description: This is to test that the visitor can access and delete their story if they so wish.

Steps Taken

  • Within the 'Your Stories' page, the option to edit and delete the stories are available to the user.
  • Upon selecting the 'Delete' button, the user is presented with a second option. Here the user is given the option to change their mind and keep the story or continue with their choice to delete the story.

Images of Test Results

testgrab20

Once selected this modal appears:

testgrab20sure

If 'No!!!' is selected then the user will be redirected back to the stories page but if the 'Delete' button is selected again then the user is presented with this flash message.

testgrab20deleted

Considered Pass/Fail: Pass

Test 11

Logging Out.

Test Description: This is to test that the visitor can log out of the site.

Steps Taken

  • The user should note that after finishing his/her time on the site then in the top right hand corner the option is there to log out.
  • Upon selecting the 'Log Out' option the user should be greeted with the home page again and a flash message informing the user that he/she has been logged out.
  • Further confirmation that the user has been logged out should be the navigational items in the Nav bar and the mobile side Nav bar returning back to the limited content again.

Images of Test Results

testgrab21 testgrab21tab

Considered Pass/Fail: Pass

Test 12

Accessing Social Icons.

Test Description: This is to test that the social icons redirect the user to the relevant site, opening in a new tab.

Steps Taken

  • Should the user wish to explore one of the social icon options then by clicking on one should redirect them to the relevant page in a new tab.

Images of Test Results

  • Firstly to test the LinkedIn social icon:

testgrab22b testgrab22a

Considered Pass/Fail: Pass

  • Next to test the GitHub social icon:

testgrab23a testgrab23b

Considered Pass/Fail: Pass

  • Lastly to test the Wikipedia social icon:

testgrab24a testgrab24b

Considered Pass/Fail: Pass

  • CONCLUSIONS
    • After extensive testing across various devices, I was satisfied with the overall look and feel of the site.
    • I am satisfied that each of the users needs have been addressed.
    • I am satisfied with the content and the presentation of the content.

Problems and bugs experienced along the way

Code Validations

HTML Validator

Python Validator

I ran my app.py code through the online PEP8 check and was happy with the results.

  • This is the result for the PEP8 Online check: pythonpep8check

CSS Validator

I ran my CSS file through the W3C CSS Validator and was pleased with the results.
Results shown below:
cssvalidation

Javascript Validator

I ran my limited script file through the JSHint Validator and was pleased with the result. Results shown below:
scriptvalidation

Lighthouse Testing

I ran the site through Google Lighthouse to check general performance and accessibilities and was reasonably content with the results on both desktop and mobile.
Results shown below:

lighthousetestdesktop lighthousetestmobile

Credits

Imagery used in the site

Video used in the site

Throughout the creation of this project I have referred to the following for assistance and guidance:

Acknowledgement

Owner
Jamie Wilson
Jamie Wilson
ARCH models in Python

arch Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for financial econometrics, written in Python (with Cython and/or Numba used

Kevin Sheppard 1k Jan 04, 2023
Python sync/async framework for Interactive Brokers API

Introduction The goal of the IB-insync library is to make working with the Trader Workstation API from Interactive Brokers as easy as possible. The ma

Ewald de Wit 2k Dec 30, 2022
Find big moving stocks before they move using machine learning and anomaly detection

Surpriver - Find High Moving Stocks before they Move Find high moving stocks before they move using anomaly detection and machine learning. Surpriver

Tradytics 1.5k Dec 31, 2022
Fourth and final milestone project

Milestone Project 4: Pound Dog Click link to visit "Pound Dog" Aim of the project The aim of this project is to provide access to a website informing

Jamie Wilson 1 Oct 31, 2021
'Personal Finance' is a project where people can manage and track their expenses

Personal Finance by Abhiram Rishi Pratitpati 'Personal Finance' is a project where people can manage and track their expenses. It is hard to keep trac

Abhiram Rishi Prattipati 1 Dec 21, 2021
Indicator divergence library for python

Indicator divergence library This module aims to help to find bullish/bearish divergences (regular or hidden) between two indicators using argrelextre

8 Dec 13, 2022
Yahoo! Finance market data downloader (+faster Pandas Datareader)

Yahoo! Finance market data downloader Ever since Yahoo! finance decommissioned their historical data API, many programs that relied on it to stop work

Ran Aroussi 8.4k Jan 01, 2023
personal finance tracker, written in python 3 and using the wxPython GUI toolkit.

personal finance tracker, written in python 3 and using the wxPython GUI toolkit.

wenbin wu 23 Oct 30, 2022
This repository provides all Python codes and Jupyter Notebooks of the book Python for Finance

Python for Finance (O'Reilly) This repository provides all Python codes and Jupyter Notebooks of the book Python for Finance -- Analyze Big Financial

Yves Hilpisch 1.6k Jan 03, 2023
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks

CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks https://github.com/CryptoSignal/Crypto-Signal Development state:

Github.com/Signal - 2,100 + stars, 580 + forks 4.2k Jan 01, 2023
A banking system is a group or network of institutions that provide financial services for us

A banking system is a group or network of institutions that provide financial services for us. These institutions are responsible for operating a payment system, providing loans, taking deposits, and

UTTKARSH PARMAR 1 Oct 24, 2021
crypto utilities as a way of learning

cryptos Just me developing a pure Python from-scratch zero-dependency implementation of Bitcoin for educational purposes. This includes a lot of the c

Andrej 958 Jan 02, 2023
Portfolio and risk analytics in Python

pyfolio pyfolio is a Python library for performance and risk analysis of financial portfolios developed by Quantopian Inc. It works well with the Zipl

Quantopian, Inc. 4.8k Jan 08, 2023
Python Backtesting library for trading strategies

backtrader Yahoo API Note: [2018-11-16] After some testing it would seem that data downloads can be again relied upon over the web interface (or API v

DRo 9.8k Dec 30, 2022
This repository contains a set of plugins for Volatility 3

volatility_plugins This repository contains a set of plugins for Volatility 3 These plugins are not compatible with Volatility 2 To use these plugins

Immersive-Labs-Sec 10 Nov 30, 2022
scrilla: A Financial Optimization Application

A python application that wraps around AlphaVantage, Quandl and IEX APIs, calculates financial statistics and optimizes portfolio allocations.

Grant Moore 6 Dec 17, 2022
Software for quick purchase of mystery boxes on Binance.

english | русский язык Software for quick purchase of mystery boxes on Binance. Purpose Installation & setup Motivation Specification Disclaimer Purpo

Ellis 5 Mar 08, 2022
Zipline, a Pythonic Algorithmic Trading Library

Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting. Zipline is currently used in production as the backte

Quantopian, Inc. 15.7k Jan 02, 2023
Q-Fin: A Python library for mathematical finance.

Q-Fin A Python library for mathematical finance. Installation https://pypi.org/project/QFin/ pip install qfin Bond Pricing Option Pricing Black-Schol

Roman Paolucci 247 Jan 01, 2023