codenewbie共1326篇
Day 3 of #100DaysOfCoding-拾光赋

Day 3 of #100DaysOfCoding

Day 3 of #100DaysOfCoding,Today, I dived into Linked Lists and learned the basics: Insertion Traversal Deletion Understanding how pointers work Excited to learn more complex data s...
kity的头像-拾光赋kity28天前
0256
Learn Python by Building a Lisp Interpreter-拾光赋

Learn Python by Building a Lisp Interpreter

Learn Python by Building a Lisp Interpreter, Introduction to Lisp Lisp, an acronym for list processing, is a functional programming language that was designed for easy manipulation...
kity的头像-拾光赋kity1个月前
0395
Can you find the Output of this Java Code-拾光赋

Can you find the Output of this Java Code

Can you find the Output of this Java Code,In Java programs, it always follows specific execution orders for various code blocks. From this article, I am going explore how different...
kity的头像-拾光赋kity1个月前
0516
Mastering Generics in Java: The Ultimate Guide to Type-Safe and Reusable Code-拾光赋

Mastering Generics in Java: The Ultimate Guide to Type-Safe and Reusable Code

Mastering Generics in Java: The Ultimate Guide to Type-Safe and Reusable Code , Generics in Java: A Comprehensive Guide Generics in Java are a powerful feature introduced in Java 5...
kity的头像-拾光赋kity1个月前
04912
6 Beginner Mistakes in Python and How To Fix Them-拾光赋

6 Beginner Mistakes in Python and How To Fix Them

6 Beginner Mistakes in Python and How To Fix Them, 1. Misusing Indentation The Mistake: Python is strict about indentation, and early on, I accidentally mixed tabs and spaces in my...
kity的头像-拾光赋kity3个月前
03713
Mastering Classes and Objects: Step-by-Step for Beginners-拾光赋

Mastering Classes and Objects: Step-by-Step for Beginners

Mastering Classes and Objects: Step-by-Step for Beginners, Object Oriented Programming Fundamentals (4 Part Series) 1 Unlocking the Power of OOP in Java: A Beginner’s Guide 2 OOP ...
kity的头像-拾光赋kity3个月前
04112
I Found the Worst Coding Mistakes in History-拾光赋

I Found the Worst Coding Mistakes in History

I Found the Worst Coding Mistakes in History, code smell (5 Part Series) 1 I Found the Worst Coding Mistakes in History 2 Why Your Code is Jealous (and How to Fix It) 3 Are You Mak...
kity的头像-拾光赋kity3个月前
0288
Police Department Management Simulator-拾光赋

Police Department Management Simulator

Police Department Management Simulator,Looking for someone that can guide me through making a police department management simulator (hiring/firing, budgeting, creating divisions o...
kity的头像-拾光赋kity3个月前
02914
How I Transformed How My Business Interacts with and Collects Data from Customers Using WhatsApp Forms-like Features-拾光赋

How I Transformed How My Business Interacts with and Collects Data from Customers Using WhatsApp Forms-like Features

How I Transformed How My Business Interacts with and Collects Data from Customers Using WhatsApp Forms-like Features, Introduction With more that 2 Billion users online, WhatsApp h...
kity的头像-拾光赋kity3个月前
02615
How I created a QR Code Generator in Python-拾光赋

How I created a QR Code Generator in Python

How I created a QR Code Generator in Python,This will be a short article of how I created a simple QR Code Generator in Python For this step you need to use the qrcode library: htt...
kity的头像-拾光赋kity5个月前
0305
Mastering Tic-Tac-Toe with Python: A Journey into Game Development-拾光赋

Mastering Tic-Tac-Toe with Python: A Journey into Game Development

Mastering Tic-Tac-Toe with Python: A Journey into Game Development, Introduction: Why Tic-Tac-Toe? When someone, especially ME, wants to learn something, making it interesting is t...
kity的头像-拾光赋kity6个月前
0407
Working with Sorted Lists in Python: Magic of the `bisect` Module-拾光赋

Working with Sorted Lists in Python: Magic of the `bisect` Module

Working with Sorted Lists in Python: Magic of the `bisect` Module,Working with sorted lists can sometimes be a bit tricky. You need to maintain the order of the list after each ins...
kity的头像-拾光赋kity7个月前
0487