Tag: python
-
Stream English EduCommerce
In October 2024 I started on the Stream English EduCommerce platform. It is a combination of a learning management system (LMS), an ecommerce shop and a blog/news section. The LMS hosts YouTube videos and also has the ability to upload videos. The shop uses Stripe and mainly sells digital downloads, so a secure download area…
-
Anvil Apps
I am building my AI Agents and chatbots using python so I have been looking into different frameworks. I am already familiar with Flask and Django and been looking at no-code/low-code options. There are loads of no-code and low-code options available. When I first started looking I considered Bubble. Most of these options use JavaScript…
-
Python Foundational Concepts
As I have been away from Python for a couple of months I am getting reacquainted with how it works. Understanding and mastering Python involves understanding several foundational concepts. Once you learn the basics everything else will fall into place. Learning Python using copy and paste isn’t really helpful (as I have discovered via my…
-
Wagtail CMS Multi-Site Setup Guide
I have set up Wagtail CMS Multi-site and I wanted to document what I have done so far, just in case I decide to do this again. I set up a new installation and added it to GitHub. I used ChatGPT to help me write code when I knew it would save me time and…
-
Making Wagtail Progress
Having worked with WordPress for so long I have muscle memory around setting up a new site. It took minutes. For the past week I have dedicated my time to developing muscle memory with Django and Wagtail. 😊 Using CMD to set up and activate virtual environments, creating a project folder, installing Wagtail (or Django), installing…
-
AI Fundamentals
Over the last 7-10 days I have completed the AI Fundamentals and ChatGPT Fundamentals courses at DataCamp. It has given me a firm grasp of AI concepts. Here is what was covered: AI Fundamentals– Understanding artificial intelligence– Introduction to ChatGPT– Understanding Machine Learning– Large Language Models (LLMs) Concepts– Generative AI Concepts ChatGPT Fundamentals– Introduction to…
-
My Tech Stack
A tech stack is a combination of the programming languages, libraries, languages, and tools that a developer uses to build websites and apps. In order to ensure I stay focused on my tech stack I have decided to list them here. There is a combination of what I know (which needs improving upon) and what…
-
Chatbot Development
I am considering the best option for chatbot development as a business. My aim is to provide a service. I build an AI Persona Chatbot for a business or person based on their data. Now that I have looked into AI and large language models, it seems as if I have three options. These options…
-
Full-Stack Software Developer
I received notification of my result for project five of my full-stack Software Developer training, which is now complete. I am now a trained Full-Stack Software Developer. My overall grade is a merit and my specialization is eCommerce. My five projects are listed on my GitHub page : Project One – Sologamy – Merit (html/css)…
-
Python projects to build
I came across this video that focuses on python projects worth building. Including it here as a reminder in case I want to consider focusing on any of them. I could do with improving my python skills. As I build them I will link to them. I am going to use Vercel and/or Render as…
-
Project 3 Complete
I have now completed and submitted my third full stack software developer training project. This project focuses on using Python. It is a portal for constructors to add their dates, number of days and hours into so they can get an idea of how much they will be paid. After creating the main project my…
-
Python Project Planning
I have been focused on project 3, which uses Python and looking at potentials. My first idea was a currency converter using an API but the company only provide one month free and I didn’t want it running out before the project assessment date! In our work along example we used google sheets, an api…