Sinisterly
how to begin python - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+--- Thread: how to begin python (/Thread-how-to-begin-python)

Pages: 1 2


how to begin python - MORICE - 10-12-2024

i have been looking to start coding in python for quite a while now because it seemed fun and you can do a lot in it (also maybe any of the c family)
is there a general place you guys started coding in python and could you maybe provide me with some good sources to start at? i know html already because my dad taught me when i was 14 and i have been coding in that ever since and have a small understanding of other languages


RE: how to begin python - ytcracker - 10-14-2024

Best way is to just start and dive right in. I would recommend using chatgpt as you are able to let it teach you in whatever ways you want.

You can ask it to explain it in "beginners terms" etc so its easy to follow through


RE: how to begin python - kuuurdishprince - 10-14-2024

try to print hello world, after that look up beginner exercises, for example how to make for loops and if statements etc etc. then try building a snake game using a youtube video or something it helps you understand the python syntax very quickly


RE: how to begin python - sfnl - 10-15-2024

crazy frr look at somes tutorials for what u will take fun to do (games, utils)


RE: how to begin python - charliesheen - 10-16-2024

do a basic course then try do some small projects


RE: how to begin python - johnmarzi - 10-21-2024

Use LLM's to guide you but not as a sole information provider.

Double check with online resources


RE: how to begin python - teras - 10-24-2024

you can check guide and curse


RE: how to begin python - mistyS - 10-27-2024

Starting Python is a great choice, especially since it’s beginner-friendly and so versatile! Given your background in HTML, you'll find the syntax quite readable and logical. Here are some solid resources to get you started:

Interactive Tutorials
Codecademy – Their interactive approach lets you code directly in the browser, perfect for learning the basics and quickly seeing results.
freeCodeCamp – Offers a full Python course that dives into various applications like data analysis and basic automation.
Python for Everybody by Dr. Charles Severance on Coursera – Free to audit, and it’s widely praised for clarity and accessibility.
Project-Based Learning
Automate the Boring Stuff with Python – A fantastic book and website with practical projects like web scraping and automating simple tasks. It’s very beginner-friendly and hands-on.
Real Python – Great for learning Python through real-world projects, articles, and tutorials. They cover beginner to advanced topics, so you can keep coming back as you progress.
IDE for Practice
Thonny – A simple, beginner-friendly IDE for Python with built-in tools for debugging and viewing variables, which can be really helpful in the early stages.


RE: how to begin python - SirZellek1994 - 12-12-2024

Vouce, very helpful resources
(10-27-2024, 07:21 AM)mistyS Wrote: Starting Python is a great choice, especially since it’s beginner-friendly and so versatile! Given your background in HTML, you'll find the syntax quite readable and logical. Here are some solid resources to get you started:

Interactive Tutorials
Codecademy – Their interactive approach lets you code directly in the browser, perfect for learning the basics and quickly seeing results.
freeCodeCamp – Offers a full Python course that dives into various applications like data analysis and basic automation.
Python for Everybody by Dr. Charles Severance on Coursera – Free to audit, and it’s widely praised for clarity and accessibility.
Project-Based Learning
Automate the Boring Stuff with Python – A fantastic book and website with practical projects like web scraping and automating simple tasks. It’s very beginner-friendly and hands-on.
Real Python – Great for learning Python through real-world projects, articles, and tutorials. They cover beginner to advanced topics, so you can keep coming back as you progress.
IDE for Practice
Thonny – A simple, beginner-friendly IDE for Python with built-in tools for debugging and viewing variables, which can be really helpful in the early stages.



RE: how to begin python - TorUser827PlsNoBan - 12-18-2024

Ask ChatGPT.
It's very good at teaching.