PyLand Team
PyLand Team
Author's articles
All publications PyLand Team
GitHub Issues: Tasks, Bugs, and Ideas in One Place π
GitHub Issues is the built-in task tracker in every repository. It's where bugs are discussed, features are requested, and team...
Migrating from GitLab to GitHub
A Git repository can be moved to GitHub with its history, branches, and tags, but GitLab-specific data and settings require...
Publishing Your First Repository on GitHub π
Created a local Git repository and want to share it with the world? Here's how to publish your project on...
Adding an Existing Project to GitHub Desktop π
Got a folder with code on your computer and want to start using Git? Here's how to add a local...
Git Commit Best Practices
A good commit contains one complete change and a message that explains its purpose without requiring the reader to inspect...
Git Conflicts: Step-by-Step Breakdown βοΈ
A merge conflict is a situation where Git cannot automatically combine changes from two branches because both developers modified the...
GitHub Profile Optimization
Your GitHub profile is your storefront for employers. Recruiters look at activity, project quality, and your README.
Your first open-source contribution: where to start π
Open source is software with publicly available source code. Anyone can read the code, propose changes, and contribute. This is...
JSON: Persisting Data
Goal: Learn to save and load data in JSON format.
map() β Transform Every Element!
The map() function lazily applies a transformation to every item in an iterable.
filter() β Pick What You Need!
The filter() function keeps the elements for which a predicate returns a truthy value.
Lambda Functions
A lambda is a small, anonymous, single-line function.
Statistics by categories
Author's article distribution by topics
Django
63 articles
Python
54 articles
Git ΠΈ GitHub
32 articles
Html Css
23 articles
LLM ΠΈ AI
21 articles