r/AskProgramming 4d ago

Python Help Practicing Python

Hello!

I'm a first year Computer Science student learning how to program. The language we are going to be learning in my class (for first semester anyways) is going to be Python and I was wondering if anyone has any ideas on how I could practice python in my own time? Programming is something I am deeply passionate about and want to do good at, so I'm hoping I can get some help with this! :)

2 Upvotes

13 comments sorted by

View all comments

1

u/JacobStyle 4d ago

The first step is getting your development environment set up so you can write and run Python code on your own computer. Then make a little "hello world" program to make sure everything is working. Then do a little calculator program or something to practice working with user input, variables, operations, and conditionals.