mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
9 lines
406 B
Markdown
9 lines
406 B
Markdown
# Basic Syntax
|
|
|
|
Setup the environment for python and get started with the basics.
|
|
|
|
Visit the following resources to learn more:
|
|
|
|
- [@article@Python Basics](https://www.tutorialspoint.com/python/python_basic_syntax.htm)
|
|
- [@article@Learn X in Y Minutes / Python](https://learnxinyminutes.com/docs/python/)
|
|
- [@video@Python for Beginners - Learn Python in 1 Hour](https://www.youtube.com/watch?v=kqtD5dpn9C8) |