Nhảy tới nội dung

22 tài liệu đã gắn thẻ với "CS50"

Xem tất cả Thẻ

CS50 Week01 - Python: Conditionals

Conditionals allow you, the programmer, to allow your program to make decisions: As if your program has the choice between taking the left-hand road or the right-hand road based upon certain conditions.

CS50 Week04 - Python: Libraries

Libraries extend the abilities of Python. Some libraries are included by default with Python and simply need to be imported.

CS50 Week09 - Python: Et Cetera

We will be focusing upon many of the “et cetera” items not previously discussed. “Et cetera” literally means “and the rest”!

CS50: Week 2 - Arrays

We are going to take a deeper look at additional building-blocks that will support our goals of learning more about programming from the bottom up

CS50: Week 3 - Algorithms

We are going to expand upon our understanding of algorithms through pseudocode and into code itself.

CS50: Week 4 - Memory

In this lesson, you learned about pointers that provide you with the ability to access and manipulate data at specific memory locations.

CS50: Week 6.5 - Artificial Intelligence

AI has been with us for much time! Software has long adapted to users. Algorithms look for patterns in junk mail, images saved on your phone, and to play games.

CS50: Week 9 - Flask

We will be moving from HTML and CSS into combining HTML, CSS, SQL, Python, and JavaScript so you can create your own web applications