- Notifications
You must be signed in to change notification settings - Fork1k
Code samples and other handouts for our course.
License
talkpython/python-for-absolute-beginners-course
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Code samples and other handouts for our course. See thepractice exercises for following along with the course.
Learning to program can be overwhelming. Concepts and facts come at you fast and most courses don't cover many of them at all or at a beginner's pace.This is not most courses. Python for absolute beginners is our premier course for beginning developers. We start at the very beginning, teaching you the big ideas and concepts covered in a CS 101 course. Then we move on to writing increasingly complex code and applications in Python.
Python for Beginners was really well done, I have CodeAcademy and LinkedIn Learning (not bad mouthing them) but until I had your program I was really struggling. Course curriculum is very good. Thanks for putting this together.
Most courses teach you thefacts of programming and Python. Here ishow a loop is constructed. Here is how you test a condition and makeyour program choose one path or another. Often they assume that you arefamiliar 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 inPython.
This course is not most courses. If you want ground up coverage ofsoftware development using Python as the technology, this is your course!
We spend significant time setting the stage to make sure you havethe big concepts clearly covered before diving into writing code. Weexplicitly discuss how to approach problem solving when writing codeso that you don't have thatdeer in the headlines feeling.
And the course content isn't just facts. You will see a lot of codewritten before your eyes. That code isn't boringfoo()
this andbar()
that.We build several fun and challenging games covering a widerange of topics that will be entirely relevant to your professionalprojects.
If you never had that formal computer science background but need tojump into programming and Python, this course has your back.
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 thebig 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 aconversation 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 frompypi.org.
- Add error handling to your application for a polished, reliable application.
- And lots more
View the fullcourse outline.
This course is foranyone 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.
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 elementaryPython 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
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.
Visit thecourse page to sign up.
About
Code samples and other handouts for our course.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.