LearnPython.com
Skip navigation
Courses
Python Library
Articles
Log in
Create free account
fullName
User profile menu open
Open user profile menu
fullName
Dashboard
My Profile
Payment & Billing
Log out
MENU
CLOSE
Courses
Articles
Dashboard
My Profile
Payment & Billing
Log in
Create free account
Log out
Articles
5 Feb 2024
Soner Yıldırım
8 Python while Loop Examples for Beginners
What is a while loop in Python? These eight Python while loop examples will show you how it works and how to use it properly. In programming, looping refers to repeating the same operation or task multiple times. In Python, there are two different loop types, the while loop and the for loop. The main difference between them is the way they define the execution cycle or the stopping criteria.
Read more
1 Feb 2024
Jakub Romanowski
Course of the Month – Working With Strings in Python
Being able to work with strings in Python is essential to becoming a confident programmer. For those who want to improve their Python skills, we have chosen the interactive course Working with Strings in Python as the Python Course of the Month for February 2024. This is not a Python course for absolute beginners. If you have never written a line of code or are not familiar with basic Python syntax, I recommend you start with our Python Basics track and come back here later.
Read more
29 Jan 2024
Luke Hande
10 Python Loop Exercises with Solutions
If you’re looking to learn Python, there are many resources available. A great way to increase your skills is to do practice exercises. This gives you hands-on experience in solving realistic problems. Here, we give you 10 exercises for practicing loops in Python. Python is a versatile and beginner-friendly programming language that offers a wide array of tools and features to simplify the process of creating software applications. It’s a great language for beginners to learn, as we explain in Why Python Is the Perfect First Programming Language for Beginners.
Read more
22 Jan 2024
Xavier Rigoulet
How to Make a Python Program and Send It to Someone: A Beginner's Guide
Have you ever wondered how you can transform your Python code into a standalone application that anyone can run and use? Learn how to make and share Python executables in this article. Your code is stored in a Python script, but this doesn’t mean you can share it with friends and family as a ready-to-run application. In this article, we’ll talk about creating a Python executable and using it to create standalone applications that you can share with others.
Read more
15 Jan 2024
Jakub Romanowski
Python Online Training 101: A Complete Beginner's Guide
In this article, I will be your guide to the world of Python online training. Together, we will explore how to master Python's fundamentals and set you on a path to becoming proficient in this powerful programming language. Let's dive in! Welcome to the world of Python! This guide is your starting point to dive into Python online training. Python is a versatile and widely used programming language, perfect for beginners on their first coding journey.
Read more
8 Jan 2024
Soner Yıldırım
Basics of Python: Tuple Examples
What is a tuple in Python? Explore this data type, learn how it’s different from Python’s other data types, and discover use cases and tuple examples. A tuple is one of Python’s built-in data structures. Its unique features make tuples widely used for certain tasks. To use tuples for the right task, you need to know what they are and how to perform operations on them. In short, you need examples of Python tuples.
Read more
1 Jan 2024
Jakub Romanowski
Career Change: Transitioning to Tech with Python
Considering a Python career change? This article is your comprehensive guide to transitioning into the tech industry with Python. Learn how this powerful and accessible programming language can become a crucial asset in your journey toward a successful and rewarding career in IT. Feeling stuck in a mundane job and curious about programming as a career choice? You're not alone. Many are turning to technology for a more engaging career, and Python is a great place to start.
Read more
25 Dec 2023
Luke Hande
7 Datasets to Practice Data Analysis in Python
Data analysis is a skill that is becoming more essential in today's data-driven world. One effective way to practice with Python is to take on your own data analysis projects. In this article, we’ll show you 7 datasets you can start working on. Python is a great tool for data analysis – in fact, it has become very popular, as we discuss in Python’s Role in Big Data and Analytics.
Read more
18 Dec 2023
Alexandre Bruffa
Why Businesses Love Python Developers
Thinking of becoming a Python developer, but not sure if it is worth it? In this article, I will show the advantages of learning Python and then demonstrate why businesses love Python developers. Have you ever dreamed of diving into the tech world but felt unsure where to start? Let me tell you about a secret pathway: working as a Python developer. It's not just any job—it's a role that's in demand across startups and tech giants alike.
Read more
11 Dec 2023
Xavier Rigoulet
Top 10 Python Dictionary Exercises for Beginners
Have you ever wondered how Python manages to organize and manipulate data efficiently? Python dictionaries play a pivotal role. In this article, we'll take you on an exciting journey through Python dictionaries, offering a curated list of exercises with solutions to help you grasp the concept and unlock the full potential of dictionaries. Understanding Python Dictionaries Before diving into the exercises, let's take a moment to understand Python dictionaries and how to use them.
Read more
««
«
1
2
3
4
5
33
»
»»