Skip to content
View simonchalder's full-sized avatar
Block or Report

Block or report simonchalder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
simonchalder/README.md
  • 👋 Hi, I’m @simonchalder

  • 👀 I’m interested in coding of all kinds!

  • 🌱 I’m currently learning OOP principles and how to use them effectively in applications. Currently I am working with Python and C# .NET on desktop / console applications and I am studying GUI packages such as Tkinter Qt and WPF. In time I intend to integrate more database and API usage into my projects. I have some web development experience and I am familiar with HTML, CSS, JavaScript etc.

Recent projects I have worked on:

  • An Android tree height calculator written in Python
  • An app to calculate, display and compare carrying capacities for wildlife over time
  • A stock management system in C# .NET with a remote MongoDB database
  • A bill and tip calculator in .NET C# with WPF
  • An application to practice unit testing in .NET C#
  • An image conversion and resizing application - Written in Python with a Tkinter GUI and using the Pillow (PIL) library
  • An application to retrieve vinyl record data from the Discogs.com API - Written in Python with a Tkinter GUI
  • A record cataloguing application for vinyl records - Written in C# with a WPF GUI. Currently records data to a CSV file

Popular repositories

  1. Stock-Screener Stock-Screener Public

    Stock Screener compares company data against logical requirements to determine if a particular stock may be of interest to an investor.

    Python 3 1

  2. Vinyl-Collector Vinyl-Collector Public

    A simple record cataloguing desktop application built with Python and PyQt5. This is a practice application to learn GUI and database principles.

    Python

  3. Python_BlackJack Python_BlackJack Public

    Console based blackjack game written in Python

    Python

  4. Treehouse_Shopping_List Treehouse_Shopping_List Public

    Shopping list application created during the Treehouse Full Stack Web Development course

    Python

  5. Treehouse_Ticketer_App Treehouse_Ticketer_App Public

    Ticketing Application created during the Treehouse Full Stack Web Development course

    Python

  6. Simple-Console-Calculator Simple-Console-Calculator Public

    A simple console calculator application written in C#. Performs addition, subtraction, division and multiplication of 2 numbers.

    C#