Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 899 Bytes

python.md

File metadata and controls

16 lines (11 loc) · 899 Bytes

List any features of Python that you like/dislike most so far.

It is easy language and perfect to start learning coding by learnaing python

List some of the ways that Python is similar and different to JavaScript.

-similar Both Python and JavaScript are interpreted languages. Both languages have dynamic typing, which means that variables can change type during runtime. Both Python and JavaScript have support for functional programming paradigms.

-different Python is primarily used for backend development, while JavaScript is commonly used for both frontend and backend development. Python has a stricter syntax and a stronger focus on readability and maintainability, while JavaScript is more flexible and has a larger set of features. Python has better support for scientific computing and data analysis, while JavaScript is more focused on web development and browser interactions