5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Bootcamps     Information Technology     Application Development     Developer
This course is designed to help you improve your Python skills. It will help you to write more readable and maintainable code. Code is written once and can be read dozens, hundreds or even thousands of times. Not just by yourself, but by your colleagues and other users of your code. So, it is worth to put in extra effort when you are writing it.


In the course you will learn about the best practices for developing Python code. This includes Python specific conventions, tools and functionality from the Python Standard Library. Furthermore, you will learn about best practices for coding in general, which you can apply to other languages as well.

Prerequisites
Students looking to attend this course should meet the following prerequisites:
Experience coding in Python
Throughout the course PyCharm will be used to work on exercises. Please make sure you have it installed and running before the bootcamp starts. You can download the “Community” edition for free from: https://www.jetbrains.com/pycharm/download/


Objectives

  • “Pythonic” code
  • Python conventions
  • Python tools
  • Best practices
  • Object Oriented Programming (OOP)
  • Type hints
  • Unit testing
  • Python in production
  • Virtual environments
  • The Standard Library