What have you been working on recently? [December 19, 2020] learn programming |
- What have you been working on recently? [December 19, 2020]
- How do you learn to actually develop software/apps/websites as a CS undergraduate?
- 33 year old executive chef.
- Any programmers with ADHD?
- Help making a HTLM/CSS gif in Codepen io
- Random number program
- Free Data Science Courses with certificate?
- First Attempt At Learning Programming, Advice?
- Is CSS even needed to become a front end developer in 2020?
- OOP Related Question - How Do You Make A Method That Takes A Certain Object Type As A Parameter?
- [Python] Need help with the os.rename method.
- Learning route for small web development??
- Codecademy Pro Course
- Paid subscription or one time fee for developing for clients?
- Is there really no reason to use C++ over Rust unless you're forced to?
- Why is console.log occurring before .then when .then runs first? (javascript promise question)
- Best Language to Learn for Backend Dev
- Is there an online course like the Java one from Helsinki university for C++?
- What is better concatenation or f-strings
- How do you develop an app based on Javascript code?
- What's Programming I university class like?
- How to rename every key in the object and keep its values?
- What language is the this data format from?
- Have you guys seen the "I'm bored" meme post where it waves down the page in various patterns, how hard would it be to program something like that?
- I always want to make my code as dynamic as possible but sometimes it's just pointless?
What have you been working on recently? [December 19, 2020] Posted: 18 Dec 2020 09:00 PM PST What have you been working on recently? Feel free to share updates on projects you're working on, brag about any major milestones you've hit, grouse about a challenge you've ran into recently... Any sort of "progress report" is fair game! A few requests:
This thread will remained stickied over the weekend. Link to past threads here. [link] [comments] |
How do you learn to actually develop software/apps/websites as a CS undergraduate? Posted: 18 Dec 2020 06:29 AM PST I'm a CS undergraduate. My school's CS curriculum obviously teaches the basic CS theories, like algorithms, OOP, discrete mathematics, database theory, etc, but not much about the development aspect. We have multiple modules that teaches things like software development life cycle, project management, design principles and part of the assessment would be a group project to develop e.g. an app. But learning how to develop apps is not part of the curriculum, so most students would have to self-learn while juggling with the module's content at the same time. I am not sure if it is just my school curriculum, but if not, how do you guys learn to develop software/apps/websites while juggling with the content-heavy CS curriculum? EDIT: While I'm at it, is Git or any form of VCS taught to you guys in school? [link] [comments] |
Posted: 18 Dec 2020 11:41 AM PST I made a post on r/kitchenconfidential a few weeks back about my fear of never seeing my kids..And the fear for my future in the industry. It got a few thousand upvotes.and hundreds of comments from people going through the same thing. I make good money. But. No healthcare. No vacation time. Super long hours where I never see my family. I just can't do it anymore. I have another baby due in June and I want to be around. I originally went to school in 05 for computer science(dropped out after 2 years). I started cooking and fell in love with it . Been doing it 10 years as well as touring internationally in a band . It was fun as hell.. but I can't do these hours anymore ... All through high school I took every programming and web design class I could. I spent hours working on projects. I have about a year of c++, python, html, css, and other random stuff. But this was all 10 years ago. I have a solid foundation of understanding of how coding works. Im a computer nerd and know how computers work. Not fully starting from scratch. Just started in the last week on free code academy and automate the Boring stuff. It's all coming back to me pretty quickly and it's incredibly exciting. Just wanted to say thank you to this sub. I hope my journey will progress in the next year so I can get outta this industry. [link] [comments] |
Posted: 18 Dec 2020 12:48 PM PST How do you organize your workflow? What strategies do you use to stay on track? I find I have trouble working in a very structured way, so usually start implementation too early. I also get hyperfocused when programming, which is better than tasks where I can't concentrate. But it also means I become fixated on details. The result is that I spend way too much time perfecting parts of the code that aren't immediate priorities, when I should just move on and come back to them later. Even as I recognize myself doing this in the moment, I find it very challenging to force myself to switch focus. [link] [comments] |
Help making a HTLM/CSS gif in Codepen io Posted: 18 Dec 2020 10:55 PM PST Hello. As the title says, I'm trying to make a gif in codepen.io using HTML/CSS. Here's a link to the code so far: https://codepen.io/Nylffn/pen/BaLZPYE . For the most part, this is what I want, however there are two issues I have with it that I just can't figure out.
Just to let you guys know, I don't program. I know lot of people who do, I've taken classes, but it's just not for me. This is the first time in a long time that I've done any coding (and I am super proud of what I have done! Even if I can't get it to work right on my own). I've been trying to figure this out for hours, both what this animation type is and how to get it to work. So if you have ideas, or references, or examples, or anything you guys think might help, it would be much appreciated! Thank you so much! (PS: I don't know what kind of flair this constitutes, if you do I'll add it.) [link] [comments] |
Posted: 18 Dec 2020 07:08 PM PST I have created this program to practice the use of randint in a loop. The program is working well and it does what I want it to do. It basically produces two random numbers and then compares the two. It does this in a loop a certain amount of times. It then tells you the % of times the two random numbers were the same. For example in a thousand loop cycle with the computer only choosing between number one or two. the result will always land around 50%, makes sense. The more loop cycles the closer to 50% it will get. If I only chose 10 loop cycles the result will not be as accurate, once again makes sense. So I have two questions. Once again I just did this for practice. Question one, is this program applicable in anything or is it just 'worthless' and only good for practice? Question two, If I would up the cycles to lets say 1 million or 10 million the program takes quite a while to calculate the result. Is there a way to streamline or shorten the code so that it produces a result faster or would I have to write the program in assembler to achieve this? or am I simply just limited by my processor? I have written the program in a function, just to practice functions. Does this slow down the computing speed of the program? (I guess that's three questions now :)) Thanks :) [link] [comments] |
Free Data Science Courses with certificate? Posted: 18 Dec 2020 07:11 AM PST Hello all, I am studying psychology and business administration and for fun I tried to calculate my statistics and math exams with Python. Much to my delight, it was very easy for me and since then I've been practicing daily with Youtube tutorials and am amazed at how quickly I can progress. To test whether the profession of a Data Scientist would be interesting for me, I would like to attend an internationally recognized course or acquire a certificate. Unfortunately, the courses are usually very expensive and are aimed more at clearly advanced programmers. Does anyone know of a cost-effective alternative that is internationally recognized? Thank you in advance! (I'm new on Reddit, I hope I'm allowed to post this question just like that? Also, English is not my first language, I apologize if I made mistakes)! [link] [comments] |
First Attempt At Learning Programming, Advice? Posted: 19 Dec 2020 12:27 AM PST Hey everyone, As the title states, im looking into learning how to code mainly because of how much I see it mentioned around me and figured it would be a fun thing to do on the side. Im an engineering student but a tad behind in my math classes (Just finished pre-algebra, moving onto calculus next semester). I'm not sure how math heavy programming is so I figured Id mention it. After reading the FAQ, I've chosen Python as the first language id like to learn because automation/ data analysis sounds pretty neat. Also because I couldn't really decide as they all seem great and the little text under the section stated its a good beginning language with very versatile applications. Because of this, Im wondering what the best approach would be to learn the fundamentals for this language and eventually moving on to more complex things. I vaguely browsed the recommended exercises links below the post and clicked on the "codestepbystep" website. There seems to be exercises already in place but im not sure how to start or if I need to find something easier just so know how to work my way around the computer. If you guys have any recommendations id really appreciate it. Thank you for your time. [link] [comments] |
Is CSS even needed to become a front end developer in 2020? Posted: 19 Dec 2020 12:15 AM PST I've spoken to a few front end devs, and most of them were asked Javascript/React in their interviews. One of my friends was asked to explain Observables, implement the pub/sub pattern, higher order components, render props, closures and ofcourse was asked a few questions on data structures. Some of them were asked more generic questions on design patterns. Example - How would you design Facebook, WhatsApp? I've heard they won't really ask CSS questions like, how would you vertically center a div?..., Unless you explicitly highlight your CSS skills on resume. It kinda makes sense, because most companies use component libraries such as material-ui, AntD or their own, so you don't really have to write any CSS, unless the UX team screws up. How was your interview experience? [link] [comments] |
OOP Related Question - How Do You Make A Method That Takes A Certain Object Type As A Parameter? Posted: 18 Dec 2020 10:35 PM PST In Java, how do you do make a method that is supposed to take an object of a certain type as a parameter? So in your project, you might have made multiple objects (all from the same class - X) and given them names like x1, x2, x3, x4, etc. You now want to make a method can take any of these objects above as a parameter, and then trigger a particular method in the X class so that it can affect whatever object is put in as a parameter. So something like: The modify method will be able to take in any of the objects listed above as a parameter and affect that particular object. I recently learnt of the ' instanceOf ' operator, so right now I've written something like this: But is this the only way to do it? Isn't there a simpler way that doesn't involve putting a conditional statement in it? [link] [comments] |
[Python] Need help with the os.rename method. Posted: 18 Dec 2020 10:34 PM PST I've been trying to come up with some code that will categorise a bunch of photos using an excel file where the file names are already assigned to a category. But I keep on receiving the FileNotFoundError when I really can't figure where I went wrong. Any help is appreciated. [link] [comments] |
Learning route for small web development?? Posted: 18 Dec 2020 10:30 PM PST I'll go straight to the point, I wanna make a webpage. I've some python experience developing small programs/scripts to simplify my life and make some money since others have the same problems as me. Python was enough for my first couple of projects. Now I have some ideas and want to build a small webpage, What do I have to learn?? Right now i'm going to watch this tutorial for django https://www.youtube.com/watch?v=F5mRW0jo-U4 is this okay?? what tools do I need??should I learn javascript or something like that? [link] [comments] |
Posted: 18 Dec 2020 05:55 AM PST Hey guys, about three weeks ago I started a codecademy pro course for Full Stack Engineering. I'm already enrolled in uni as a bachelor of comp sci but took a break this sem cause of covid. Is codecademy a valid place to be learning Full Stack Engineering. When i'm done the pro course what could be done with it? [link] [comments] |
Paid subscription or one time fee for developing for clients? Posted: 18 Dec 2020 06:25 PM PST Hi. I just called netsuite and they offered me their services. Apparently they charge around $12000 for a year of subscription (or license) to their software on the cloud. I was just wondering that it was pretty expensive and why don't they just charge a one time fee to use a system since that's possible, you just deploy the system and the client can use it. Why do they need to charge annually? Is there a benefit for subscription based services (like after service and maintenance)? I was wondering as a freelance software developer I can also do the same by creating an online system and charge clients annual fees. Is that possible? Thanks. [link] [comments] |
Is there really no reason to use C++ over Rust unless you're forced to? Posted: 18 Dec 2020 10:02 PM PST I've been more and more intrigued in Rust, with it being the Perfect Languagetm after all. Despite that, I find it hard to believe that there is no actual good reason for people to use C++ over it. All my searches of reasons why C++ developers don't move to Rust is because their work necessitates C++ for reasons such as bureaucracy and that Rust is comparably younger thus implied to be riskier to management/investors. Sorry if this is a stupid question. [link] [comments] |
Why is console.log occurring before .then when .then runs first? (javascript promise question) Posted: 18 Dec 2020 09:52 PM PST The code above producing this output is 100% clear to me // immediate logging // asynchronous logging has val: 777 But the code belows output is unclear // immediate logging // asynchronous logging has val: 777 Why is 'immediate logging' being logged before 'val' when 'val' is executed/ran first? Here was my explanation is it correct? I think its because .then and the console.log or both in the global execution context which places console.log on the call stack since its synchronous execution but val is placed in the microtask queue and the event loop only clicks to grab val from the queue and places it on the call stack to be executed after the console.log is executed from the call stack Please clarify, thank you, [link] [comments] |
Best Language to Learn for Backend Dev Posted: 18 Dec 2020 09:45 PM PST My goal is to become a backend dev at FAANG. What is the best language to learn to prepare me for this position? Is it Java? Also, would it be better to learn python separately for interviews, or should I just focus on the language that would be best suited for the job? [link] [comments] |
Is there an online course like the Java one from Helsinki university for C++? Posted: 18 Dec 2020 09:05 AM PST I mean this one, it teaches you by doing a ton of exercises and I really prefer that learning style over reading books. If not, can you maybe recommend me a course? I need it for scientific computing, and have done the linked Java course, and have a little experience with Python and C. [link] [comments] |
What is better concatenation or f-strings Posted: 18 Dec 2020 09:21 PM PST I am currently learning python and I recently discovered f-strings and i am wondering would it be better to use concatenation instead of f-strings [link] [comments] |
How do you develop an app based on Javascript code? Posted: 18 Dec 2020 09:21 PM PST Hello all! I am a beginner learning Javascript as my first language. As a first project, I wrote some code that will that will transpose guitar chords if the player decides to use a capo. I have the code written and working, and now I want to turn it into a simple app. How would I go about this? Would I need to use a new language or does JS offer the means to develop the app and UI itself? Thank you in advance, I would appreciate any input and advice! [link] [comments] |
What's Programming I university class like? Posted: 18 Dec 2020 05:27 PM PST If you took Programming I or Programing II at a 4 year university, how hard was it? [link] [comments] |
How to rename every key in the object and keep its values? Posted: 18 Dec 2020 05:22 PM PST Hello everyone, I am using Javascript I have an object that looks like this:
I want to append "_serving" to every key in the object and keep everything else the same. This is the outcome that I am looking for.
[link] [comments] |
What language is the this data format from? Posted: 18 Dec 2020 05:18 PM PST I want to use a data file that is in the format below, please advise how I can do that. [link] [comments] |
Posted: 18 Dec 2020 09:03 PM PST So I thought it would be a cool programming puzzle/task, and I first was approaching it by defining some of the variables, and some of them so far are, how fast the text moves up the screen, the placement of the text in each line, the pattern of which text letters are spaced apart while the repeated comment is printed, but I guess i'm stuck on how to structure the code itself, any suggestions are helpful. I'm more or less looking for general algorithms, not specific code per se. how would you approach it from a big picture? but hey if you can give some pseudo-code that would be even more helpful. If you want to go the pseudo-code route, just use whatever code formatting you are most comfortable with. Thank you in advance for your time. [link] [comments] |
I always want to make my code as dynamic as possible but sometimes it's just pointless? Posted: 18 Dec 2020 04:25 AM PST I'm struggling to draw the line between wanting to write good, dynamic, maintainable code, but at the same time wasting my time and not actually working on the problem instead. Do you have any guidelines I should keep in mind ? [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