Search Results

Results for "personal projects"

128 articles found

Object oriented programming concept Object-Oriented Programming
1 min read

Object-Oriented Programming in Python

Object-oriented programming (OOP) is a paradigm that organizes code around objects rather than functions. Python is an OOP language from the ground up. A c…

Function blocks in code editor Functions & Modules
1 min read

Functions: Writing Reusable Code

Functions are the building blocks of any non-trivial Python program. They allow you to encapsulate a piece of logic and reuse it without copying and pastin…

Node.js logo and command line interface JavaScript
1 min read

Getting Started with Node.js and NPM

JavaScript used to be confined to the browser. Then Node.js came along and allowed us to run JavaScript on the server. For a beginner, installing Node also…

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…

Students studying Education
1 min read

Top 5 Ways Students Can Use ChatGPT

Students can use ChatGPT to summarize notes, understand difficult topics, generate ideas, and even practice writing. It acts like a personal tutor availabl…

A solitary person standing on the edge of a high cliff overlooking the ocean Philosophy
1 min read

Kierkegaard: The Leap of Faith

Often called the father of existentialism, Søren Kierkegaard was concerned with what it means to be a single individual in a world of abstract systems and…

A person holding a smartphone displaying a credit score graph with a credit card nearby Finance
1 min read

Understanding Your Credit Score

Your credit score can feel like a mysterious number that dictates your financial life, but it's actually quite straightforward. It’s a measure of how rel…