Getting Started with Python
In my previous post, I explained How to create Python work environments Where to go from here Essential Python Packages
In my previous post, I explained How to create Python work environments Where to go from here Essential Python Packages
In a previous post, I explained How to create Python work environments. Lets review some essential python packages. Essential Python Packages beautifulsoup – quickly extract valid data from web pages, its API pandas – high-performance tools for working wiht data tweepy – access twitter APIs
Azure Command Line Interface (CLI) enables you to quickly and easily work with your Azure SQL Managed Instances (MI). In this post, you will demonstrate basic CLI commands that can be used with Azure SQL MI. Azure CLI commands may be executed a number of ways Azure portal, shell.azure.com Azure Read more…
In a previous post, I explained Why Python is the best development language. As a python programmer, you may need to use various packages to deliver your solutions. These packages might not be all compatible with each other. This is a problem if you were to install all packages in Read more…
I’ve shared with you Why everyone needs to be a programmer, and that I strongly believe that those that have some “programming” skills will have an advantage in life over those that do not. I also shared Why Linux is the best development environment. I’m here to tell you Why Read more…
In my previous post, I explaind Understanding the Linux Command Line. The following are what I consider essential command line tools. Essential Command Line Tools jq – it’s sed for json files Essential Programing Tools Ubuntu 16.04 and 18.04 comes with Python 2.7 installed. You may want to install python3. npm Read more…
In my previous post, I explained How to create a Linux development environment on Windows 10. The shell prompt (or command line) is where one types commands in. When accessing the system through a text-based terminal, the shell is the main way of accessing programs and doing work on the Read more…
In my previous post, I explained Why Linux is the best development environment Historically there were 3 ways to build a Linux development environment: your personal computer (local machine) computer in the cloud (cloud server) virtual machine (VM) on your personal computer As of 2016 Microsoft lets developers run Linux Read more…
I’ve shared with you Why everyone needs to be a programmer, and that The Cut and Paste programmer is not bad. I’m here to tell you Why Linux is the best development environment. Linux is Quick You can create a Linux development environment in minutes. Essential Linux command line tools Read more…
In my previous post, I explained Why everyone needs to be a programmer. ‘Cut and Paste’ (CaP) programming is primarily a pejorative term; those who use the term are often implying a lack of programming competence. There was a time early in my career where I sought out to be Read more…