FAQ - How do I extend my Python skills after finishing the Codecademy Python course?

Here are some links to several free and useful courses where you can learn advanced Python or revise some of your previous concepts:

  1. https://automatetheboringstuff.com/

    Automate the Boring Stuff with Python is written for office workers, students, administrators, and anyone who uses a computer to learn how to code small, practical programs to automate tasks on their computer.

  2. Design of Computer Programs | Udacity

    Understanding how to approach programming problems and devise a solution is an essential skill for any Python developer. In this course, you’ll learn new concepts, patterns, and methods that will expand your coding abilities from programming expert, Peter Norvig.

  3. https://www.udacity.com/course/intro-to-computer-science--cs101

    In this introduction to computer programming course, you’ll learn and practice key computer science concepts by building your own versions of popular web applications. You’ll learn Python, and you’ll explore computer science basics, as you build your own search engine and social network.

  4. https://www.coursera.org/learn/interactive-python-1

    We will introduce the basic elements of programming (such as expressions, conditionals, and functions) and then use these elements to create simple interactive applications such as a digital stopwatch. Part 1 of this class will culminate in building a version of the classic arcade game “Pong”.

  5. https://www.coursera.org/learn/interactive-python-2

    We will introduce more elements of programming (such as list, dictionaries, and loops) and then use these elements to create games such as Blackjack. Part 1 of this class will culminate in building a version of the classic arcade game “Asteroids”. Upon completing this course, you will be able to write small, but interesting Python programs.

8 Likes

Awesome, thanks a lot :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.