PROGRAMING/Python

Python resources

donghunl 2024. 6. 17. 14:13
반응형

Python practice resources

In the meantime, you can still practice by using one of the many online Python interpreters or codepads available online. There’s not much difference between an interpreter and a codepad. An interpreter is more interactive than a codepad, but they both let you execute code and see the results.

Below, you’ll find links to some of the most popular online interpreters and codepads. Give them a go to find your favorite.

Additional Python resources

While this course will give you information about how Python works and how to write scripts in Python, you’ll likely want to find out more about specific parts of the language. Here are some great ways to help you find additional info: 

 

 

반응형

'PROGRAMING > Python' 카테고리의 다른 글

Formatting Strings  (0) 2024.08.23
Creating simple POS app using python  (2) 2024.06.12