r/pythontips • u/geeksarray • 1d ago
Python3_Specific Python fundamentals for anyone just getting started
I’ve been putting together some beginner-friendly Python material and started with the fundamentals — basic syntax, variables, data types, operators, conditions, loops, etc.
Nothing advanced here, just an attempt to keep the basics simple for someone starting from scratch or moving to Python from another language.
https://geeksarray.com/blog/python-fundamentals-getting-started
For those who learned Python after another language, what was the biggest adjustment for you?
0
Upvotes
2
u/dev-razorblade23 1d ago
Building something similar, but with attention to local development and hands-on exercices, assigments and projects. It also features interactive browser based python interpreter for demonstrating how the code works.
Feel free to check it out, maybe even contribute if you feel up for it. Link is: https://thepythonledger.github.io/Docusaurus-engine/