Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LearnPython.md #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/LearnPython.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
| [W3Schools.com/Python](https://www.w3schools.com/python/default.asp) | We create simplified and interactive learning experiences. Learning web development should be easy to understand and available for everyone, everywhere! W3Schools is a school for web developers, covering all the aspects of web development. |
| [Kaggle](https://www.kaggle.com/learn/python) | Kaggle provides a brief overview of Python syntax, variable assignment, and arithmetic operators. |
| [freeCodeCamp](https://www.freecodecamp.org/learn/scientific-computing-with-python/) | freeCodeCamp covers Python fundamentals like variables, loops, conditionals, and functions. Then you'll quickly ramp up to complex data structures, networking, relational databases, and data visualization. |
| [cs50s-introduction-programming-python](https://www.harvardonline.harvard.edu/course/cs50s-introduction-programming-python) |CS50's Introduction to Programming with Python, taught by David Malan, is an entry-level course focused on teaching programming fundamentals using Python. It covers topics such as data types, control structures, and data structures, emphasizing hands-on coding and problem-solving through practical assignments and projects. Ideal for beginners, the course fosters a collaborative learning environment. |