Jump to content

Looking for a good way to learn python

penguin1

Hello all,

I am looking into learning python. I have tried Pycharm's course and Pluralsight, but I have not found one that is very engaging. Does anyone know of a good course?

Link to comment
Share on other sites

Link to post
Share on other sites

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 3600 || GPU: RTX 3070|| Memory: 32GB @ 3200 || Cooler: Scythe Big Shuriken || PSU: 650W EVGA GM || Case: NR200P

Link to comment
Share on other sites

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 comment
Share on other sites

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 3600 || GPU: RTX 3070|| Memory: 32GB @ 3200 || Cooler: Scythe Big Shuriken || PSU: 650W EVGA GM || Case: NR200P

Link to comment
Share on other sites

Link to post
Share on other sites

Engineer Man (very experienced in many languages) has a very nice beginner set of tutorials here:

Link to comment
Share on other sites

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 comment
Share on other sites

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

×