All Projects β†’ talkpython β†’ Python For Absolute Beginners Course

talkpython / Python For Absolute Beginners Course

Licence: mit
Code samples and other handouts for our course.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python For Absolute Beginners Course

Learn Elm Architecture In Javascript
πŸ¦„ Learn how to build web apps using the Elm Architecture in "vanilla" JavaScript (step-by-step TDD tutorial)!
Stars: ✭ 173 (-87.2%)
Mutual labels:  beginner-friendly, tutorial
Learn Fp
learn-by-doing course/tutorial for functional programming on scala
Stars: ✭ 548 (-59.47%)
Mutual labels:  tutorial, course
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (-73.67%)
Mutual labels:  tutorial, course
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-84.69%)
Mutual labels:  tutorial, course
Phoenix Todo List Tutorial
βœ… Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest)
Stars: ✭ 65 (-95.19%)
Mutual labels:  beginner-friendly, tutorial
N Blog
γ€ŠδΈ€θ΅·ε­¦ Node.js》
Stars: ✭ 15,059 (+1013.83%)
Mutual labels:  tutorial, course
Flutter For Android Developers
Compilation of Flutter materials for Android developers
Stars: ✭ 488 (-63.91%)
Mutual labels:  beginner-friendly, tutorial
100daysofcode With Python Course
Course materials and handouts for #100DaysOfCode in Python course
Stars: ✭ 1,391 (+2.88%)
Mutual labels:  tutorial, course
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-96.08%)
Mutual labels:  tutorial, course
Course
Slides and Jupyter notebooks
Stars: ✭ 29 (-97.86%)
Mutual labels:  tutorial, course
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (-86.39%)
Mutual labels:  tutorial, course
Data Driven Web Apps With Pyramid And Sqlalchemy
Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course
Stars: ✭ 79 (-94.16%)
Mutual labels:  tutorial, course
Docker For Java
Docker for Java Developers
Stars: ✭ 183 (-86.46%)
Mutual labels:  tutorial, course
Byte Of Python
Beginners book on Python - start here if you don't know programming
Stars: ✭ 1,713 (+26.7%)
Mutual labels:  beginner-friendly, tutorial
Cvessentials
Tutorial Series (60 hour course): Essentials of computer vision
Stars: ✭ 111 (-91.79%)
Mutual labels:  tutorial, course
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (-73.59%)
Mutual labels:  tutorial, course
30 Days Of Python 3.6
This is a soon-to-be archived project version of 30 Days of Python. The original tutorial still works but we have an updated version in the works right now.
Stars: ✭ 98 (-92.75%)
Mutual labels:  tutorial, course
Python Tutorial
A Python 3 programming tutorial for beginners.
Stars: ✭ 647 (-52.14%)
Mutual labels:  beginner-friendly, tutorial
Go Collection
🌷 awesome awesome go, study golang from basic to proficient
Stars: ✭ 1,193 (-11.76%)
Mutual labels:  tutorial, course
Collaboration For Beginners
A Beginner's Guide to Contributing in an Open Source Project.
Stars: ✭ 86 (-93.64%)
Mutual labels:  beginner-friendly, tutorial

Python for Absolute Beginners Course

Code samples and other handouts for our course. See the practice exercises for following along with the course.

Course Summary

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.

What students are saying

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.

What'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.

  1. Guess the number of M&Ms in a jar
  2. TIC-TAC-TOE
  3. Rock-Paper-Scissors (3-way and 7-way)
  4. A Connect4 clone

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.

Visit the course page to sign up.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].