Tuesday, January 21, 2020

Real Python: Basic Data Types in Python

In this step-by-step course, you’ll dig into the basic data types that are built into Python.

By the end of this course:

  • You’ll learn about several basic numeric, string, and Boolean types that are built into Python.
  • You’ll see what objects of these types look like and how you can represent them.
  • You’ll get an overview of Python’s built-in functions, which are pre-written chunks of code that you can call to do useful things.

[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...