June 7, 2022 in Learn
Should I Learn HTML Before Python?
HTML and Python are two of the most popular coding languages besides JavaScript, and are highly relevant to most development projects. Stack Overflow 2021 Survey However, deciding whether to learn HTML or Python first can be a tough decision…
August 20, 2021 in Learn
New Python and Data Analysis Workshops
We’re delighted to introduce two new workshops, Python Sets and Data Visualization with Google Sheets, from Treehouse instructor AJ Tran! Python Sets This 95-minute workshop covers the basics of a data structure in Python called a set. A set is…
April 30, 2021 in Learn
Begin Learning Coding
Treehouse is proud to announce an all-new learning Track: Learn to Code for Beginners. Learn to Code for Beginners is a two hour learning Track that will help you figure out your best career path in tech. The Best Course…
April 15, 2021 in Learn
Become a Python Expert
Python Basics is a popular course at Treehouse, and one that we recommend to all of our students. It’s the best way to learn Python for beginners. Why you should learn Python There are a number of popular programming languages…
February 25, 2021 in Learn
Flask with SQLAlchemy Foundations
Today we released “Flask with SQLAlchemy Basics,” an all-new course from Treehouse instructor Megan Amendola. This 147 minute Python course will teach you how to: Create a website or web app with Flask, connect a Flask website with an SQLite…
February 15, 2021 in Learn
SQLAlchemy Foundations
Today we released “SQLAlchemy Basics,” a new course from Treehouse instructor Megan Amendola. The 190 minute Python course will teach you how to: Create a database model, interact with a database using CRUD (create, read, update, and delete), and use…
November 16, 2020 in Learn
New Treehouse Course for Python: Structuring Your Code
Well, look what it is… A new Python workshop! In this hour-long workshop, Structuring Your Code, Megan Amendola covers some crucial principles for Python code structuring. First, we’ll address code structure strategies and narrative flow. Then, we’ll cover iterative coding,…
November 2, 2020 in Learn
New Treehouse Course: Basic Math for Data Analysis
We’re excited to announce Basic Math for Data Analysis, a new instruction in Python from Megan Amendola and Jennifer Nordell! This 25-minute course covers some essential math concepts and how to program them using Python. It’s the perfect primer for those…
August 27, 2020 in Learn
Python Comprehensions
Are you looking to step up your Python game? Comprehensions are a great way to reduce the amount of code needed to create new sequences (like lists, sets, and dictionaries) using a sequence that has already been defined. While these…
July 21, 2020 in Learn
A Guide To Python For Beginners
A Guide to Python for Beginners Python is one of the first languages many programmers learn as it is both simple and versatile. Python syntax is said to resemble English, which speaks to how easy it is to read and…
June 26, 2020 in Learn
Python vs. JavaScript Comparison for 2020
Programming in a new language can feel unfamiliar, intimidating, and tricky to navigate at first. There are new rules, syntax, and nuances to learn. I recently started learning Python again after years of programming in JavaScript. After diving back in…
June 4, 2019 in Career Advice
How to Learn to Code
Congratulations! You’ve decided you want to learn to code. Whether it’s because you’re interested in tech, or you want a high-paying career — you’re in the right place. How do you learn to code? It’s a big question. And to…