My 2 cents: How to become a programmer. learn programming |
- My 2 cents: How to become a programmer.
- LOOKING FOR EFFECTIVE C# RESOURCES
- How difficult is it to learn the basics of SQL?
- [Python Beginner] How to create a program to eliminate duplicate input positional arguments in a list? For example a program with input list[1,1,2] shows only the output(1,2) and (2,1)?
- Can (Kind of) Everything In The Programming World Be Considered An API?
- How would I get started for computer vision using Python?
- How to copy pages from a site and make a “book”/pdf out of it
- [Java] Export integers from an array to cells in an Excel spreadsheet
- Can you downloading apps on a USB?
- Ways to mentor?
- Is boot camp worth it or am I wasting my time?
- Why in this case i is always smaller by one than stuff[i]?
- I'm having some issues with some HTTP POST methods for a webpage I'm making.
- How to Set Data into Excel sheet using JExcel
- What can you do with a portable Mac usb drive ?
- need help deriving UML from source code
- Visualizing Networks in R
- c++ Quick Pointer Question
- Is C a must for Interacting with dll?
- Wrote a bunch of code but having trouble writing my results to a file using only the print statements?
- What’s in a programming 200 class?
- Should the Development Company use one Business-level hosting for all of their client?
My 2 cents: How to become a programmer. Posted: 03 Nov 2020 01:21 AM PST Hello, folks! I made a post about mentoring people from here for free. A lot of you texted me and it's hard to keep up. So I will put some things that I said to most of you anyway.
Web - PHP, Python, Java, C#, Ruby on Rails, Javascript Embedded and System Programing - C, C++, Rust Automation - Python, Golang Command Line Tools - Python, C, Golang, Rust Games - C#, C++ Desktop Applications - Java, C# Android - Java, Kotlin. iOS: - Swift, Objective C. Front End - Javascript
Imagine you want to teach someone how to multiply 3 by 3. You will tell him that 3x3 = 3 + 3 + 3 = 9 right? You bring the multiplication to addition right? Now imagine, if that person doesn't know how addition works. if he doesn't know that 3 + 3 + 3= 9 you won't be able to make him understand how 3x3 works. You might be able to make him remember that 3*3=9, but he won't know why and how. It's the same thing in programming, if you understand the truly basic things you will be able to use and understand any programming language fast. Same thing learning OOP in programming is based on functions methods in oop are basically functions.
We ask people to find a way to tell me how many leafs are on the tree outside our office. The good answers sound like this: I don't know, but we can get approximate number by counting leafs on a branch. Then counting branches and multiply it by leafs per branch, however not all branches have equal number of leafs, but that way we can get approximate number. This shows that you can come up with some solution and you have the right mindset and enough potential. Bad answers sound like this: I don't know, how can i know they are too many, I can't count them. So anyone who doesn't show a good way of thinking and common sense gets rejected.
So just think out loud, if you don't know the answer. Say you don't know but you assume the answer might be.... and here express some of your own logic based on your knowledge about the question. It's okay to say you never heard of something and you have no idea. After all you are applying for an internship, not a senior position. Sorry for bad English :) [link] [comments] |
LOOKING FOR EFFECTIVE C# RESOURCES Posted: 03 Nov 2020 09:57 PM PST I'm trying to learn C# for the first time so I can build an app for local hikers but the resources I found on YT so far don't clarify things mostly Plus many of them don't even have solid exercises. So please if you have any good reasons for C# hit me with it. Thank you very much. [link] [comments] |
How difficult is it to learn the basics of SQL? Posted: 03 Nov 2020 10:55 PM PST I am proficient in Java and C++. I am trying to figure out if I can get around taking a database class and just learn querying on my own. Is SQL as hard as C++ or Java to become proficient in? [link] [comments] |
Posted: 03 Nov 2020 11:55 PM PST [Python Beginner] How to create a program to eliminate duplicate input positional arguments in a list? For example a program with input list[1,1,2] shows only the output(1,2) and (2,1)? [link] [comments] |
Can (Kind of) Everything In The Programming World Be Considered An API? Posted: 03 Nov 2020 11:10 PM PST So, By what I have learnt, an API is a set of tools which help us get access to data and providing us an abstraction of the implementation (which basically means we don't need to know how it is doing what it is doing).. So as the title suggests, isn't almost everything in the world of programming an API? Such as-Any library, Framework, Functions and methods and even the programming language we are using? (Because we don't need to know HOW the programming language was written (as at the end of the day, everything is a piece of code) and it also turns the code into binary, which is a compiler (and again another example)... So it would be really good if someone can explain if I'm right or wrong, as I have been struggling to learn about API but just didn't get it.. Thanks :-) [link] [comments] |
How would I get started for computer vision using Python? Posted: 03 Nov 2020 07:08 PM PST Hi! I'm a budding programmer and am new to Reddit. I was just wondering what you all know about Computer Vision and how to use/create it. I know it has to do something with Neural Networks and Artificial Intelligence, but I can't seem to find any resources that explain it in a simple way. Thanks for taking the time to read this post! I hope that you have a great day and are able to help me learn about this and expand my skills :) [link] [comments] |
How to copy pages from a site and make a “book”/pdf out of it Posted: 03 Nov 2020 10:07 PM PST Essentially, I bought a course which has a lot of information split up by topic — so articles based on certain algorithms + problems. I was wondering if there was an easy/quick way to just copy all the pages (and them combine into a pdf) so that I don't need to re-buy the course. Thanks, A broke college student [link] [comments] |
[Java] Export integers from an array to cells in an Excel spreadsheet Posted: 03 Nov 2020 09:56 PM PST I created an array of 150 integers, and want to transfer all the integers into Excel column. To do this task I downloaded the integration tool JExcel and Apache POI but there is not tutorial available for do this task and I don't know it is simple or complex. Need help from experts here [link] [comments] |
Can you downloading apps on a USB? Posted: 03 Nov 2020 09:11 PM PST Is there a way to download apps like Postgres, vscode etc on a USB? [link] [comments] |
Posted: 03 Nov 2020 05:21 PM PST I have an itch that's not being scratched. I like to teach/mentor. I used to teach a CS summer camp that was a week long and I taught 12-17 year olds how to code in C-ish C++ on Arduinos. In college I was often a tutor or helping out classmates. Now, at my job, we aren't doing interns (thanks COVID) and my team dynamic isn't really one where I can actively mentor anyone. I would like something more involved than the summer camp so I can really help someone grow. I think that the ideal thing for me would be helping someone start from square one and helping them pursue a general understanding of CS and programming. I kind of envision something like helping a kid who doesn't have a proper CS teacher to prepare for and pass the AP CS test (I am in the US). Something involved enough where we might have regular (video) meetings or assignments or code reviews. Now, before I get spammed with a million "mentorship requests" (please don't, I'm not ready for that), the point of this post is that I am curious to know if there are already organizations like this in place where I can mentor remotely or if anyone has gone down a similar path to finding a mentee before? [link] [comments] |
Is boot camp worth it or am I wasting my time? Posted: 03 Nov 2020 06:52 PM PST So I'm thinking about going into a boot camp for web development in hopes of getting employment. My question is "Is it worth it or am I wasting my time?" I do not hold a bachelors degree of any sort because I never finished my 5 year program due to Financial and Personal reasons. I later went back to school and got an Associates Degree in Nuclear Engineering Technology. I've worked the last 5 and half years at an Oil Refinery in operations and made it up to A Operator/Console operator in that time ( Highest paid union position and most stressful job). I ran the console accounting for variables to make sure product specs were maintained while keep the unit safe and reliable. I am getting laid off due to Covid reasons and fuel demand disappearing. I want to change my career path to something more reliable, future prospects, and safety reasons. I am extremely interested in Coding and have been doing a Web Developer Bootcamp on Udemy and I have been loving it. However with just the associates and no bachelor would I even have a chance regardless of the portfolio I can put together? Any help or criticism is welcome. [link] [comments] |
Why in this case i is always smaller by one than stuff[i]? Posted: 04 Nov 2020 12:25 AM PST The console says "index : 0 - 1" then "index : 1 - 2" then "index : 2 - 3" [link] [comments] |
I'm having some issues with some HTTP POST methods for a webpage I'm making. Posted: 03 Nov 2020 08:11 PM PST I had the login and register functions working for a while and thought I had fixed this issue. But its back now and I'm not sure how to resolve it. The compiler I'm using isn't giving any info on exactly why its not allowed it is just saying "HTTP/1.1 POST /Login" - 405 Method Not Allowed" The webpage inspection is giving me a little bit more and it says: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol. But I don't really know how to interpret that. It also mentions something about a missing operator on the java script page and I don't see whats missing it reads as: Uncaught SyntaxError: missing name after . operator This projected is on a few different pages and uses python, HTML, and a bit of java script I'll post the related sections that I think the problem relates to. 1. 2. 3. 4. 5. 6. }); [link] [comments] |
How to Set Data into Excel sheet using JExcel Posted: 03 Nov 2020 11:26 PM PST Is there any expert who can explain the program how to write / set data in spreadsheet /worksheet without any other formatting like fonts, size and style etc. [link] [comments] |
What can you do with a portable Mac usb drive ? Posted: 03 Nov 2020 10:53 PM PST can you download apps etc on it ? If not what is the benefits of it ? [link] [comments] |
need help deriving UML from source code Posted: 03 Nov 2020 02:08 PM PST for school i have to derive UML from source code. the given sourcecode is pretty massive, and i have no idea where to begin. i've tried to search for some guidelines without succes. I've figured out the inheritance of it all, but not the associations. Does someone have any tips, or some sort of reading material that might help me? [link] [comments] |
Posted: 03 Nov 2020 10:52 PM PST I tried posting my code on reddit, but the formatting is giving me problems and the code is unreadable. Here is the question I posted on stackexchange: https://stackoverflow.com/questions/64669941/r-adding-additional-information-to-a-visnetwork I was able to create some fake data about a group of people and their relationships amongst each other. I was able to make a graph network of these people, but I am trying to modify the code so that when you click on a node, the information about that person shows up on the screen. Could someone please show me how to do this? Thanks! [link] [comments] |
Posted: 03 Nov 2020 04:13 PM PST I understand that using a member access operator like this means that " leaf->left" means But my question is, what would "leaf->left->left" spell out to? [link] [comments] |
Is C a must for Interacting with dll? Posted: 03 Nov 2020 02:04 PM PST I recently learnt that pyautogui uses a library written in c which can implement functions of .dll to move mouse and write stuff using code. I wonder if I need to use c language in order to interact with operating system in a low level such as .dll files. I mean by not depending on other libraries written in c. Can't I use java or lets say python and come up with a way to make operating system move my mouse using .dll file functions ? [link] [comments] |
Posted: 03 Nov 2020 09:22 PM PST So I wrote some code which I will include below and I'm being asked to "After each print statement, add a line to write data to a file: EX: print(names) out=str(names) # You can only write strings to a file! Outfile.write(out)" So I understand the instructions above, so lets try this? Here is some code that just looks at a DNA sequence and counts number of Gs and Cs: https://gist.github.com/abood101/592f7b5fac91853d01158c9b9eb745a8 So the instructions tell me to add this at the top of my code outfile=open('03Lab.txt','w') and then after each print statement to have it write to 03Lab.txt and then it tells me to use outfile.close() So heres what I did but I'm getting an error because the example above just works with 1 argument which names and converts it to a string which is all good but for me some of my print statement are more than 1 argument... So here is an example (lines 24-26) where I did it for the first print statement and it gave me error: https://gist.github.com/abood101/941a31e7105869d2f0dbffee50965622 The error tells me that argument 2 is not a str so I adjusted it again like so: https://gist.github.com/abood101/8ccb6f0f968cdd8691a56353e0561c6c New error is "decoding str is not supported" Thoughts? I'm not sure how to write my print statement that has 2 arguments to a file... Thanks in advance! [link] [comments] |
What’s in a programming 200 class? Posted: 03 Nov 2020 09:19 PM PST I'm going to be doing my second programming class in college in January. I finished fundamentals of programming which was a breeze. The school teaches c++. I know how to write functions and objects in c++ along with all the other basic stuff. I have two months to study because I'm also taking calculus 2 so I don't wanna be drowning in school work trying to caught up in programming. What should I be looking to study up on to be prepared for the class? [link] [comments] |
Should the Development Company use one Business-level hosting for all of their client? Posted: 03 Nov 2020 09:11 PM PST I just found out that you can have a Hosting Service (say, for example, from Hostinger) and have multiply websites under that Hosting. Is it viable, in a business standpoint, to have all of their clients' websites under that same hosting service. I presumed that you'll use different hosting service per client. What are the benefits or downsides of having just one hosting service for all of your client? I am planning to start a business of web development, and this is me studying the ins and outs of the business. Thanks in advance! [link] [comments] |
You are subscribed to email updates from learn programming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment