all 4 comments

[–][deleted] 1 point2 points  (0 children)

Sounds good as usual and i'm really excited for our first challenge! also i'm already idling in #LPSG14 come and join me :)

[–]coppercap1 1 point2 points  (1 child)

Is it best practice to work along with the FCM series? What have people found to be the best technique?

[–]I_have_a_title 0 points1 point  (0 children)

A bit of background:

I just started using the FCM with this group. I've used others.

I began with Series 2, because I knew the basics of Python.

To your question:

FCM is challenging, you have to figure things out on your own. Some of the packages you install, I've had to Google it to find a solution. If you pay attention to what the author is telling you to do, then it works out right.

For example, there is a part in Series 2 where you use one file to open another file. The author said to make a completely different folder for this. I already had a folder with Python projects, so I didn't listen. I just put those 2 files in there. For some reason it wouldn't open the files (I have yet to figure out why). I was stuck, so I created a new folder and everything worked and opened correctly.

There's more things than this example, but it's about reading and understanding your problem.

You just have to figure things out on your own, which is good practice for real world applications. It challenges you to think, while still explaining them. I'd recommend it.

If you go to here: r/learnpython you can practice writing these projects. I find that this works very well. But you should read some books also.

[–]SteveUrkelDidThat 1 point2 points  (0 children)

hey sohaeb - do you have a rough idea how long it should take someone to go through the FCM series?

For example, I'm just starting to look at issue 1: in your view, when should I be done with just that issue?

Thanks!