dontreadthis
philly.
Automate the Boring Stuff with PythonI had a book on Python but it looks like I lost it can't find it anywhere. Any suggestions on a good, recent book?
eat
Automate the Boring Stuff with PythonI had a book on Python but it looks like I lost it can't find it anywhere. Any suggestions on a good, recent book?
If you ain't got cowsay installed on your Unix machines, you lost
I wound up buying How to do the automatic stuff with Python off of Amazon. I’m 100 pages deep and hope to be done with it by the end of this month. I’m just looking for coding that would be beneficial to the financial sector since I have over 14 years of experience in banking. Does anyone have other suggestions? I’m thinking about learning Power BI next.Breh. I found this app “SoloLearn”. It has Python learn on it. It breakdown everything and has quiz questions every couple of sections. Has a comment section where people explain the answers to the questions. It’s the best easiest way to learn Python that I have come across.
Try it out. You have to go through everything to get to the next section.
I don't understand this blockchain stuff. Why do I want a distributed database?
I'm heading into my 2nd year of Comp Sci. Do any of y'all have tips on how to improve programming logic/problem solving skills in general?
I know I'm comparing myself to people who have been doing this since they were in diapers but damn some of them are rapid. They just see things I don't, make connections I don't.
Also should I code with IDE's. I did C++ course with emacs and recently did Java with Eclipse and holy shyt it was so Much easier. But the C prof says I should not lean on IDE's as a crutch since different places will use different IDE's.
The more you do, the better you get. It kinda is that simple. You see more examples and get better at identifying patterns and troubleshooting. It's important to understand the basics but use IDEs, there's no point in making life more difficult than it already is.I'm heading into my 2nd year of Comp Sci. Do any of y'all have tips on how to improve programming logic/problem solving skills in general?
I know I'm comparing myself to people who have been doing this since they were in diapers but damn some of them are rapid. They just see things I don't, make connections I don't.
Also should I code with IDE's. I did C++ course with emacs and recently did Java with Eclipse and holy shyt it was so Much easier. But the C prof says I should not lean on IDE's as a crutch since different places will use different IDE's.
posted this earlier in here but...
- understand WHAT they are asking for before even attempting to arrive to an answer
go through those codewars, hackerrank, codingbat exercises and
- sitting there not knowing where to start and having to utilize looking at the solutions (even on easy) is OKAY
- find some good solutions in the ones you don't understand in your language of choice and take them to your editor and debug, run one line at a time so you can see the flow of what's going on (helps to comment along)
- watch the patterns and methods they use to deal with data for certain kinds of problems (reversing strings, incrementing through arrays, dealing with substrings)
- do it all over again with another problem......
I'm heading into my 2nd year of Comp Sci. Do any of y'all have tips on how to improve programming logic/problem solving skills in general?
I know I'm comparing myself to people who have been doing this since they were in diapers but damn some of them are rapid. They just see things I don't, make connections I don't.
Also should I code with IDE's. I did C++ course with emacs and recently did Java with Eclipse and holy shyt it was so Much easier. But the C prof says I should not lean on IDE's as a crutch since different places will use different IDE's.
The first bit is something I need to work on. Sometimes I'll skim through the problem and start coding without an in depth understanding of the problem. I've been reading "How to Solve it" by George Polya and he pretty much echoes what you're saying.
I just started using coding bat, I didn't know about the other sites, so thanks.
Every professional uses an IDE. Most places you work at will let you use whatever IDE you are comfortable with. Some people prefer Visual Studio I personally lean towards the JetBrains suite. If you write Java again in your life I recommend using Jet Brians Intellij.
You will however have to write code on a white board during interviews but it is what it is.
I recommend LeetCode and HackerRank for solving problems. Like brehs have said you got to do problems over and over and over and over again. Then do problems again after that till you see patterns.
I'll let you know when I find out . I get tired of them after a few minutes, but I don't have any drive to do them. If you're serious about it then you'll be pretty solid within 3 months at 1 or 2 hours a day.How long did it take you to get good at leetcode algorithm questions?
Every professional uses an IDE. Most places you work at will let you use whatever IDE you are comfortable with. Some people prefer Visual Studio I personally lean towards the JetBrains suite. If you write Java again in your life I recommend using Jet Brians Intellij.
You will however have to write code on a white board during interviews but it is what it is.
I recommend LeetCode and HackerRank for solving problems. Like brehs have said you got to do problems over and over and over and over again. Then do problems again after that till you see patterns.