From the course: Secure Coding in Python
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
What you should know - Python Tutorial
From the course: Secure Coding in Python
What you should know
This course is for Python programmers who wish to develop more secure software. In order to get the most out of this course, you should be proficient with Python programing. It's also a good idea to have a sense of how Python web applications and APIs work. And finally, it's important to have a grasp of Python development workflows. This includes various ways of running Python programs, as well as installing third party packages. If you're not quite there yet, as far as these prerequisites go, here are a few courses from the library that can definitely help get you there. First, there's Getting started with Python with Ryan Mitchell. This is a great course for people who are just getting started with coding. Then there's my course, Hands-On Introduction: Python. If you have some experience programing and want to make the transition to Python, this is a great course to get started with. Finally, there's Miki Tebeka's Managing Python Projects. This course is about Python workflows and…