Software Development and Programming Careers (Official Discussion Thread)

OSUBaneBrowns

Ohio to California
Supporter
Joined
May 10, 2012
Messages
5,948
Reputation
823
Daps
16,091
Reppin
Long Beach, CA
After stepping back to going over the basics again with Python, I'm back to learning object oriented programming. I understand the material much more and my thought process is more clear with trying to solve of the questions. The only issue that I'm still having is that I still somewhat struggle with trying to solve a problem on my own. For example, I can get 80% - 90% of the code right but there is at least 1 thing that I either missed, have stuff in the wrong order or just off all together and my codes doesn't work. I think that I need to work on my problem solving skills in general because I tend to make issues more harder than they should be:snoop:.

Also, I brought a ethical hacking class that works with Python on Udemy:shaq:. Give me something exciting to do while still getting some coding work. Plus it may help with getting me some models pics and videos from only fans :mjlit: . Not trying to hack for real or steal money if the feds are watching :whoa:.
 

krazykid18

Superstar
Joined
May 13, 2012
Messages
6,738
Reputation
-1,256
Daps
19,657
Reppin
NULL
After stepping back to going over the basics again with Python, I'm back to learning object oriented programming. I understand the material much more and my thought process is more clear with trying to solve of the questions. The only issue that I'm still having is that I still somewhat struggle with trying to solve a problem on my own. For example, I can get 80% - 90% of the code right but there is at least 1 thing that I either missed, have stuff in the wrong order or just off all together and my codes doesn't work. I think that I need to work on my problem solving skills in general because I tend to make issues more harder than they should be:snoop:.

Also, I brought a ethical hacking class that works with Python on Udemy:shaq:. Give me something exciting to do while still getting some coding work. Plus it may help with getting me some models pics and videos from only fans :mjlit: . Not trying to hack for real or steal money if the feds are watching :whoa:.


Whats the udemy course
 

F K

All Star
Joined
Jan 13, 2017
Messages
3,204
Reputation
480
Daps
10,121
I want to get a masters from sans bit.they are so damn expensive :mjcry: need to find an employer who will pay for it
 

F K

All Star
Joined
Jan 13, 2017
Messages
3,204
Reputation
480
Daps
10,121
this sys ops course is fukking up my flow. The other course had a bunch of short sections. this one has fewer, longer ones. I'm finding it harder to chain successes and keep my self motivated. right now I have 6/18 completed, got to keep plugging away. :francis:
 

OSUBaneBrowns

Ohio to California
Supporter
Joined
May 10, 2012
Messages
5,948
Reputation
823
Daps
16,091
Reppin
Long Beach, CA
this sys ops course is fukking up my flow. The other course had a bunch of short sections. this one has fewer, longer ones. I'm finding it harder to chain successes and keep my self motivated. right now I have 6/18 completed, got to keep plugging away. :francis:
Just pace yourself. I have 12 hrs left on my Python class and it starting to get stale. Have to keep pushing myself to finish so that I can start looking for something else :shaq2:.
 

OSUBaneBrowns

Ohio to California
Supporter
Joined
May 10, 2012
Messages
5,948
Reputation
823
Daps
16,091
Reppin
Long Beach, CA
How do you handle with dealing with impostor syndrome? I'm work on a deck of cards exercise for Python and I feel that I have to google everything to build this class. I still don't feel comfortable with creating some functions on my own. I can read and understand other people code but I can't process where to start when I need to build something myself :mjcry::snoop:.
 
  • Dap
Reactions: F K

Obreh Winfrey

Truly Brehthtaking
Supporter
Joined
Nov 18, 2016
Messages
20,852
Reputation
25,252
Daps
131,941
How do you handle with dealing with impostor syndrome? I'm work on a deck of cards exercise for Python and I feel that I have to google everything to build this class. I still don't feel comfortable with creating some functions on my own. I can read and understand other people code but I can't process where to start when I need to build something myself :mjcry::snoop:.
Time. At first you're clueless. Eventually you're able to understand pieces on a basic level. Not long after that you'll be able to regurgitate things you've seen before but you don't know why. After that shyt will be happening and it'll take a moment to realize that you're the one making it happen. Repetition and application is key.
 

Macallik86

Superstar
Supporter
Joined
Dec 4, 2016
Messages
6,506
Reputation
1,372
Daps
21,226
Brehs... I’m taking a self Ed class for excel but I don’t have excel any links to getting Excel 2016?
  1. If you work for a company and they pay for Excel, you can often use your work email to download excel to your personal computer
  2. Office 365 Personal costs $7/mo and includes Excel. Alternatively, you can use the trial period (1 month) for Office 365 Family
  3. If the course isn't too advanced, you might be able to get by using Office Online or Google Sheets. Both are free.
 

kevm3

follower of Jesus
Supporter
Joined
May 2, 2012
Messages
16,300
Reputation
5,571
Daps
83,588
How do you handle with dealing with impostor syndrome? I'm work on a deck of cards exercise for Python and I feel that I have to google everything to build this class. I still don't feel comfortable with creating some functions on my own. I can read and understand other people code but I can't process where to start when I need to build something myself :mjcry::snoop:.

That's a natural part of the process. The biggest secret in programming is that you WILL struggle. Knowing how to psychologically manage yourself is huge. You just have to keep at it and it will eventually become clear. Most tutorials just show the instructor creating things from scratch in a linear fashion as if real programmers have all the answers in their head ahead of time. No, you WILL google. You WILL sit in front of your computer being perplexed. You WILL struggle... but if you keep at it, ask for help when you can then you will eventually figure it out.
 
Top