Category
AskMeCode
Java Palindrome Program – A blog to program a palindromic number generator in java.
In this program, we are going to share a Java Palindrome Program. You can also say that we will learn How to write a Java Palindrome Program. Here, we are going to implement a java program that will check whether the number is palindrome or not. A palindromic number is a number (in some base […]
Using Blockly to Help Make Sense of Abstract Things
There’s a lot of interest in using Blockly to visualize abstract concepts. One of the first examples of this was the Google Cloud Platform blog post “What is a Container?” which used Blockly to explain how Docker containers work. It’s great to see Blockly being used as a tool for educational purposes, and we’re excited […]
A new Code of Ethical Conduct for Coding
If you ask programmers what they do, you will hear answers like “I am a software engineer” or “I am a web developer” or “I am a coder”. If you ask them what they build, they will answer websites or applications. If you ask them how they build it, the answer would probably be something […]
The 8 Best Markdown Editors for Windows 10 (Including a Free One)
Markdown is a markup language with its own syntax. The most important thing is that it allows you to write your documents in plain text format, which can be published on various platforms as HTML or PDF. The main advantage of Markdown is its flexibility. As a markup language, it can be used for any […]
How To Be A Coder A Short Tutorial for Beginners
Intro: Let’s face it – the world is moving in a digital direction. The more we move in that direction, the more codes we will see. Many of those codes are jobs for people who know how to code. So, do you want to learn how to code? Part 1 – What Is Coding? How […]
How to Start Java
In this blog I will talk about how to start java. Now some of you may be thinking, “But isn’t this a blog on how to start programming?” You’re right, but I believe that the first step to learning programming is getting familiar with a language. So many people have trouble learning how to code […]
Pandas Eating Bamboo is sooooooo cute… Pandas are very fascinating animals, there are so many interesting facts about them. Though they appear harmless the Red Panda is a carnivore that eats birds, eggs and small animals. Here are some of the most intriguing panda facts
Pandas Eating Bamboo is sooooooo cute Pandas are very fascinating animals, there are so many interesting facts about them. Though they appear harmless the Red Panda is a carnivore that eats birds, eggs and small animals. Here are some of the most intriguing panda facts: a blog about fascinating facts about pandas. Giant pandas have […]
Python Exit Program – Making You Exit the Program Okay
Python Exit Program – Making You Exit the Program Okay: A blog around exit codes in python. You’re writing a script and want to make sure it exits cleanly with the correct exit code. Natively, python does not have great support for this but there are a number of libraries out there that can help […]
5 Things You Should Know before you Beautify your code
Before you run your code through the beautifier, there are a few things you should consider. First, you need to know what programming language you’re using. This might sound obvious, but it’s important to make sure that the language of your code is supported by the beautifier. There are many different languages that can be […]
Advanced Machine Learning Techniques for Coders Image classification with transfer learning
This classifier is the workhorse of many AI and ML applications. It takes an image, analyzes its content and classifies it into different classes (e.g. Dog, Cat, Banana). In this article I’ll show you how to create your own image classifier using Google’s Cloud AutoML platform and a python library called turicreate. If you want […]
vscode ssh – vscode ssh tunnel via ssh
VSCode SSH With VSCode SSH, you can directly ssh to remote servers. This means you can use the editor on your local machine and run processes on the remote server. It’s like a GUI SSH client that runs inside vscode. Requirements: – Windows 7 / Windows 2008 R2 or later (should work on Win7, but […]
What You Should Know Before Getting Started With Python Each of the languages has its own nuances.
What You Should Know Before Getting Started With Python Each of the languages has its own nuances. Python is an interpreted language, meaning that it acts as a virtual machine, emulating a physical computer. For this reason, Python is platform-independent. The same code can run on any computer, regardless of architecture or operating system. Each […]