Posts

Showing posts from March, 2026

Week 2 - Getting Started with Google Colab for Python

Image
One of the simplest methods of starting to code in Python without having to download or install anything is Google Colab. Colab provides you with the ability to write and run code in your browser instead of installing detailed software. Python can be experimented with instantly by simply going to log in to your Google account and creating a new notebook.The fact that one can type print(Hello World) and run it proves how easy it is to start with coding. The particular strength of Google Colab is that it is so user-friendly. The platform structures your work into code cells, and within them, you are able to write and code one step at a time. It is all as easy as clicking on shift and enter and then your results are displayed immediately underneath. All this is also automatically uploaded to your Google drive hence being able to access your work at any time. This eliminates much of the stress that is normally associated with understanding programming and enables you to go ahead and gain s...

Week 1- Getting Started with AI Tools: ChatGPT & DALL·E

Image
Artificial intelligence should no longer remain futuristic it should be a part of our day-to-day actions. ChatGPT and DALLE are two of the strongest tools that facilitated this transition. ChatGPT can be used to do writing, brainstorming, answering questions, or even to code, as it is developed to come up with human-like text. Conversely, DALLE addresses the generation of images based on text prompting, which enables a user to make images out of any idea immediately. Cumulatively, these tools demonstrate how AI can not only be used to be more creative or productive but also so more than ever. The outstanding feature of these tools is their accessibility. They do not require you to know how to program or be a technology specialist in order to begin using them. Users simply have to type in prompts to come up with essays, marketing ideas, designs, among others. This allows students, creators and professionals to experiment and better their work. AI tools can serve as effective initial ins...