Welcome
Learn Code Today
Welcome to Learn Code Today. This site houses many various tutorials regarding programming and development. Learn everything from building desktop applications, design patterns, language basics, websites, and more! All tutorials are free of charge, and new ones are being added all the time. To support this project, please feel free to head over to our about page for more information. So what are you waiting for? Get started today and start learning!
How to use this site?
All of the tutorials are simple posts. The easiest way is to search for a specific topic that you might be looking for, or to view the category you are interested in such as Python, C#, Web Development, etc.
Is there any paid content?
Not at this time. In the future paid courses may be available, but this site was primarily created to work in conjunction with my youtube channel which I create programming tutorials on. If you would like to support the work that I do, I have merch available, as well as a donate link. Any support is greatly appreciated and helps cover the costs of hosting and creating this content!
Do you accept user submitted content?
Yes! If you have any topic that you would like to write about, please feel free to reach out to us and submit the article. The article will go through an approval process. If approved, we will contact you with the next steps, setting up your author account, and getting the article published. If denied, we will offer feedback on why and what needs to change in order to get the article up to standards.
For those that want to support
For those that wish to support my efforts and content, please feel free to use button below to do so. Your support is never mandatory, but is always super appreciated and helps cover the hosting costs, time for writing content/videos, and improving the overall experience with new plugins and features. Thank you everyone, whether you contribute or not, I do this all for you!
Latest News
Elon Musk has created a new AI company – X.AI
Elon Musk's X.AI: What We Know So Far Elon Musk is no stranger to ambitious ventures. The founder and CEO of SpaceX and Tesla has been pushing the boundaries of technology and innovation for years, with projects ranging from reusable rockets to electric cars to neural...
Python 3.12 Alpha 6 Released
Python 3.12.0 Alpha 6 Released: A Sneak Peek at the Upcoming Changes Python, the popular high-level programming language, has released the sixth alpha version of Python 3.12, giving developers a preview of the upcoming changes. The new release is available for...
C# Polyglot Notebooks are Here!
Polyglot Notebooks now generally available in Visual Studio Code Marketplace The Polyglot Notebooks extension, which allows developers to mix and match multiple programming languages within the same notebook, is now generally available in the Visual Studio Code...
AI jobs and Python
The Future of Jobs and Artificial Intelligence Artificial intelligence (AI) and machine learning (ML) have been buzzwords in the technology industry for a while now, with many fearing that AI will replace human jobs. However, the truth is that AI and ML are more...
Recent Tutorials
C# Algorithm #4 – Check Number in Range
In today’s video we are going to look at another C# Algorithm that looks to check numbers that are in range of a target. Enjoy!
C# Algorithm #3 – Check Numbers
Learn about how to check numbers against each other in this new video regarding C# Algorithms!
C# Algorithm #2 – Absolute Difference
In today’s video we are going to look at another C# Algorithm that looks to find the absolute difference between two numbers. Enjoy!
C# Algorithm #1 – Sum 2 Int’s
In this video, we will walk through a simple C# Algorithm example where you take 2 numbers and calculate their sum. If both values are the same however, you need to triple the sum and return that instead.