29 Oct 2020 Dorota Wdzięczna How to Install Python on Windows 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 9 Jan 2020 Dorota Wdzięczna 13 Top Python Libraries You Should Know in 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 5 Nov 2019 Dorota Wdzięczna 9 Best Online Resources to Start Learning Python Today Want to start learning Python but struggling to find quality resources? Well, they're out there—and we'll review them here. In no particular order, here are the best online resources to learn Python. Courses 1. LearnPython.com LearnPython.com is an interactive e-learning platform that offers nine Python courses. Among them, you can find two learning paths: programming and data science. Programming path: Python Basics Part 1. This is the first of a two-part course that covers everything you need to know about Python so you can start writing your own scripts and applications. Read more 23 Apr 2019 Dorota Wdzięczna Jupyter Notebook – the Free Editor for Python If you have basic knowledge about Python and are looking for an IDE to work with on your own computer, consider the Jupyter Notebook. It is a good tool, especially for Data Science projects. What is Jupyter Notebook? Jupyter Notebook is an open-source server-client application used to create and run mainly Data Science projects. Where does its name come from? JUPYTER is an acronym of Julia, Python, and R, because they were the first programming languages supported by this editor. Read more 18 Apr 2019 Dorota Wdzięczna Python IDE: PyCharm Tutorial for Beginners The PyCharm IDE is one of the most popular editors used by professional Python developers and programmers. But if you are a beginner, don't worry, it can help you too! Find out how to create Python projects using PyCharm and what basic features can help you write code more efficiently. The PyCharm IDE is one of the most popular editors used by professional Python developers and programmers. The vast number of PyCharm features doesn't make this IDE difficult to use–just the opposite. Read more 11 Apr 2019 Dorota Wdzięczna How to Install the PyCharm IDE (Windows and Ubuntu) This tutorial will show you how to install the PyCharm IDE on your own computer–whether you have Windows or Ubuntu. To start developing with the PyCharm IDE, you need to download and install it on your computer's operating system. PyCharm is an editor developed by the JetBrains company. As of today, it is the most popular IDE used by Python developers. Knowing this, JetBrains delivers PyCharm in three versions: Professional (full-featured IDE), Community (lightweight IDE, not full-featured), and Educational (community IDE with added education features). Read more 7 Mar 2019 Dorota Wdzięczna How to Install the Python Spyder IDE and Run Scripts One of the most popular Python IDEs is Spyder, which stands for Scientific PYthon Development EnviRonment. This Python tool is "designed by and for scientists, engineers and data analysts." But it's not just for professionals. In this article, we'll learn why the Spyder IDE is also an excellent tool for beginners. In this article, I'll: Show you how to install Spyder on Windows and Linux. Guide you in starting a project and creating your first Python script. Read more 12 Feb 2019 Dorota Wdzięczna Finished Python Basics Course? Code on Your Computer Online Python courses help you acquire basic knowledge of working with Python. But how do you retain what you've learned and start writing Python code on your own? Nowadays, there are plenty of e-learning platforms for programming languages like Python. With these platforms, you can learn the fundamentals of the Python language: syntax, basic functions, and programming best practices. On platforms like LearnPython.com, for example, you don't need others tools to work through the content and can get your hands dirty with a language in a sandbox environment. Read more 22 Jan 2019 Dorota Wdzięczna Lucky Thirteen Python Articles of 2018 for Beginners If you have just started learning Python, now is a great time to develop your skills further. Nowadays it is not problem to find resources about Python on the internet, however, it can be difficult to find good materials to read for beginners. Therefore I decided to gather and share with you my "Lucky thirteen" articles on Python written in 2018. Top 3 LearnPython.com Articles for Beginners The LearnPython. Read more 22 Nov 2018 Dorota Wdzięczna Installing Python: How to start writing Python code In this comprehensive beginner's guide, we'll look at how to install Python on three major operating systems, choose a Python IDE, and run your code. Would you like to start coding in Python but don't know where to begin? Maybe you've graduated from an online course like Python Basics and now are looking to continue your Python adventure on your own machine. But first, why Python? The answer is simple: Python is a very easy-to-learn and powerful programming language. Read more «« « 1 2 » »»