course22 icon indicating copy to clipboard operation
course22 copied to clipboard

Can someone define the "some coding experience" needed?

Open rotello opened this issue 2 years ago • 1 comments
trafficstars

Hello I know some may smile from my question but as an absolute beginner i d like to know what is the Minimal Viable Knowledge of coding to be able to learn (and enjoy) your courses. Thanks !

rotello avatar Apr 07 '23 18:04 rotello

You need not to be a python expert to start this course, but it's better if you learn these

Basic syntax: variables, data types (integers, floats, strings), operators, input/output. Control flow: conditional statements (if, else, elif), loops (for, while). Functions: defining and calling functions. Data structures: lists, tuples, dictionaries. Object-oriented programming (OOP): classes, objects, inheritance, polymorphism. File Handling: opening, reading, writing, updating files, and different file modes (json, csv, txt,.. etc)

PranithChowdary avatar Aug 03 '24 05:08 PranithChowdary