Joined October 2019
1 Photos and videos
Today we go over conditional statements in python! Conditional statements are statements which determine the route of execution within a program. Certain blocks of code get executed only if certain conditions get met. csprogramming.center/2020/12… #python #learntocode #learn2code

1
I am going to be honest, the python tutorials are going to get more and more in-depth when it comes to the operations of data types, but I wanted to briefly touch up on the basics of variables and data types within python. csprogramming.center/.../12/… #python #coder #coding

Been working on a Python Tutorial book, to help promote it, I will be posting some content to the website. The first section, an intro to python. csprogramming.center/.../06/… #python #programming #coding #programming #programmer #code #softwareDevelopment #developer #CoderLife

Just showing off a little project i started working on a couple years ago, This is Libre-OS , a free software operating system written in C and assembly.
1
Currently , i have paging setup, a decent portion of a C Runtime library, which will allow me to further create the system in C .
1
The main part of the project is the kernel, which is the single program which handles memory management, task scheduling, and communicating with other devices (such as hard disks, or audio , etc). #osdev #software #softwaredevelopment #kernel #coding #code #tech #developer
1
1
Hello all! Currently doing some game engine development at twitch.tv/metallicsoul92 if anyone is interested in stopping by either for the relaxing music in the background, or stop by for any questions regarding C or C #programming #c #cplusplus #gamedev #indiedev #IndieGameDev

1
Updated the website to include links to our facebook page, reddit, discord, amazon author page, check out csprogramming.center for Tutorials in C and C ! #programming #coding #code #coder #computerscience #codinglife #linux #c #learntocode #c #cplusplus #cpp #csharp

1
6
Finishing up a C book like the C book I recently released. I will be working on Volume 2 (on game development) of the C book, giving updates and previews released on the site. #programming #coding #code #coder #computerscience #codinglife #linux #c #learntocode #cplusplus #cpp
1
4
1
Also trying to diligently work on the 2D RPG The Omni Chronicles : Tales of Androstia (it has been in beta for 2 years , trying to finish it up by the end of this year to free myself up for future projects).
CS Programming Center retweeted
The number 0x0A0B0C0D is stored as 0D 0C 0B 0A on a 32-bit little endian machine.
2
12
71
Okay, lets put everything we have learned together and write a program in 2 different programming paradigms within C : csprogramming.center/2019/09… #LearnToCode #cplusplus #cpp #oop #objectoriented #functionalprogramming #fp #Linux #programming #coding