Skip navigation
Courses
Blog
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
Blog
Log in
Create free account
Dashboard
My Profile
Payment & Billing
Log in
Create free account
Log out
Articles
How to Learn Python Online for Free
by Jakub Romanowski
5 Nov 2020
What if I told you that you can learn Python for free? Here are some websites for learning Python that I can recommend. Python rocks! This programming language will allow you to do a lot. If you learn it, you can create applications, build websites, work with databases, and process data collected by you or your company. Sound cool? It is! And if you can learn Python for free, well, why not give it a try?
Read more
How to Install Python on Windows
by Dorota Wdzięczna
29 Oct 2020
Programming skills are in great demand in today’s market. One very popular and easy-to-learn language is Python. But knowing Python's syntax is not enough; you also need to know how to install Python on your computer, configure everything, and start creating your own new and brilliant projects. Fortunately, installing Python on Windows machines is not difficult. In this article, I’ll show you everything you need to know to get up and running.
Read more
New Python Course Now Available! Test your skills with “Python Basics. Practice”.
by Jakub Romanowski
22 Oct 2020
Are you a Python beginner? Or have you completed our Python Basics courses? In that case, congratulations – but you still have some way to go before you become a Python expert. In Python as in life, practice makes perfect. If you’re looking to practice your Python skills, you've come to the right place. Our Python Practice set will help you hone your knowledge. One of the biggest obstacles to making progress in Python is finding the right tasks and projects.
Read more
Why Learn Python in 2021
by Rebecca McKeown
15 Oct 2020
There are a million resolutions you could make for 2021: taking up extreme knitting, limbo dancing, or rhinoceros riding. But deciding to learn Python in 2021? Now, that could be your smartest move to date. Guys, guys, guys! It’s less than THREE MONTHS until the end of 2020. Three months! That’s just enough time to start a diet, gain 20lbs, and learn Python. You heard me. The New Year is fast approaching, and we all know what that means.
Read more
Welcome to LearnPython.com
by Jakub Romanowski
8 Oct 2020
Do you want to learn programming or data processing? Do you dream of a career in data science? If the answer to any of these questions is YES, you've come to the right place. LearnPython.com is here! With great pleasure and undisguised pride, the team behind LearnSQL.com announces the launch of a new learning platform: LearnPython.com. It is the perfect place for everyone who wants to enter the world of coding and knows that Python will give them new career opportunities.
Read more
Lists and List Comprehension in Python
by Marija Ilic
4 Feb 2020
Everything you need to get started with lists and list comprehension in Python. Here comes the New Year — the perfect time for your own personal re-evaluation and a retrospective of the last year. It's also a great time to sit down and write a list of New Year's resolutions that you are planning to achieve in the incoming year. Are you going to write it on paper or will you reach for your laptop and, like any other nerd, use Excel or some other tool like Python to save and maintain this list?
Read more
How to Use Python Dictionaries: The LearnPython.com's Guide
by Kateryna Koidan
16 Jan 2020
Wondering how to get the most out of Python dictionaries? In this comprehensive guide, we'll cover all you need to know to effectively use dictionaries in your studies and in real-world projects. What Is a Python Dictionary? A Python dictionary is yet another very useful and important data type. Basically, Python dictionaries are an unordered collection of data values. However, in contrast to other data types, a dictionary's elements are key-value pairs instead of single data values.
Read more
Getting Started with Python Part 1: Data Types
by Tihomir Babic
14 Jan 2020
Want to learn Python but think you have to know something before you start? You don't! That's the whole point of learning, as you'll see. So you want to learn Python, but something is stopping you. What is it? The usual misconception that stops people from doing something is that they should know everything, even before they start learning. This misconception makes you think everybody was born with their knowledge and that you're never going to reach their level.
Read more
13 Top Python Libraries You Should Know in 2020
by Dorota Wdzięczna
9 Jan 2020
Python provides a lot of libraries to help developers with their work. Which of them will be the most popular in 2020? And which are worth your time? Here are our picks for the 13 top Python libraries. Python is one of the most popular programming languages. Many developers choose Python because it's easy to learn and good for varied tasks, including data science, machine learning, data analysis and visualization, and web or desktop app development.
Read more
How to Generate Random Numbers in Python
by Marija Ilic
19 Dec 2019
Sometimes you need a random number or element. How can Python help? The truth is that randomness is all around us. Think about the lottery, a dice roll, or the (extreme) randomness of your office's Secret Santa workings. In this article, we'll discuss pseudo-randomness, how it's different from true randomness, and how it can be applied in Python to generate random numbers. We'll also delve into some more advanced topics, like reproducible coding with random numbers and using the choice() and choices() functions to return random string elements from a list.
Read more
««
«
1
2
3
8
»
»»