Preriquisites
+ Basics
You must be comfortable with Object Oriented Programming and Python basics (see our tutorial).
Summary
+ Environment (basic configuration for Windows users)
-- Using PyCharm Community and Python 3.0
In order to use Python, you need two things to start :
* Using IDEs like PyCharm (Community Edition) and Visual Studio Code (free and powerful) for your project development. Then, you need to install Python 3.0 on your PC.
+ Then...
1 - Install Python 3.0.
2 - Install Visual Studio Code.
3 - Install and open PyCharm Community IDE.
4 - Open a shell prompt (CTRL + R, type CMD), then type python :
C:\Users\YOURNAME>python
5 - You have to see this :
Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>>
In order to continue reading this page, you have to login or register first...