Friday, February 11, 2022

Codecademy Advanced Python


 What you will learn : 

  • How to use logs in Python to help debug and track your software. (Lisa Tagliaferri's masterpiece)
  • How to use functional programming, a coding paradigm that is sometimes used by software engineers in favor of object-oriented programming, to create clean, efficient programs. (realpython tutorial)
  • How to use concurrent programming to implement code more efficiently using the threading, multiprocessing, and asyncio modules. (realpython tutorial)
  • How to do database operations in Python using sqlite3.(David Muller on DigitalOcean DOCN)
  • How to deploy a simple Python script using Flask. (thank you Real Python and Darren Jones! 😊)

No comments: