Python for Beginners: Getting Started and Data Structures Course
Course Summary
What students are saying
Source code and course GitHub repository
github.com/talkpython/python-for-absolute-beginners-courseWhat's this course about and how is it different?
Most courses teach you the facts of programming and Python. Here is how a loop is constructed. Here is how you test a condition and make your program choose one path or another. Often they assume that you are familiar with programming concepts such as data types, loops, functions, and so on and that you just need to learn the details of how to do this in Python.
This course is not most courses. If you want ground up coverage of software development using Python as the technology, this is your course!
We spend significant time setting the stage to make sure you have the big concepts clearly covered before diving into writing code. We explicitly discuss how to approach problem solving when writing code so that you don't have that deer in the headlines feeling.
And the course content isn't just facts. You will see a lot of code
written before your eyes. That code isn't boring foo()
this and
bar()
that. We build several fun and challenging games covering a wide
range of topics that will be entirely relevant to your professional
projects.
If you never had that formal computer science background but need to jump into programming and Python, this course has your back.
What topics are covered
In this course, you will:
- Learn how to install Python and a proper editor to write code on your computer.
- See a quick, high-level overview of the big ideas of computer programming (e.g. data structures).
- Understand how Python executes a program and turns what you write into executable software.
- See how Python defines data types (integers, strings, etc.) and how to convert between them.
- Create interactive code that has a conversation with the user or data.
- Use functions to make your code more maintainable and reusable.
- Choose the right data structure to significantly improve the clarity and performance of your code.
- Create a basic AI / computer opponent for the games built during the course.
- Learn many problem solving techniques to help you dive right into writing code productively.
- See resources to help visualize connections between data created by your code.
- Work with multiple file formats to read and write data as our program runs.
- Use external libraries from pypi.org.
- Add error handling to your application for a polished, reliable application.
- And lots more
View the full course outline.
Who is this course for?
This course is for anyone who wants to learn Python and computer programming. If you haven't had a formal education in software development or have tried other courses and programming "didn't stick", then you are a great candidate student.
The student requirements are quite light for this course. You'll need:
- Basic typing skills
- Foundational computer experience (installing software etc.)
- A simple computer (macOS, Windows, or Linux)
- A desire to learn programming
Note: All software used during this course, including editors, Python language, etc., are 100% free and open source. You won't have to buy anything to take the course.
What games will we build?
I believe it's important to learn programming in the context of something that feels plausible and real. We won't build a bunch of disconnected loops and other programming examples that don't relate back to real programs. We will build several fun games that cover meaningful content that any elementary Python course would cover.
- Guess the number of M&Ms in a jar
- TIC-TAC-TOE
- Rock-Paper-Scissors (3-way and 7-way)
- A Connect4 clone
Concepts backed by concise visuals
While exploring a topic interactively with demos and live code is very engaging, it can mean losing the forest for the trees. That's why when we hit a new topic, we stop and discuss it with concise and clear visuals.
Here's an example of visualizing the relationship between shared data, data types, and variables.
Get hands-on for almost every chapter
Learning to code is an interactive experience. That's why it's important to write code and explore the apps we are building during this course.
Every chapter that touches on code has a practice exercises section.
Each section has a few concrete examples for you to work on after seeing the live coding and concept videos. They also come with core concept reviews to help you have the information you need to do the exercises right at your fingertips.
This course is delivered in very high resolution
This course is delivered in 1440p (4x the pixels as 720p). When you're watching the videos for this course, it will feel like you're sitting next to the instructor looking at their screen.
Every little detail, menu item, and icon is clear and crisp. Watch the introductory video at the top of this page to see an example.
Follow along with subtitles and transcripts
Each course comes with subtitles and full transcripts. The transcripts are available as a separate searchable page for each lecture. They also are available in course-wide search results to help you find just the right lecture.
Who am I? Why should you take my course?
My name is Michael, nice to meet you. ;) There are a couple of reasons I'm especially qualified to teach you Python.
1. I'm the host of the #1 podcast on Python called Talk Python To Me. Over there, I've interviewed many of the leaders and creators in the Python community. I bring that perspective to all the courses I create.
2. I've been a professional software trainer for over 10 years. I have taught literally thousands of professional developers in hundreds of courses throughout the world.
3. Students have loved my courses. Here are just a few quotes from past students of mine.
"Michael is super knowledgeable, loves his craft, and he conveys it all well. I would highly recommend his training class anytime." - Robert F.
"Michael is simply an outstanding instructor." - Kevin R.
"Michael was an encyclopedia for the deep inner workings of Python. Very impressive." - Neal L.
Free office hours keep you from getting stuck
One of the challenges of self-paced online learning is getting stuck. It can be hard to get the help you need to get unstuck.
That's why at Talk Python Training, we offer live, online office hours. You drop in and join a group of fellow students to chat about your course progress and see solutions via screen sharing.
Just visit your account page to see the upcoming office hour schedule.
The time to act is now
If you've always wanted to learn programming and are considering Python as your gateway into that world, this is the course for you. We will fill in the concepts that would normally be covered in a CS 101 course without wasting your time taking semesters to cover what can be learned and practiced in a week or two.
Dive into Python and become a software developer with this course. Join today! You've got nothing to lose. Every one of our courses comes with a 2-week money-back guarantee.