What have you been working on recently? [January 29, 2022] learn programming |
- What have you been working on recently? [January 29, 2022]
- What is a good "lower level" language to learn after learning python to gain a deeper understanding of computers?
- Failing classes, feeling defeated
- Tips/resources for learning "the other stuff": Git, commenting, documentation, unit testing
- What can I put on my resume, when applying for internships/apprenticeships that require little to no experience, that demonstrates my interest in programming?
- Boot Camps
- Is implementing data structures a good way to practice coding?
- building a file to run a project (swing)
- If I'm building apps to show competency in languages and frameworks, how far should I go with the presentation (CSS)?
- I'm interested in both Web development and Data analytics. New to both options.
- So, you finally got a job...
- Real-world example for Post-decrement Operator
- Feeling conflicted about learning frontend web development as a beginner
- HTML &- How do I inlude another js file
- Learning programming
- Best way to program a GUI for my application
- Remove all characters before specific string
- Why does my simple executable have so long assembly code compared to online tutorial?
- How hard is it to code a bot that will screenshot every deleted tweet
- lowering compilation times in c++
- Is Python Actually A Good First Language To Learn as a Beginner ?
- Pleas I need help, can't figure out how finish this program. Beginner first week cs50!
- Architecture student want to learn about Programming/Web Development
What have you been working on recently? [January 29, 2022] Posted: 28 Jan 2022 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] |
Posted: 28 Jan 2022 09:36 PM PST I learnt some python and can write many programs in it. [link] [comments] |
Failing classes, feeling defeated Posted: 28 Jan 2022 04:30 PM PST Hey everyone. First post on here, thought I'd make it somewhat interesting. I am a first year CS student from Italy. Everything has been extremely difficult for me; not only programming wise, but every subject is very math-oriented(which I expected, but I thought I had a very solid base). I just feel totally worthless compared to others. I took my first programming exam today (python), and got an amazing score of 0/30. Couldn't even get one single program to compile. I already knew it was going to happen, but it still hit me very hard. I am not motivated at all, and will probably fail all of my classes. I want to pick myself up, but there's just a lot of frustration in my soul right now. Damn, I'm actually getting some tears in my eyes as I write this :'). Any advice is appreciated. [link] [comments] |
Tips/resources for learning "the other stuff": Git, commenting, documentation, unit testing Posted: 28 Jan 2022 02:36 PM PST I'm a self-taught programmer specializing in a niche language (Extendscript, based on JS Ecma 3). I keep fairly busy with it as a side hustle. However, I feel like I can be working even smarter, but I just can't wrap my head some of the other stuff that I know would speed up my work considerably. Things like Git and how to comment my code effectively so that I can generate documentation based on it. Or even best practices for debugging and testing. Does anyone have resources for learning about these best practices when it comes to these kinds of workflow concerns? Thanks. [link] [comments] |
Posted: 28 Jan 2022 11:46 PM PST I don't have a great deal of experience with programming although I am very interested in it and am beginning to make some good progress. Some of the internships I see being posted say they don't require you to have much experience. How can I show that I'm eager to learn and have an interest in the subject when I have no accolades to put on my resume? [link] [comments] |
Posted: 28 Jan 2022 09:09 PM PST If anyone on here has attended one of these boot camps, what are your thoughts post completion? Also if you're self taught how do you personally feel about the sudden influx of programming boot camps? Thanks for attending my TEDx. [link] [comments] |
Is implementing data structures a good way to practice coding? Posted: 28 Jan 2022 03:58 PM PST Hi, I am a novice programmer. I really like data structures and algorithms (like to do leetcode,hackerrank,codewars etc on my free time) in addition I like to implement data structures. It feels fun for some reason. I can implement linked list, doubly linked list, queue(array and ll version), stack(array and ll version), hash map(open addressing, external chaining version), graphs(adj matrix), and binary search tree pretty comfortably at this point. I also program in C because it feels very simplistic and minimal. -I want to start implementing more complex data structures like rb trees and avl trees and such. -I know that these programs are often 1 file (probably no more than 200~300 lines of code even for rb tree in C) Is this a bad idea or is it a good way to keep upgrading my programming skills? [link] [comments] |
building a file to run a project (swing) Posted: 29 Jan 2022 03:14 AM PST hey everyone! so i decided to learn a bit of swing and did my first tutorial of a simple program: https://www.youtube.com/watch?v=ohEFX1OngxE usingn netbeans and swing. everything working and i can run it within the ide. my question is, how can i make a file (i guess it will be some type of java file?) that will *be* the program? ike if i will send it to a friend he will be able to just run the software. well baiscly just like softwares we have on our laptops. [link] [comments] |
Posted: 28 Jan 2022 09:50 PM PST I'm struggling to determine how much time I need to spend on the presentation once I've completed the user stories and implemented the functionality. Once the MVP is done, how long do I spend using CSS to make it more presentable or visually appealing? I find myself getting excited and enjoying the JS/TS and to a certain extent the HTML, but I absolutely dread working with the CSS and I end up hitting a wall of effort. [link] [comments] |
I'm interested in both Web development and Data analytics. New to both options. Posted: 28 Jan 2022 11:48 PM PST I'm interested in both Web development and Data analytics. I'm planning on picking one to pursue for a career. Which one if not both are capable of being self taught (Coursera,Udemy, YouTube) and which career path is more likely to gain a entry level job from being self taught? (ALL TESTIMONIES WELCOME!!! Lol I Would love some extra motivation!) [link] [comments] |
Posted: 29 Jan 2022 01:40 AM PST I have been thinking. When yall first got a job as junior developer, how much time did you study after work? Or did you at all, thinking that what you did/learn trough out the day is sufficient ? How much are you doing it now? [link] [comments] |
Real-world example for Post-decrement Operator Posted: 29 Jan 2022 01:36 AM PST I am taking a C++ course on Udemy and they are talking about pre and post decrement and said there are reasons for using the latter. I am finding it hard to actually think of an example. Could it be something do due with OOP that I will be learning later or is there just that few reasons to use the post decrement operator? [link] [comments] |
Feeling conflicted about learning frontend web development as a beginner Posted: 29 Jan 2022 01:31 AM PST In many posts/comments/articles and videos I've seen people recommending languages like python or c++ for complete beginners. The common theme that I'm understanding from both of these languages is they can give you a great start and introduction into programming and learning computer science. However, they seem very challenging, especially for someone with zero experience with reading or writing code. With that said, wouldn't it be beneficial to begin somewhere novice such as html, css, and JS and learn the basics of structure and front end then move to back end? I don't want to waste my time with web development like I've seen people say, but if it's so easy shouldn't everyone who codes or programs know it? Side note.. I personally enjoy web development. [link] [comments] |
HTML &- How do I inlude another js file Posted: 28 Jan 2022 10:39 PM PST Hello, I have a folder structure of index.html: index.js: However I am receiving this in my console. I am launching index.html manually (file explorer - click index,HTML): Uncaught SyntaxError: Cannot use import statement outside a module If I do: it gives me a CORS error. Why is this happening? What steps can be done to fix this> [link] [comments] |
Posted: 28 Jan 2022 06:41 PM PST I've been learning programming for about 1 year now. I have completed courses on Codecademy among other websites, but I'm running into a big issue. My problem is that while I have completed courses and understand how Python works, I am not able to actually use my skills for anything. I have also done a couple of side projects, but I did those by following a tutorial on YouTube. Does anyone have any advice on how I can learn to actually program side projects myself? I want to have the knowledge to come up with an idea, and over time code it up and be able to show it off on Github. Any advice would be appreciated. Thanks [link] [comments] |
Best way to program a GUI for my application Posted: 28 Jan 2022 06:35 PM PST OK so I have extremely limited programming experience mostly python. Last year I ventured into Android app development and I really liked how the ui was designed using xml while the behavior was designed with the core programming language (I used Kotlin). I have no idea if this is the norm for ui development but I found it to be a better experience than my python ui attempts (kivy / pygam / tkinter) Currently I have taken an adventure in learning rust just for fun but I'm at a loss when it comes to adding a gui. I would like something tht is similar to how it is done on android where there is a separate language specifically for ui elements but the behavior is entirely definable in rust (as an additional pipe dream it'd also be cool if you could sperate out a third language for the look of the ui elements, like css) Now before it's suggested ik web view is a thing I just don't want to use Javascript. I wanna keep the logic in rust. Edit: I forgot to say that if there is some reason why this style of ui development is a bad idea I'd also like to hear about tht and any reasons why [link] [comments] |
Remove all characters before specific string Posted: 29 Jan 2022 03:09 AM PST Hello, I'm MB. A very nice and polite guy. How can I remove all characters before a specific string? Example: I would like the output to be only "hello I am fine". I. e. everything before the string hello should be removed. Preferred tool: grep. I'm on Linux. [link] [comments] |
Why does my simple executable have so long assembly code compared to online tutorial? Posted: 29 Jan 2022 03:00 AM PST Hi, I'm currently learning c, and specifically learning about buffer overflows. For this purpose, I was following this video, that contains a very minimal example. It has the following simple c code: In the video, gdb is called on the file, and then disas is used to look at the assembly of the compiled file. In the tutorial, the assembly looks like pretty simpl, about 17 lines. But if I then compile the same code myself, and use disas on it, it's a lot longer, and looke like this: my gcc version is: I can't find out which version is used in the tutorial. But I am wondering why these two pieces of assembly are so different, when they are made from the same source code. Some of the instructions are also different, in the video, function call are labelled "call" and in my assembly it is "callq", the same goes for leave and ret. The video is from 2015, is the difference just due to and old c compiler? or does it have something to do with your version of ubuntu? [link] [comments] |
How hard is it to code a bot that will screenshot every deleted tweet Posted: 29 Jan 2022 02:50 AM PST And post them as soon as they're deleted, from people I follow. ? [link] [comments] |
lowering compilation times in c++ Posted: 29 Jan 2022 02:44 AM PST Hey guys, im participating in my first competition tomorrow and I'm having some trouble with staying within the max runtime of the competition website. So I need the runtime to stay under 1 second for each test case. For example this is a program that tracks the maximum consecutive appearances of any number until the number 0 is entered. I know for a fact my code is correct because 9/10 test cases come back right, but the 10th test case says " Execution timed out" because it takes 1.076 seconds to run it. Do y'all have any suggestions for cutting my runtime by making my code more efficient? I literally need to shave off 0.076 seconds. Any advice would be greatly appreciated! #include <iostream> using namespace std; int main(){ int cntr=1,num,tempcntr=1,prevnum; cin>>prevnum; cin>>num; while(num!=0){ if(num==prevnum){ tempcntr++; if(tempcntr>cntr){ cntr=tempcntr; } }else{ tempcntr=1; } prevnum=num; cin>>num; } cout<<cntr; } [link] [comments] |
Is Python Actually A Good First Language To Learn as a Beginner ? Posted: 28 Jan 2022 10:53 AM PST So Python has but wait
I stated my thoughts on the topic here and I might be wrong ngl, this question has been bothering me for while so I thought I would seek some insight into it. I would love to hear your thoughts on the question PS [link] [comments] |
Pleas I need help, can't figure out how finish this program. Beginner first week cs50! Posted: 28 Jan 2022 10:48 PM PST [link] [comments] |
Architecture student want to learn about Programming/Web Development Posted: 29 Jan 2022 02:23 AM PST Hi r/learnprogramming community, I am a beginner and I have 0 knowledge about programming and web development. There are so many languages about this field and I don't know where to start. I would like to learn this field and if it works, I would want to continue it. Could anyone suggest or I need help on which is the best starter to learn programming and web development stuffs that is aligned with the field I have which is Architecture and related to design. I am from the Philippines. Thank you! [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