How To Use PIP to Install Python Packages on Windows

How To Use PIP to Install Python Packages on Windows: A blog about how you can use pip to help install Python libraries. You can use the easy_install program from the setuptools package to automatically download, build, install, and manage Python packages. Like pip, it can install packages from PyPI, but it has fewer features […]

Read Full Article β†’

Sponsored

Coding competitions are a great way to explore the possibilities of Google Cloud Platform. The following coding competitions have been developed by Google and third parties, and are hosted on other platforms. There may be prizes, but no purchase is necessary to enter or win. We’re excited to announce our Code Jam to I/O for […]

Read Full Article β†’

Need to Learn To Code? Here’s A Tip and a Tool

Need to Learn To Code? Here’s A Tip and a Tool: A lot of people want to learn to code, but don’t know how/where to start. I think it’s harder for someone who isn’t already in the tech industry to break into it than people realize. I remember when I was a recent college grad, […]

Read Full Article β†’

7 Cool Markdown Extensions in vscode

Markdown is a plain text formatting syntax aimed at making writing for the internet easier. The philosophy behind Markdown is that plain text documents should be readable without tags mussing everything up, but there should still be ways to add text modifiers like lists, bold, italics, etc. Markdown was created by John Gruber, and the […]

Read Full Article β†’

5 Tips to Help You Learn Figma to HTML

If you’ve had any of the same thought patterns as me, you might be thinking about learning how to convert Figma files to HTML. This article will hopefully help you get started on that path. Although this post is geared towards learning how to convert a Figma file to HTML, I think the same tips […]

Read Full Article β†’

How to Learn Coding

How to Learn Coding: A blog about learning coding and tools that can help you. Ideas for content could include tips for parents, how to survive a bootcamp, blog ideas on topics like data science etc. Coding is hard. It’s a skill that requires practice and dedication, but the payoff is great. The average salary […]

Read Full Article β†’

How To Create A Secure Cloud Environment? A blog about how to set up a cloud environment that can be operated remotely.

How To Create A Secure Cloud Environment? A blog about how to set up a cloud environment that can be operated remotely. Being a cloud consultant, I work with customers who have a wide range of infrastructure environments. The vast majority of my clients have some form of hybrid infrastructure, and at least half of […]

Read Full Article β†’

How to Write a Palindrome in Java

For the longest time, I considered myself to be a pretty good Java programmer. After all, I had been programming in Java for the last 7 years. But that was before I discovered the amazing world of palindromes and their applications to programming. Now, I feel like a Java master! What is a Palindrome? A […]

Read Full Article β†’