7 Dec 2022 Alexandre Bruffa Python Library Gems: Useful Python Packages In this article, we will demonstrate some Python packages that aren’t very well-known but are very useful. Packages are basically completed Python code (classes, functions, etc.) that you can use in your projects. They are usually located in a specific directory of your environment. You can create your own custom Python packages or download plenty of fabulous and free Python packages from the PyPI official repository. If you’re not already familiar with Python, I suggest you check out our Learn Programming with Python track, which introduces you to the fundamentals of programming. Read more 28 Nov 2022 Alexandre Bruffa 5 Reasons to Learn Python in 2024 Updated on: October 10, 2023 Why learn Python in 2024? There are many reasons, some related to career and earnings, others to personal development. In this article, I will demonstrate why learning Python should be one of your New Year’s resolutions. You got here because you’re wondering why you should start learning Python. Maybe you haven't made up your mind yet and you’d like to get more facts. This is the first sign that you may become a programmer – we call it the analytical mindset. Read more 12 Oct 2022 Alexandre Bruffa 10 Native Python One-Liners That Will Blow Your Mind The essence of Python is simplicity and ease of use. In this article, we will focus on how to write complex operations in a single line in Python. Python is a general-purpose programming language. It is used for AI and machine learning, web development, data analytics, game development, and financial predictive models, among other things. Almost all modern tech companies, including Google and Netflix, use Python. Python is a perfect fit as a first programming language. Read more 12 Sep 2022 Alexandre Bruffa Adding a List to a Set in Python: 5 Things You Must Know What is a Python set? What is a list in Python, for that matter? This article will give an overview of these two data structures and show how to add list values to a set in Python. To explain the differences between sets and lists in Python – and to help you understand how to add a list to a set correctly – let’s start with an example of these data structures. Read more 27 Jun 2022 Alexandre Bruffa Python or PHP: Which Should You Learn as a Beginner? Which is better for you to start with: Python or PHP? Here is a brief comparison between these popular programming languages. At some point during our exploration of the wonderful IT world, we have all wondered: what programming language do I learn first? Specifically, you may have wondered whether to choose Python or PHP. Which is better for beginners? There are plenty of popular programming languages, old and new. The veteran PHP or the trendy Python? Read more «« « 1 2 » »»