Python for Rookies

Learn the basics of the legendary Python language.

Ratings: 3.84 / 5.00




Description

You should learn this language! Python is one of the fastest growing languages, it's even renowned as the language of the decade. You can use Python on any operating system to build whatever you like, including but not limited to GUI Applications, Web Applications, and Console Applications.

I'll teach you how this seemingly strange language is actually quite simple. We cover the fundamentals to writing Python code from Syntax, Datatypes, Operators, and Looping. We'll even take a look into 3rd party package management!

What You Will Learn!

  • Understand Python Datatypes
  • Use Pythons Unique Syntax
  • Use Python Package Manager for 3rd Party Items

Who Should Attend!

  • Python Beginner
  • PHP User Interested in Python