Beginner
8 posts with this tag
Dictionaries in Python
Learn how to work with dictionaries in Python and what kind of problems we can solve with them.
BeginnerTech Jargon – A Guide to the Tech Industry Terms
This post will focus on a few software, development, and technology-related terms and phrases that you will come across in your day to day.
BeginnerFun with Functions in Python
Learning how to work with functions will make understanding advanced features in Python like lambdas and decorators much easier. It also puts you on a path toward functional programming techniques.
PythonThe Ultimate Python Programmer Roadmap (2023)
Whether your goal is to learn python for web development, data science, or machine learning, we'll go over the most important libraries and resources to learn after getting the basics down..
BeginnerA Gentle Introduction to Python Programming
Learn how to set up Python, what a computer program is, how to write programs, how to create variables to name values, and how to do basic math operations.
BeginnerBasic Python Data Types
In this one, we're taking a deep dive into the built-in types that are available in python and how to use them.
BeginnerSetting Up Python and Virtualenvs with Pyenv
In this one, I’ll show you how to setup your local machine for python development so you can get started with python today. Let’s go!
BeginnerHow the Internet Works
When you connect to the internet, magic happens. Seriously, it’s some pretty magical stuff and today we’re taking a deep dive into everything that makes up the internet.
Beginner