ETRXRock Posted July 23, 2016 Share Posted July 23, 2016 Anyone here familiar with Python that could possibly help me. I am a new 2.7 user and I have been teaching myself! Link to comment Share on other sites More sharing options...
TenaciousBushLeaper Posted July 24, 2016 Share Posted July 24, 2016 I doubt many people if any will offer free tutoring. Here are some websites that can be useful: https://www.codecademy.com https://www.codewars.com Much like anything else in life, the more you practice the better you will be. It might take time to feel confident with the language, and, by that I don't mean knowing how to do the basics. Stick with it for years, any chance you get to put python to use, do it. I liken it very much to math, I can look up definitions for how to go about doing certain computations but that will come and go if I have no discipline, structure and purpose for it's use. Link to comment Share on other sites More sharing options...
sjoh197 Posted July 24, 2016 Share Posted July 24, 2016 (edited) I can't really help you, but thought I would ask if you have taken a free mooc course on python? Both coursera and edx typically have completely free courses on it. Edited July 24, 2016 by sjoh197 Link to comment Share on other sites More sharing options...
Ocean-Atmos-Climate Posted July 29, 2016 Share Posted July 29, 2016 Here's a pretty solid resource : MIT Open Courseware -- A Gentle Into to Programming Using Python Both an intro to Python and a course made to make you think like a programmer. A professor I know out at UC Davis also put this course together : Python for Environmental Scientists geographyrocks and ETRXRock 2 Link to comment Share on other sites More sharing options...
.letmeinplz// Posted July 29, 2016 Share Posted July 29, 2016 (edited) pythontutor to visualize python (or other languages supported) code to help you understand what is going on. Also you might help my research so... you know... <3 Edited July 29, 2016 by <ian> Link to comment Share on other sites More sharing options...
Ocean-Atmos-Climate Posted September 9, 2016 Share Posted September 9, 2016 Hi @ETRXRock, Hopefully your Python journey is going well! A side project for my Atmospheric Thermodynamics class is to read through this phenomenal (free) online text and do the exercises. I remembered this thread and figured it might be of help! A Hands-On Introduction to Using Python in the Atmospheric and Oceanic Sciences geographyrocks 1 Link to comment Share on other sites More sharing options...
Crucial BBQ Posted October 29, 2016 Share Posted October 29, 2016 On 9/9/2016 at 0:06 PM, Ocean-Atmos-Climate said: Hi @ETRXRock, Hopefully your Python journey is going well! A side project for my Atmospheric Thermodynamics class is to read through this phenomenal (free) online text and do the exercises. I remembered this thread and figured it might be of help! A Hands-On Introduction to Using Python in the Atmospheric and Oceanic Sciences Holy smokes, I've died and gone to heaven. I've been looking for something like this, so much thanks for posting! Link to comment Share on other sites More sharing options...
Ocean-Atmos-Climate Posted November 9, 2016 Share Posted November 9, 2016 On 10/29/2016 at 10:45 AM, Crucial BBQ said: Holy smokes, I've died and gone to heaven. I've been looking for something like this, so much thanks for posting! No problem at all, I hope it helps you out! On a side note, my undergraduate major was in physical oceanography. I'm now focusing on biogeochemical oceanography in graduate school, but looking to bring physics into my work. Link to comment Share on other sites More sharing options...
kreansanm Posted March 20, 2023 Share Posted March 20, 2023 So, I am currently using "Automate the Boring Stuff with Python." I currently finished the first three chapters of the program. Then, I did the practice project called the "The Collatz Sequence". However, I was not able to solve the problem. Honestly, it really frustrated me that I was not able to solve it. I really want to learn python and I want to do it properly. But I am unsure how to go about it. Should I go back and reviewed the previous chapters to better grasp the concepts? Should I keep moving forward? Should I look use websites like Codewars to practice? I am just kind of lost because I do want to learn effectively as possible. Just wanted advice and suggestions from others. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now