For those which this applies, how did you decide what field or area of programming you wanted to get into? learn programming |
- For those which this applies, how did you decide what field or area of programming you wanted to get into?
- Am I too stupid to code?
- Am I on the Right Path?
- Is it possible to create an ad blocker that makes the website think the ad was loaded?
- Where should I start in executing various clicked tasks?
- Struggling with Python basics
- I made a list of school policies regarding second CS bachelor's degrees.
- How can I make it so food doesn't generate inside my snake?
- what are some intermediate-level project ideas to practice concurrent programming
- Using JSON in python to do API requests
- How does a program remember what size my variables are?
- For web development or software development what has been your favourite and most useful API
- Is programming inaccessible if you can't speak english (or aren't fluent)?
- Two weeks in and this is my journey so far
- Python 3: Euler Project 1: Invalid Syntax
- Where’s the best place to look for codes on the internet?
- Constructing an arraylist is linear time??
- Will reading source code of open source projects help you get better at programming?
- Should I use containers?
- Is it necessary to learn programming vocab?
- Question time complexity of Merging K sorted lists
- For those that take a notebook to work, what notes are you taking?
- Starting a new job, need to catch up on C#/.NET.
- [homework] Entering URL into Intellij's command line.
Posted: 18 Jan 2019 10:32 AM PST I'm learning Java and having a lot of fun with it, I used to be super up to date with html and css when I was in highschool, but I can't imagine doing just front end for a career. I like the idea of creating logic for the structure of a program, but not just pure front end or pure logic. Because I'm still new to software I'm a bit worried I won't be good at it or like it since I can't 'see' myself in a specific company or position. Any ideas or thoughts? Thanks [link] [comments] |
Posted: 18 Jan 2019 02:10 AM PST Cut a long story short I work in DevOps but I don't really bring the Dev part to that position I'm more of an infrastructure guy and POC. There is lots I want to do to automate my job so I thought now would be a good time to learn to code as it is something that has always interested me. I picked up Automate the boring Stuff with Python on Udemy and I'm about 43% through the course and honestly I can remember a few bits like if I re watch the but sit me in front of a blank Idle and my mind is blank... Do I just not have the ability to retain information or will it start sticking the more I persevere and start writing code? [link] [comments] |
Posted: 18 Jan 2019 05:23 PM PST I am a 43 year old factory worker, learning how to code. I'm using all the usual channels. Books, courses, docs, YouTube videos. I follow people on Twitter, where I've found a lot of great stuff. I want to be a front end developer, at least for now. Backend eventually. My question is, Am I on the Right Path? How do I know? I picked up HTML and CSS fairly quickly, but JavaScript is hard for me, I just can't seem to wrap my head around it. I know I will get it in time, through practice and building my own stuff. I know what I need to do. My concern is that after a year of struggling with JavaScript, maybe I've picked the wrong resources, maybe my time could have been spent on a different resource. How and when did all of you know what you chose was the right path? [link] [comments] |
Is it possible to create an ad blocker that makes the website think the ad was loaded? Posted: 18 Jan 2019 11:01 PM PST I want to be able to block ads while still having my favorite youtubers profit from my views. Is that possible? [link] [comments] |
Where should I start in executing various clicked tasks? Posted: 18 Jan 2019 08:22 PM PST Warning, somewhat a noob.. I wanted to make my job easier and cut down on tasks in updating an excel to upload. I need to export a csv to update an excel file, then upload the excel file online. I was thinking of macros maybe or making a batch file? Any direction would be nice to start off then maybe I can figure it out way easier on my own. [link] [comments] |
Posted: 18 Jan 2019 10:24 AM PST I'm a complete beginner, I've never programmed before. But I want to learn Python to work as a programmer eventually. However I'm struggling. After trying different courses on Udemy, focusing on the basics like if/else, loops and such.. it isn't really clicking. I still can't use that stuff independently. Is programming not for me? What should I do? (Throwaway because I'm pretty embarrassed. ) [link] [comments] |
I made a list of school policies regarding second CS bachelor's degrees. Posted: 18 Jan 2019 10:15 PM PST It isn't quite complete, but it's a list I compiled while applying to schools myself last year. I really hope someone out there can make use of it! Check it out at https://github.com/rhythms06/cs-second-bachelors. [link] [comments] |
How can I make it so food doesn't generate inside my snake? Posted: 18 Jan 2019 10:12 PM PST |
what are some intermediate-level project ideas to practice concurrent programming Posted: 18 Jan 2019 09:43 PM PST Most of my projects are io-bound web applications so I'm more or less comfortable with asynchronous programming. I would like to gain experience writing multithreaded code but I can't come up with any interesting ideas. What are some interesting project ideas? I don't want to reproduce classical problems (ie producer-consumer) or just to crunch numbers. I want to work on something that has purpose. [link] [comments] |
Using JSON in python to do API requests Posted: 18 Jan 2019 09:16 PM PST Does anyone have any good sources to learn this from? I'm limited in the imports (i only get http.client, json, time, sys, and collections) so I can't use request. Kind of at a loss of how to access, I've never used json before. I've checked a few sites, and they all make use of requests.. [link] [comments] |
How does a program remember what size my variables are? Posted: 18 Jan 2019 09:07 PM PST The other day I learned about the signature and the length of a pointer to allocated memory after I tired to free the memory pointed to. I was negligently doing some pointer arithmetic directly on the pointer before I freed the memory and the app crashed. For other types though, char, long, int, etc. how do my sizes get stored in the compiled program? [link] [comments] |
For web development or software development what has been your favourite and most useful API Posted: 18 Jan 2019 08:59 PM PST I'm looking for suggestions on what API's people have used that are very useful just so I can get ideas on future projects I could pursue. Any help would be great thank you :) [link] [comments] |
Is programming inaccessible if you can't speak english (or aren't fluent)? Posted: 18 Jan 2019 08:48 PM PST I saw a comment recently, and it got me thinking. I take for granted that fact that I know english, I'm assuming that the majority of resources to learn programming are in english. Is this a problem? - like, could programming be more accessible to non english speakers. Maybe by there being translations of popular / useful resources. [link] [comments] |
Two weeks in and this is my journey so far Posted: 18 Jan 2019 08:47 PM PST I would love to hear from you guys who are already in the field and especially those of you who are self taught. For the past two weeks I have been taking in learning materials from all over the place, to give myself an education and the hardest part has probably been just making the most of that time I am spending learning, by consuming the right materials. Below I have outlined the basic structure of these past two weeks. Would love to hear your input on the roads that I am taking or the road that I should be on. Jan 4: CodeAcademy Part 1 of Odin module Web Dev 101: HTML/CSS, FCC Intro to HTML 80% complete Jan 5: COMPLETED FCC Intro to HTML, intro to git and CLI, HTML Watchdog tutorial Jan 6: COMPLETED FCC Intro to CSS Jan 7: 55% CSS Selectors and Setup completed of a total of 0% progress on Codeacademy CSS course, edx CS50 Lecture 1, Codeacademy HTML course 70% complete Jan 8: Completed edx CS50 problem set 0 Jan 9: Completed CA HTML course, read Shay's Writing Your Best Code & Getting to Know HTML, Command Line Basics in Odin Jan 10: break Jan 11: break Jan 12: 95% of CodeAcademy CSS course completed Jan 13: Completed CodeAcademy CSS, completed watchdog tutorials in odin, Odin Installations and Git modules Jan 14: Completed intermediate and advanced CSS tutorials on watchdog, installed Ruby Jan 15: Completed Applied Visual Design on FCC, Web Dev Tutorial, understanding relative paths Jan 16: Completed Applied Accessibility on FCC Jan 17: Completed Responsive Web Design Principles Jan 18: Complete CSS Flexbox and CSS Grid, HTML CS50 Lecture Stream, CS50 CLI Lecture, installed bootstrap [link] [comments] |
Python 3: Euler Project 1: Invalid Syntax Posted: 18 Jan 2019 08:21 AM PST I am doing the first problem in the Euler Project: It is as follows: If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000. Here is my code in Python 3: I get a syntax error and a red highlight on the i in the fourth line. Help is appreciated in debugging this code. Thank you. [link] [comments] |
Where’s the best place to look for codes on the internet? Posted: 18 Jan 2019 07:29 PM PST So I already know about GitHub, Pastebin. Are there any sites bigger and more likely to get codes posted and such? Also for Pastebin for example, is there a way to search for a specific word and show you every time that word was posted. Like if I search for the term "Edgenuity". What is the best way to find EVERY post that this was used in at least on Pastebin? Thanks in advance 😅 [link] [comments] |
Constructing an arraylist is linear time?? Posted: 18 Jan 2019 07:24 PM PST Let's say a hypothetical arraylist starts out with a capacity of 2. [] [] We add two elements and then a third, so we allocate a new array of twice the length of the original: 4 [1][2][3][] Adding two more elements prompts another reallocation: [1][2][3][4][5][][][] People claim that constructing an ArrayList in this way for any final length N is O(N) time, but I don't see how that's possible. If the final length is N, we have performed log(N) array allocations, so doesn't that make the time complexity N*log(N)? [link] [comments] |
Will reading source code of open source projects help you get better at programming? Posted: 18 Jan 2019 07:01 PM PST Someone suggested me to read the source code of open source projects if you really want to get good at programming. And I did, but I couldn't understand almost anything there. Is there a way to make sense out of all of that? Is it even helpful when you read others code?? [link] [comments] |
Posted: 18 Jan 2019 01:01 PM PST I see a lot about people using Docker, Kubernetes, etc. for projects, and it seems like they are being incorporated into more and more things. What I don't understand is why people use containers for small, personal projects that only they are going to use. I understand the usage if you are going to be deploying your code over multiple systems (e.g. a web stack running across multiple servers, or game servers), but why are containers also used for smaller projects? I am currently taking a Software Engineering course and am wondering if I should start looking into utilizing containers for my own projects? [link] [comments] |
Is it necessary to learn programming vocab? Posted: 18 Jan 2019 06:41 PM PST I'm a beginner to programming and started with C# there are so many vocab words I can't seem to get I wouldn't know what to call a thing but I would know how to use it.. Is it necessary to learn programming vocab? and will it affect me negatively if I didn't? thanks in advance! [link] [comments] |
Question time complexity of Merging K sorted lists Posted: 18 Jan 2019 06:22 PM PST So specifically I was looking at the divide on conquer method with pointers I'm a bit confused by the time complexity. Geeksforgeeks says nklog https://www.geeksforgeeks.org/merge-k-sorted-linked-lists/ Leetcode says nlogk https://leetcode.com/problems/merge-k-sorted-lists/solution/ (solution 5). I know merging to lists is O(shorter list) but I'm confused on getting the complexity of the dividing and conquer part. [link] [comments] |
For those that take a notebook to work, what notes are you taking? Posted: 18 Jan 2019 09:55 PM PST How many of you take a small maybe 6 x 9 notebook for note taking to work? What kind of notes do you guys take? Are you writing code snippets ? What's your note taking style, strategy? Thanks [link] [comments] |
Starting a new job, need to catch up on C#/.NET. Posted: 18 Jan 2019 09:18 PM PST I'm starting my first full time programming job in the middle of next week. I know they have a pretty rigorous onboarding process with fairly intensive training to get me up to speed, but I want to get ahead of the curve a little bit. I'll mostly be working in C# on the backend, which is something I've messed around a bit but never really built a full blown API in it. Does anyone have any websites or links I can peruse over the next few days to help me get on the right track? [link] [comments] |
[homework] Entering URL into Intellij's command line. Posted: 18 Jan 2019 05:26 PM PST For an upcoming assignment, I have to be able to enter a URL to get a JSON from. I have this code (for demonstration purposes): When I paste the code into the command line and press enter, the webpage corresponding to the url gets opened in my browser. Oddly, if I paste the first half of the url and then the second half of the url separately before pressing enter, it works (the IDE seems to then not recognize the string as one URL). How can I get around this problem? It seems to be a bug in Intellij (https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000196290-user-input-of-link-bring-up-the-webpage-) which other people have discovered. [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