Python 1.1 : Introduction Python
Here we will learn the python language in its entirety; For this fact, we must answer this question: How to get started in Programming? To answer this question we will turn to 4 most asked questions namely: Is Python the right language to start with? How to learn quickly and well, and avoid pitfalls? How to become a good developer? Which computer and software to use? Is the Python language good for beginners? There are several languages : C# JAVA JS PYTHON PHP This is because each language has its specialties for example: C# is specialized in the application Js and Php for the web The advantages of Python is that it is versatile (application, game, web, artificial intelligence) it is everywhere and has a big community and especially the advantage is that it is very easy to learn. It is the language to start with even if you start from scratch in programming. How to learn quickly and well, and avoid the traps ? The 1st trap in programming is to want to learn too many things at the same time. ( if you learn Python and another language it will be too difficult so you have to focus on one thing at a time because if you learn a lot of stuff you will get bored ) . So you have to stay focused. You have to know that programming is an investment and that there are no shortcuts or news that will allow you to understand everything without making any effort. To learn well you have to invest and code as often as possible. How to become a good developer? To do so, you have to concentrate on the most important notions: And by mastering them, it is first to master the : The basics (variables, loops, conditions) and then : The functions : very important then The collections The poo And to know to make algorithms Then it is not the practice you will code and code, and I propose you for this fact of the projects and exercises which will help you to improve you and to put into practice your knowledge. Which computer and software to use ? You can use a Windows or Mac PC and it is even possible to code on Linux. For the software I recommend Visual studio code and Pycharm. They are free and they are the most common to program in python.