Book Image

Python – Complete Python, Django, Data Science and ML Guide [Video]

By : Bogdan Stashchuk
5 (2)
Book Image

Python – Complete Python, Django, Data Science and ML Guide [Video]

5 (2)
By: Bogdan Stashchuk

Overview of this book

Join us on an immersive Python programming journey, spanning over 50 hours of learning. Whether you're a novice or experienced, this course equips you with vital Python skills for careers and projects. Starting from the basics, grasp Python's core principles and proficiency in real-world functions. As Python's popularity grows, this course readies you for the rising demand for Python developers. You'll practice hand-on examples using Python's interpreter and Visual Studio Code with Code Runner to solidify your skills. With a focus on Data Science and Machine Learning, you'll master essential packages such as NumPy, Pandas, Matplotlib, and Scikit-learn, using the versatile Jupyter Notebook. The course extensively covers Python's fundamental aspects, spanning variables, lists, dictionaries, and venturing into advanced topics like classes, loops, modules, and creating virtual environments. The goal is to provide you with a solid Python foundation. You'll also gain insight into functional and object-oriented Python programming, making you a versatile coder. The course is thoughtfully structured, explaining not just "how" but also "why" we use specific methods and best practices. By course end, you'll harness Python's full potential for web and mobile app development, data science, machine learning, and game creation.
Table of Contents (91 chapters)
58
Math Module and Recursive Functions
Chapter 24
Args and kwargs in Functions
Content Locked
Section 7
Practice - Gathering Positional Arguments into the *args Tuple
In this video, the creation of a Python function for sending emails is demonstrated, with a focus on handling optional positional arguments and multiple recipients. The use of the "star args" convention is explored, allowing for the gathering of additional positional arguments into a tuple. This flexibility enables the function to handle various numbers of recipients gracefully.