About 201 results
Open links in new tab
  1. Python and ML Tutorials - Python Engineer

    Become a Python Engineer Learn about Python and Machine Learning with free tutorials. Check out the blog! Take one of the free courses! Watch Tutorials on YouTube! Created by Patrick …

  2. 31 essential String methods in Python you should know

    Strings are an essential data type in Python that are used in nearly every application. In this article we learn about the most essential built-in string methods.

  3. Newsletter - Python Engineer

    Join my newsletter and get Python tips emailed directly to your inbox. Each month you’ll get a summary of all the content I created, including the newest videos, articles, promotions, tips, …

  4. Patrick Loeber - Python Engineer

    In this Python Tutorial, we will be learning about Regular Expressions (or RE, regex) in Python. Regular expressions are a powerful language for matching text patterns.

  5. Tuples - Advanced Python 02 - Python Engineer

    Apr 21, 2019 · Compare tuple and list The immutability of tuples enables Python to make internal optimizations. Thus, tuples can be more efficient when working with large data.

  6. Strings - Advanced Python 05 - Python Engineer

    Apr 30, 2019 · A string is a sequence of characters. String literals in Python are enclosed by either double or single quotes.

  7. 11 Tips And Tricks To Write Better Python Code - Python Engineer

    Jul 5, 2020 · In this tutorial I show 11 Tips and Tricks to write better Python code! I show a lot of best practices that improve your code by making your code much cleaner and more Pythonic.

  8. Best hosting platforms for Python applications and ... - Python …

    Dec 10, 2022 · In this article I present you 14 different options where you can host your Python apps and Python scripts!

  9. How to access and set environment variables in Python - Python …

    Learn to retrieve and create environment variables in Python using practical examples and step-by-step instructions.

  10. Machine Learning From Scratch in Python - Python Engineer

    Jan 30, 2021 · In this course we implement the most popular Machine Learning algorithms from scratch using pure Python and NumPy. By the end of this course, you will have a deep …