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…
Read More →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…
Read More →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,…
Read More →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…
Read More →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.…
Read More →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,…
Read More →A Step By Step Guide To Using the Github API
A Step By Step Guide To Using the Github API: A blog about the basics of using the Github API. Github allows you to pull data from their site, and…
Read More →How to create a Github repo for your project in vscode vim
If you want to get the most out of your VSCode editor, then you should check out VIM mode. This is a great way to make your code look even…
Read More →When and How to Use AND and OR to your Advantage
When and How to Use AND and OR to your Advantage: A blog on improving your coding skills. AND is a logical operator, meaning that it can only be used…
Read More →Latex basics and Why you should know them ?
Latex code: %&LaTeX \documentclass[11pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage[T1]{fontenc} \usepackage{amsmath, amsthm, amssymb} \author{John Doe} \begin{document} \title{\LaTeX } \maketitle \tableofcontents \section{Introduction to $\LaTeX$ } $\LaTeX$ is a markup language. It’s used to write…
Read More →