Programming
Showing 1417–1428 of 1793 results
Python 101: Beginner friendly Python programming
Learn Python programming even if you've never coded before
Python 101: Interactively learn how to program with Python 3
This is a 101-level course in Python that will help you learn to program in Python for free.
Python 201 – Interactively Learn Advanced Concepts in Python 3
Deepen your Python skills by learning advanced concepts interactively through hands-on exercises.
Python 201: Learn intermediate Python programming
Learn intermediate Python from scratch. Minimal Python experience required.
Python 3 Best Practices
Once you are beyond the junior stages of learning to program, you are ready to start thinking about what makes good, clean code. This course will give you a set of tools to help you create higher quality, maintainable Python projects.
Python 3 Decorators
Decorators allow programmers to modify the functionality of an object without permanently modifying the object’s structure. This course will teach you how to create and use decorators in Python.
Python 3 Fundamentals
Python is a great programming language for beginners and experts alike. This course will teach you how to program in Python.
Python 3 Performance
Python developers love Python's high productivity. Unfortunately, many Python applications suffer from slow performance. This course is about concrete approaches for improving the performance of your Python applications.
Python 3 Programming MasterClass – Beginner to Advanced
Start from the basics of Python language and go all the way to creating complex real world applications in easy steps.
Python 3 Regex Playbook
Do you want to automate boring manual text processing tasks? For example, searching a log for errors, validating input, transforming data, and more. This course will teach you how to use Python regex for all sorts of text processing tasks.
Python 3: An interactive deep dive
Deepen your understanding of Python 3 through interactive coding exercises and real-world examples.
Python 3: Beyond the Basics
Python – Beyond the Basics deepens and broadens your knowledge of Python, a dynamic language popular for web development, big data, science, and scripting.