List of various programming resources I gathered over the past year learn programming |
- List of various programming resources I gathered over the past year
- Is taking Angela Yu’s 100 day Python Bootcamp and CS50x a good place to start learning as a complete beginner?
- What is the code in hackertyper.com?
- Separating .class files from .java files
- Is it safe to put React on my resume after completing 20 hr tutorial / building projects?
- Can we refer to the universal selector as a universal ruleset and so on in CSS?
- Unity vs Java for an app (not a game)
- Why do I see this async function pattern across languages?
- Difference Between Programming vs Word Press, Wix, etc
- C++ Software engineering question
- Google form response to text message
- Programming efficient tools
- Easiest way for someone to get notified of a program's result, or lack of (runs once a day) while running in the background on your PC or a cloud server?
- is it good to learn the basics of web development before data analytics and data science??
- C++ BubbleSort program hangs after running
- I am currently in a bootcamp for full stack development. I am confident with javascript but I can't coup up with the overwhelming pace of my cource. I want to learn react ASAP. Please help
- Selenium 101: Get Certified In Automation Testing Free
- How do you create an interactive map for just Hawai'i on RStudio?
- How to effectively prepare for coding interviews for a beginner?
- Using python3 to change directory in window 10
- C++ question
- [PostgreSQL] Assigning auto incrementing id field when inserting without sequences
- Understanding Grokking OOD Library Search Function
- Web scraping - Advice on what to do for a specific website
List of various programming resources I gathered over the past year Posted: 19 Jan 2021 04:15 AM PST Hello there, this list includes resources I collected and kept as a nooby. I found these resources to be extremely useful during my initial steps as a programmer and wanted to share them with you. This list includes python, java, javascript c++, and generally related topics. Enjoy Python A beginner's guide to data visualization with Python and SeabornNice Guide on Modern Python Packages Intro to Python and Programming for non-CS majors Javascript The Modern JavaScript Tutorial JavaScript 101 - Variables & Primitives Guide To Javascript Array Functions: Why you should pick the least powerful tool for the job Learn and practice modern JavaScript Java A Hitchhiker's Guide to Containerizing (Spring Boot) Java Apps A beginner's guide to CDC (Change Data Capture) Java 15 Programmer's Guide To Text Blocks Modern Web Development in Java - The (Never) Complete Guide C++ The Definitive C++ Book Guide and List General Comprehensive Guide to Learn CS Online [link] [comments] |
Posted: 19 Jan 2021 06:04 PM PST I am at lost on where to start to learn how to code and have found good reviews from this subreddit about these two resources. Are these good starting point for someone with no programming background? I started Angela Yu's Udemy course and really loved it! What other resources should I look into once I finish these? [link] [comments] |
What is the code in hackertyper.com? Posted: 19 Jan 2021 10:12 PM PST What is the code in hackertyper.com? is the code just random text combined? [link] [comments] |
Separating .class files from .java files Posted: 19 Jan 2021 08:31 PM PST I'm not super sure that this is the correct place for this but it definitely has to do with programing. I'm trying to make my files look a bit cleaner by making a directory for all my .class files for my java projects in sublime text 3. I assumed I could just make a separate directory like I see IDEs like Eclipse use but when I move the .class files and attempt to run the code it says it cannot find/load the main class. Do I need to manipulate some sort of path in my system environment? If I do, do I need to do that for every bin directory that I have for other file paths? If so, how? If this isn't the correct place for this please point me in the right direction. [link] [comments] |
Is it safe to put React on my resume after completing 20 hr tutorial / building projects? Posted: 19 Jan 2021 04:19 PM PST Hey guys, I'm a junior full stack dev currently working with .NET / C# as well as typical front end tech ( HTML, CSS, JS / Jquery). I currently have about a year and a half worth of experience and I'm trying to land a React front end developer job and kinda step away from the backend portion of my career until I feel like I've improved enough in terms of programming skills. I know React is super hot and I've been doing small projects / lessons and I absolutely love what it has to offer and how it works. I am currently going through CodeCademy's React lessons as well as going over FreeCodeCamps Full React Course 2020 which is 10 hours long going over the fundamentals. I will then go over the building 15 React projects to cement my knowledge and get better with React in general After all of this, would it be safe to put React.js on my resume in hopes of landing a junior React developer / Front end developer job? Any advice would be greatly appreciated. [link] [comments] |
Can we refer to the universal selector as a universal ruleset and so on in CSS? Posted: 19 Jan 2021 07:02 PM PST Every online site I have seen uses the terminology of a universal selector, element selector, and list selector. Could we call them universal rule, element rule, and list rule since a selector is part of a CSS rule? I did not any online sources call them like that, so thought to ask. If a selector is universal, so would that CSS ruleset. [link] [comments] |
Unity vs Java for an app (not a game) Posted: 19 Jan 2021 09:06 PM PST So I want to learn to make phone/tablet apps but I wasn't sure if I should use Unity or Java? I plan on developing games in the future so I'm already learning Unity, but the app I have in mind is not a game, just an app. Thoughts? [link] [comments] |
Why do I see this async function pattern across languages? Posted: 19 Jan 2021 04:44 PM PST The context is a program that fetches data asynchronously and displays something in a UI. Wondering if this has to do with MVC vs MVVM design patterns or not at all. So when loading data from a network request or local disk storage, those being asynchronous tasks, I've seen this pattern used in different languages: That's a really rough example but I hope it gets the point across: I'm seeing an async network request (which makes sense) wrapped inside another async function, then thread blocked within that outer async function (which doesn't make sense) If this question or example is vague, lmk. But I'm just confused how designing the asynchronous task this way would help anything? [link] [comments] |
Difference Between Programming vs Word Press, Wix, etc Posted: 19 Jan 2021 04:22 PM PST I have a clothing business and I want to make a website, so I learned html, css, python and basics of JS. Then, I decided ask my friend who is a programmer and he tells me to just use word press. So I wanted to know the difference between programming my own website and using word press. Thank you in advance [link] [comments] |
C++ Software engineering question Posted: 19 Jan 2021 05:05 PM PST Hello everyone, i haves a question about C++ as software engineering . To elaborate with examples, as a front end software engineer people use Javascript ( with html css) to create web apps, or node.js for the back end to build their web apps and software. With Python the usage is in things like Anaconda or Django or Tensorflow to build its data science/machine learning related stuff. What about C++ ? Only use i can understand is in game development with engines like Unreal Engine, what tools are used in C++ to build actual software for people who work as software engineers using the language, like Tesla and SpaceX for example, how do they use C++ and the tools to build software. ( Would really appreciate if someone knew an answer here as im very interested in these companies ) Are there any specific applications or platforms where software is build in C++ ? Or am i not understanding something about the language. I am asking this as in my university we're gonne be using C++ in the coming semesters , and wanna understand more about the software engineering side of C++. Thank you for reading. [link] [comments] |
Google form response to text message Posted: 19 Jan 2021 10:59 PM PST Hello every one! Im having a hard time figuring out how I can make these google form responses be delivered into my phone number. I tried googling it but only one app was capable of doing it (and is only restricted to UK or US number) P.S. I dont have much knowledge in programming and I dont even know if it is the right place to call for help. But please help me 😥 [link] [comments] |
Posted: 19 Jan 2021 10:49 PM PST hello people, I am new to programming and a I am looking for useful tools like Version Control Systems (git), Linux's bash (better than windows in managing projects) etc.... [link] [comments] |
Posted: 19 Jan 2021 04:51 PM PST When I tried getting it to auto-send an email to this person, Gmail kept thinking it was a hacker and even telling it each time that it was me didn't help (I was running it on an AWS instance). I deleted Gmail (unrelated reasons) so use less-common providers, but I'm wondering if there's an easier way for someone to get notified without having to do anything extra in their daily routine. I'd have the Python script run everyday when they turn their PC on, but I'm uneasy about touching their computer, and they might not turn it on everyday. [link] [comments] |
is it good to learn the basics of web development before data analytics and data science?? Posted: 19 Jan 2021 10:43 PM PST Please guide me with this issue I am having a serious confusion [link] [comments] |
C++ BubbleSort program hangs after running Posted: 19 Jan 2021 04:40 PM PST Hello! I've been having some issues with a BubbleSort implementation that I can't get to work properly. Just to make this clear this is a homework assignment, and I didn't see any rules against this kind of post so I'm only looking for hints or just a general point in the right direction. I was given psuedocode and asked to transcribe it. I originally got the program to run and compile, but it would only do one pass before ending, since then I have changed some things and at this point it runs, compiles, and just hangs there. I think it has something to do with my do while brackets because the psuedocode states the while loop ends following the i = i + 1 after the if statement, but I don't know how you would get a do while to encompass that much of the program. I'd really appreciate it if anyone can help me out here, Thanks in advance! void sort_array(int array[], int n) { bool swapped; int i; do { swapped = false; i = 1; } while (i < n); if (array[i - 1] > array[i]) { swap(array[i - 1], array[i]); swapped = true; } i = i + 1; while (swapped == false) break; } [link] [comments] |
Posted: 19 Jan 2021 10:34 PM PST I am comfortable with js, css and html, but the pace is very fast and they are teaching new things every other day which for me is quite hard to coup up with. [link] [comments] |
Selenium 101: Get Certified In Automation Testing Free Posted: 19 Jan 2021 10:22 PM PST This certification is for anyone who wants to stay ahead among professionals who are growing their career in Selenium automation testing. What You Need To Know
[link] [comments] |
How do you create an interactive map for just Hawai'i on RStudio? Posted: 19 Jan 2021 06:34 PM PST I'm doing an interactive dashboard for Hawai'i to further my learning, and I was wondering how to create an interactive map of Hawai'i (including all the little islands, not just Oahu) on RStudio. I keep trying to watch Youtube videos but I'm not quite sure how to only do one state instead of the whole USA map. I also don't know how to implement the use of data.cvs files from sites to create the map. Best, Thank you! [link] [comments] |
How to effectively prepare for coding interviews for a beginner? Posted: 19 Jan 2021 10:19 PM PST Hello all, I am a sophomore in an uni. that has done intro. to data structures and algorithms, so I know most of them to an extent I would say. However, I have been struggling to effectively study for online coding interviews. I am new to all of this so trying to get help on how to study for them. There are so many leetcode problems that I do not how to approach them. I read how there are certain techniques to do these various problems. Also there are bunch of books/courses such as Cracking the Coding Interview, AlgoExpert, Grokking the Coding Interview, Elements of Programming Interviews that I am getting overwhelmed and unsure of how to start my studying. Can anyone suggest for where to start and how to go about preparing for this journey? I feel like this is more like SAT or ACT preparation in some way, which led me to ask you all how should a beginner approach this all for best studying. I am not preparing for a specific company right now but rather trying to prepare myself. My goal is to effectively know how to solve or be able to know what right way to go about a problem without looking up solution. All of this is making me more worried. [link] [comments] |
Using python3 to change directory in window 10 Posted: 19 Jan 2021 10:17 PM PST hi i'm trying to change directory using python, but its not working. I want to be able to run a python script so that it can change directory in power shell I have tried using the os module and the subprocess module but it doesn't work
the script works, but after running, I'm still in the same directory. [link] [comments] |
Posted: 19 Jan 2021 09:58 PM PST my teacher give us a task to create a program that determines a inputted number whether it is a positive, negative or zero. The program that I created can now determine positive, negative numbers and zero. BUT when I input a letter it determines it as a zero. any help??? [link] [comments] |
[PostgreSQL] Assigning auto incrementing id field when inserting without sequences Posted: 19 Jan 2021 06:12 PM PST I want to basically map the id field of a row to what the row number would be in its table, but the only solution i could find requires creating a sequence and using the sequence's next value upon inserting. Then problem with this is, if I remove a row from the table and insert another, the id skips the number as the sequence only increases. Are there ways around this? Is having id fields congruent with the row number something that should even be of concern? [link] [comments] |
Understanding Grokking OOD Library Search Function Posted: 19 Jan 2021 02:20 PM PST So i've been using Grokking to try to get a grasp on how I should be approaching object oriented programming questions in an interview. I don't think it anticipated how much of a noob I am. So i'm stuck trying to figure out how the catalog search function is going to link up to the inventory of books available in the library. How does it get called from the user class (is the user supposed to have a catalog object)? And how do you call it on a specific library's list of books (should the user have a hashmap of library and pull up the specific library using an id)? The code is shown here for free: https://www.educative.io/courses/grokking-the-object-oriented-design-interview/RMlM3NgjAyR#div-stylecolorblack-background-colore2f4c7-border-radius5px-padding5px-codediv Also while we're at it, is there anything a lil more noob friendly than Grokking? I'm trying to build a bunch of systems for practice but grokking seems to be skipping many explanations. [link] [comments] |
Web scraping - Advice on what to do for a specific website Posted: 19 Jan 2021 06:06 PM PST First of all I want to apologize if my question is too broad or generic, but it would really save me a lot of needlessly wasted time to get an answer to guide me in the right direction for the work I want to do. With that out of the way, here it goes. I am trying to retrieve some publicly available data from a website, to create a dataset to work with for a Data Science project. My big issue is that the website does not have a friendly way to download it, and, from what I gathered, it also has no API. So, getting the data requires skills that I do not possess. I would love to learn how to scrape the website (the languages I am most comfortable with are Python and R), and it would add some value to my project if I did it, but I also am somewhat pressured by time constraints, and don't know if it is even possible to scrape the website, much less to learn how to do it in a few days. The website is this one https://www.rnec.pt/pt_PT/pesquisa-de-estudos-clinicos It has a search box, and the only option I configure is to click the banner that says "Pesquisa Avançada" and then mark the box that says "Menor de 18 anos". I then click the "Pesquisar" button in the lower-right, and the results that show up are the ones that I want to extract (either that or, if it's simpler, all the results, without checking the "Menor de 18 anos" box). In my computer, 2 results show up per page, and there are 38 pages total. Each result has some of it details in the page where the results appear but, to get the full data from each entry, one has to click "Detalhes" in the lower right of each result, which opens a display with all the data from that result. If possible, I would love to download all the data from that "Detalhes" page of each result (the data there alerady contains the fields that show up in the search result page). Honestly, I am ready to waste a whole day manually transcribing all the data, but it would be much better to do it computationally, even it it takes me two or three days to learn and do it. I think that, for someone with experience in web scraping, it is probably super simple to check if it is possible to download the data I described, and what is the best way to go about it (in general terms, I would research and learn it). But I really am lost when it comes to this, and just kindly want to ask for some help in showing me the way go about it (even if the answer is "it is too complicated/impossible, just do it manually"). I know that there are some Python packages for web scraping, like BeautifulSoup and Selenium, but I don't really know if either of them would be appropriate. I am sorry if my request is not exactly a short and simple coding question, but I have to try to gather any help or guidance I can get. Thank you in advance to everyone who reads my question and a special thank you if you are able to give me some pointers. I am not looking for someone to do the work for me, just some guidance on where to start, or even if it's worth starting. [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