11 Jan 2022 Soner Yıldırım What Is Data Processing in Python? We live in the era of Big Data. There is a tremendous amount of data flowing around us constantly. It seems like this flow of data will keep increasing. In order not to drown in this stream, you should know how to properly process data, analyze it, and draw correct conclusions from it. One of the best tools for this is Python! It’s become very easy to collect, store, and transfer data. Read more 14 Dec 2021 Soner Yıldırım How Do You End Scripts in Python? Programming means giving instructions to a computer on how to perform a task. These instructions are written using a programming language. An organized sequence of such instructions is called a script. As a programmer, your main job is to write scripts (i.e. programs). However, you also need to know how scripts can end. In this article, we will go over different ways a Python script can end. There is no prerequisite knowledge for this article, but it is better if you are familiar with basic Python terms. Read more 11 Nov 2021 Soner Yıldırım Is Python Popular? Have you been hearing about Python? Do you see its popularity growing, with more and more jobs requiring knowledge of this programming language? Are you wondering if you should start learning Python yourself? I have some convincing arguments that will help you make this decision. It takes time and effort to acquire a new skill. Since time is the most valuable resource we have, we should think thoroughly before investing our time in new learning adventures. Read more 14 Oct 2021 Soner Yıldırım Why Isn't Everyone Learning to Code for Career Success? Thousands of job openings, high salaries, almost guaranteed employment – yet there is still a shortage of programming specialists in the market. Why is this happening? Why, despite the obvious advantages and chances of success, people still don't learn to code? I will try to answer this question in this article. When I was in college, I took one programming class which was Introduction to C++. I had to take it twice because I failed the first time. Read more 23 Sep 2021 Soner Yıldırım Do You Need a Master’s Degree to Become a Data Scientist? Data science is a hot topic. The Internet is full of heated discussions about how to become a data scientist and whether you need an academic degree to do so. In this article, I will try to dispel any doubts on this subject. Read on! The potential of creating business value from data has attracted the attention of many. Organizations in a wide range of industries have started to invest in data science to take advantage of this potential. Read more 12 Aug 2021 Soner Yıldırım Python Terms Beginners Should Know – Part 2 Still learning Python terms? No worries – we're here to help you master the basics of Python for beginners. If you missed Part 1 of Python Terms Beginners Should Know, you can read it here. Why should you spend your time learning Python terms? Well, this general-purpose programming language has experienced tremendous popularity in recent years. There are several reasons that make people from different professions choose Python. First, Python is easy to learn and has an intuitive syntax. Read more 1 Jul 2021 Soner Yıldırım Top 10 Ideas for Using Python Have you learned Python? Congratulations, great decision! Remember that, like any skill, you need to keep practicing Python. Here are some cool ideas. Enjoy! Python is the predominant programming language in the data science ecosystem. It is so popular among data scientists that we tend to associate Python with only tasks related to data science. However, Python is a general-purpose language with several other use cases. Using Python for data science has lots of benefits. Read more 17 Jun 2021 Soner Yıldırım Can I Learn Python in a Month? This is one of the most frequently asked questions among people who plan to step into programming. I will start by providing a short answer that includes a bit of Python history. Then, I will go more in-depth and show you how to learn Python in a month. Python was created by Guido van Rossum in 1991. Although it has been around for a long time, Python has recently experienced a tremendous increase in popularity. Read more 6 May 2021 Soner Yıldırım How To Start Your Adventure With Programming Do you want to learn programming? However, do you associate it with movie scenes in which hackers furiously tap their fingers on a keyboard? Unfortunately, these types of scenes complicate the idea of programming for people who have never done it before. Please know that programming is not reserved for only a small group of computer geeks. You too can start coding, even if you don’t have any IT experience. Read more 22 Apr 2021 Soner Yıldırım The Most Helpful Python Data Cleaning Modules Data cleaning is a critical part of data analysis. If you need to tidy a dataframe with Python, these will help you get the job done. Python is the go-to programming language for data science. One reason it’s so popular is the rich selection of libraries. The functions and methods provided by these libraries expedite typical data science tasks. Real-life data is usually messy and does not come in an appropriate format for data analysis. Read more «« « 1 2 3 4 5 » »»