Skip to content

Commit

Permalink
Merge pull request #4 from fork-for-humanity/main
Browse files Browse the repository at this point in the history
md improvements
  • Loading branch information
osmancoskun committed May 20, 2024
2 parents 9a2227c + 8abb407 commit ac0d88c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/routes/wiki/development/c/c-00-101.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
layout: default
title: "C 101"
date: 2024-05-20 00:00:00
cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png"
categories: main
tag: "advanced"
author: "Aliriza Keskin"
---
#### 2024.05.20 - [Aliriza Keskin](https://github.com/sulincix)
# C gtk tutorial

C is one of the most fundamental programming languages.
Expand Down
10 changes: 10 additions & 0 deletions src/routes/wiki/development/c/c-01-syntax.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
layout: default
title: "C syntax"
date: 2024-05-20 00:00:00
cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png"
categories: main
tag: "advanced"
author: "Aliriza Keskin"
---
#### 2024.05.20 - [Aliriza Keskin](https://github.com/sulincix)
# C Syntax

C is a compiled programming language.
Expand Down
11 changes: 10 additions & 1 deletion src/routes/wiki/development/python/python-gtk-00.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#### 12.05.2023 - [Osman Coskun](https://github.com/osmancoskun)
---
layout: default
title: "Developing Linux GUI Applications with Python and GTK4"
date: 2023-05-12 00:00:00
cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png"
categories: main
tag: "advanced"
author: "Osman Coskun"
---
#### 2023.05.12 - [Osman Coskun](https://github.com/osmancoskun)
# Developing Linux GUI Applications with Python and GTK4

Unlock the potential of Linux GUI application development using Python and GTK4. In this guide, we explore the powerful combination of Python's simplicity with GTK4's extensive widget library. Whether you're a beginner or experienced Python developer, this post provides a solid foundation to create stunning cross-platform desktop applications. Explore the core concepts, set up your development environment, build your first application, explore advanced topics, and learn about packaging and deployment. Let's improve ourselves to shape the future of Linux application development.
Expand Down
11 changes: 10 additions & 1 deletion src/routes/wiki/development/python/python-gtk-01.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#### 26.05.2023 - [Osman Coskun](https://github.com/osmancoskun)
---
layout: default
title: "Utilizing GTK Containers for Linux GUI Application Development with Python"
date: 2023-05-26 00:00:00
cover_image: "https://raw.githubusercontent.com/sharmaabhishekk/sharmaabhishekk.github.io/master/images/cover.png"
categories: main
tag: "advanced"
author: "Osman Coskun"
---
#### 2023.05.26 - [Osman Coskun](https://github.com/osmancoskun)

# Utilizing GTK Containers for Linux GUI Application Development with Python

Expand Down

0 comments on commit ac0d88c

Please sign in to comment.