Skip to content

quangvu0702/Python-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 

Repository files navigation

Python-Challenge

I designed this Challenge for my wife and my young sister: Learn Python in Depth in 12 weeks!!

Prerequisites

  • A passion to learn Computer Science.

Index

Week 1 - Introduction:

  • Videos:
    • Goals: Learn to know what python can do and how they do it.
    • Key words: list, tuple, for, while, if-else, string.
    • All videos in this course. Don't worry if you don't understand every line of code. You just need to understand the purpose of modules or functions. And we will comback later to understand every line of code.
  • Hands on:
    • Goals: Create a "hello world" on python.
    • Key words: colab, python2, python3, conda
    • Follow instructions in this video or this article to create a "hello world" in python.

Week 2 - Python Basic:

Week 3 - Test:

Week 4 - Algorithmic Thinking:

  • Now you will go to the next level. It will quite challengeable but rewarding. Enjoy your journey.
  • Goals: learn how to solve problems effectively by using python.
  • Key words: searching, sorting, and recursion
  • Videos:
    • Requirements:
      • You don't need to understand all thing on videos.
      • Learn how they define problems, how solutions are used.
      • Think about the problem around use that can be solve by the algorithms you have learn.
      • Learn to think in Pseudocode.
    • All videos in this course

Week 5 - Coding algorithms:

References:

Releases

No releases published

Packages

No packages published