armandomiani / python-devops-event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Talks

Python Language - The basics

  • Understanding the Code Structure
  • Be “Pythonic” and why PEP Style Guide is important?
  • Data structures review (Lists, Hashes, Sets and Tuples)
  • Basic OOP understanding VirtualEnv and requirements.txt

Logging and Debugging

  • How to use logging package and log levels
  • pdb package

Creating a CLI

  • Brief review of argparse package
  • Handling arguments and options
  • Dealing with different data-types
  • Securing passwords

Creating an API

  • Creating endpoints
  • Handling request body and headers
  • Fetching external APIs
  • Working responses and headers

Packaging the solution

  • Creating a PIP package
  • Installing a package from a Git server

About


Languages

Language:Python 96.4%Language:Shell 3.6%