What are lists, arrays, and linked lists Are you learning DSA, coding, or practicing on LeetCode? After the initial "Hello, World!" print, you'll move on to learning about lists, arrays, and linked lists 18 Nov
What are the best computer languages to learn in 2024-2025 Learn which programming language to focus on in 2024-2025, whether you're starting your coding journey or considering a career shift, to ensure you invest in skills that are in high demand and aligned with industry trends 12 Nov
Linux Zip alternatives A comparison of different compress linux commands considering unicode filenames, symlinks, final size and timing 24 Sep
How to scrape a webpage using ChatGPT 5 and Python With the AI revolution, web scraping has become much easier. Now AI can do most of the hard work 16 Aug
Can ChatGPT Analyze The FIFA World Cup Results from a JSON File An experiment to test the new capabilities of the most recent ChatGPT 5 to analyze and provide results of a json file 16 Aug
Can AI Create A Webpage To Plot Stock Prices An experiment to test if Google Gemini 1.5 or ChatGPT 4o can create a complete webpage to plot and monitor the stock prices 06 Aug
Get started programming with Python and ChatGPT Going from absolute noob into getting the hand-ons on programming with python using AI-assisted coding. Step-by-step guide on how to install the required tools, and generate a python program using ChatGPT 29 Jul
Convert SQL Update to Insert in Python using ChatGPT Using ChatGPT to write python code to convert SQL insert statements should be a simple task but when it comes to support special characters, creating the write prompt is far more complex 14 Jun
How to use f-strings in Python Learn how to format and align strings and floats in Python using f-strings, and how different type specifiers can affect the output 31 May