How long is the first module of the Python course supposed to take? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How long is the first module of the Python course supposed to take?

I teach intro to CS at a college, and I'm thinking of assigning the Python course for my CS 1 students for the first two weeks of lab. Is there any estimate on how long the first module is supposed to take for beginners?

14th Dec 2016, 4:26 AM
EGU
4 Answers
+ 5
despite being a beginner, I don't quite remember. maybe a couple days?
14th Dec 2016, 4:32 AM
Ahri Fox
Ahri Fox - avatar
+ 3
I don't know, I completed basic Python course in a day
14th Dec 2016, 4:48 AM
Sun
Sun - avatar
+ 1
If they are beginner, you can schedule it for 1 week and complete following topics 1 . Setting Up Your Programming Environment Python 2 and Python 3 Running Snippets of Python Code 2. Variables and Simple Data Types 3. Introduction to List & Working with Lists 4. if Statement 5. Dictionaries 6. User Input and while Loops 7. Functions You can cover above topics in a week. If any advance you can have a introduction about Object-oriented Programming concepts with python.
14th Dec 2016, 6:02 AM
Mock
Mock - avatar
0
5 to 8 hours if they are novice else less than 5 hours
14th Dec 2016, 8:27 PM
Minovsky
Minovsky - avatar