Jump to content

There's tons of mini projects you  can do

 

What have you already gone over and feel comfortable using?

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 9600X || GPU: RX 9070 XT|| Memory: 32GB || Cooler: Peerless Assassin || PSU: RM850e|| Case: Lian Li A3

Link to post
Share on other sites

7 minutes ago, Slottr said:

There's tons of mini projects you  can do

 

What have you already gone over and feel comfortable using?

I only know how to print, list, and math. I am very new. I am looking for a program for beginners. 

Link to post
Share on other sites

9 minutes ago, penguin1 said:

I only know how to print, list, and math. I am very new. I am looking for a program for beginners. 

A lot of learning will come with pushing yourself to figure something out

Try and make something like hangman or a number guesser

 

Start looking into arrays and how they work in that language

 

This book is a very good resource

 

https://www.amazon.ca/Python-Crash-Course-Eric-Matthes/dp/1593279280/ref=sr_1_5?dchild=1&keywords=python&sr=8-5

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 9600X || GPU: RX 9070 XT|| Memory: 32GB || Cooler: Peerless Assassin || PSU: RM850e|| Case: Lian Li A3

Link to post
Share on other sites

I second the Python Crash Course book recommendation above. I used it in tandem with my favorite, "Automate the Boring Stuff with Python".

I refer back to "Automate..." often now because it has a good assortment of practical solutions. It starts at a beginner level, but does it by implementing the info into 'real world' projects and by the end of the book, you not only have a good basic knowledge of Python, but have actually applied it in a useful manner. These aren't 'demo' exercises. They are useful. The stuff on Excel spreadsheet manipulation is amazing! (big help at work)

I've been learning Python for a year and both of these books are invaluable references. Can't go wrong with either or both.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×