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
10 Jul 2022
Marcin Koryszewski
Music Can Help You Learn Python
Boost your Python study with music. I practically live with my headphones on. Music helps me: it helps me work, it helps me work out, and it helps me learn. And today, I'm going to explain how it helps you learn Python. Music has accompanied man since the dawn of time. All around the world, different cultures have been built around music. If you're like me, chances are you were a part of a music subculture at some time.
Read more
8 Jul 2022
Juliano Luiz Faccioni
An Overview of Python String Methods
Become a master of common Python string methods and level up your data manipulation skills! Python strings have a lot of functionality that you can leverage in your scripts. This includes common text operations like searching and replacing text, removing whitespace, or counting characters and words. Collectively, these functions are called Python string methods. In this article, we’ll go through an overview of the main string methods available for Python scripts.
Read more
6 Jul 2022
Soner Yıldırım
Is Python a Frontend or Backend Language?
If you learn Python, you will be able to apply it to web development. But is Python a frontend or a backend language? Let’s find out. Python is a general-purpose programming language that has gained tremendous popularity in recent years. Its clean and easy-to-understand syntax makes it the #1 choice for new programmers (as well as experienced programmers). Once you start learning Python, it does not take long to get productive.
Read more
4 Jul 2022
Luke Hande
How to Generate Test Data in Python
Here's all you need to know about the code library for generating test data in Python. This article introduces you to a useful library to generate test data in Python. If you’re building an application designed to process data, you need an appropriate test dataset to make sure all the bugs have been ironed out. Getting your hands on data is the first step of any data analysis project. The data may be provided directly to you by a customer.
Read more
29 Jun 2022
Luke Hande
Web Scraping With Python Libraries
Here are some useful Python libraries to get you started in web scraping. Looking for Python website scrapers? In this article, we will get you started with some helpful libraries for Python web scraping. You'll find the tools and the inspiration to kickstart your next web scraping project. Web scraping is the process of extracting information from the source code of a web page. This may be text, numerical data, or even images.
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
24 Jun 2022
Jakub Romanowski
Movies That Will Inspire You to Learn Python
Are you learning programming? Have you started your adventure with writing Python code or are you just going to get down to work? In this article, I am going to suggest a few movies that can motivate you (and are fun to watch). Here is a list of my favorite films that will make you want to code! It is said that every journey begins with a first step. However, you can immediately add that after taking a few steps, you’ll need to rest to get to your goal.
Read more
22 Jun 2022
Soner Yıldırım
Your Career Path from Learning Python to CEO
Python is a popular programming language and one of the most sought-after skills in today’s tech industry. Find out what career paths open up to you if you know Python well! The Python programming language has an extensive variety of applications in web development, mobile and game development, data science, and Artificial Intelligence. It’s also a relatively easy language to learn. People who have never programmed before or want to step into IT choose Python.
Read more
20 Jun 2022
Kamila Ostrowska
A Brief History of Python
Python is one of the most popular programming languages of our time. It is widely used by programmers around the world. Big tech companies, small businesses, start-ups, freelancers – they are all eager to use the capabilities it offers. What is the history of Python? Who is behind its success? In 2021, Python turned 30 and had a lot to celebrate. It is now among the most popular programming languages according to a Stack Overflow report.
Read more
17 Jun 2022
Emad Bin Abid
What Is the Python ord() Function? How Do You Use It?
Working with Unicode characters? You’ll need the Python ord() and chr() functions. Find out what each one does and why you should use them by reading this article. In this article, we'll examine several examples of converting a character to its Unicode code using Python's ord() function. We’ll also review Unicode and Python's chr() function. So let's get started! Unicode Basics Computers, at their most fundamental, work with numbers. Under the hood, the characters and letters on a screen are encoded as a list of integers.
Read more
««
«
1
2
3
14
15
16
33
»
»»