Common Interview Questions for Junior Python Developer Jobs by Yiğit Aras Tunalı 11 Feb 2021 Are you preparing for a junior Python developer job interview? Let’s talk about potential Python questions you might encounter! Python has gained an enormous amount of ground; it’s ranked as the most popular programming language on many sites. The number of people using this powerful language and the number of Python job offers on different platforms has (not surprisingly) also been steadily increasing. The Popularity of Python Python’s rise in popularity can be largely attributed to machine learning and data science. Read more How to Read Excel Files in Python by Yiğit Aras Tunalı 3 Dec 2020 Have you worked with Excel files? I’ll show you how to read them into Python so that you can automate Excel-related tasks. If you are a data analyst, a data engineer, or someone who otherwise writes scripts to automate simple tasks, there is a high likelihood that you have worked with or will work with Excel files. In this article, we will go over how to read Excel files into Python. Read more How to Read CSV Files Python by Yiğit Aras Tunalı 12 Nov 2020 Have you encountered CSV files? In this article, I’ll show you what CSV files are and how easy it is to work with them in Python. If you are working as a back-end developer or data scientist, chances are that you’ve already dealt with CSV files. It is one of the most used formats for working with and transferring data. Many Python libraries can handle CSVs, but in this article, we’ll focus on Python’s csv module. Read more