排序
Ftp client with GUI Python
Ftp client with GUI Python, Ok let's dive in to the project. and this is my first post hear so you know what I'm talking about. Main libraries I use are the FTPlib and customtint...
The 12 Easiest Programming Languages to Learn
The 12 Easiest Programming Languages to Learn,Learning to program is no easy task; it’s a challenge, especially for new programmers, as programming languages often feature extensi...
How to Check the Python Version While Working with Python
How to Check the Python Version While Working with Python,When working with Python, it's often essential to know the exact version you're using, as different versions may have vari...
Understanding the Difference Between `filter` and `map` in Java Stream API
Understanding the Difference Between `filter` and `map` in Java Stream API,Hey there, fellow developers! If you’ve been diving into Java’s Stream API, you’ve likely come across ...
Java Stream API Cheat Sheet for Developers
Java Stream API Cheat Sheet for Developers,Hey everyone! I’ve put together a concise Java Stream API Cheat Sheet to help you quickly reference important concepts, methods, and pat...
Lista de Exercícios para treinar Lógica de Programação 2.
Lista de Exercícios para treinar Lógica de Programação 2.,Deixo para todos da comunidade uma lista de exercícios para treinar a Lógica de Programação. (deixo minha resoluç...
Python: The Language of the Future
Python: The Language of the Future,In the ever-evolving landscape of technology, certain programming languages have risen to prominence and shaped the way we build and interact wit...
10/7/24 – Day 2 – Data types,variables,constants
10/7/24 - Day 2 - Data types,variables,constants,அன்றைய தினம் வகுப்பு சற்று புரியவில்லை. இருந்தாலும் கொஞ்சம் மேனேஜ் செய...
Day 1:Python – installation & Print Method
Day 1:Python - installation & Print Method,8/7/2024- இன்றைய தினம் பைத்தான் எப்படி இன்ஸ்டால் செய்வது மற்றும் எப்படி பிரின...
A Newbie’s Aspiration as a Backend Developer through HNG Internship.
A Newbie’s Aspiration as a Backend Developer through HNG Internship.,My Journey as a Newbie in Backend Track. Hello everyone, My name is Odefunke. I am a cybersecurity analyst wit...
Challenges faced while developing Enterprise Applications (EA)?
Challenges faced while developing Enterprise Applications (EA)?,Developing Enterprise Applications includes 2 requirements. Functional Requirements (FR) Non-Functional Requirements...
Selection sort in Python
Selection sort in Python, Sorting (2 Part Series) 1 Selection sort in Python 2 Bubble sort in Python Selection sort is a simple comparison-based sorting algorithm. It is relatively...