Free Intro to Android Development - Live Instructor - Starts On Monday learn programming |
- Free Intro to Android Development - Live Instructor - Starts On Monday
- Found this Machine leaning 101 slides by a google engineer
- Which youtube channels are good to start with competive coding, though codes on websites like leetcode, hackerrank are sometimes tough to solve.
- Code Review
- Why watching tutorials is so unproductive?
- Best to learn C or Python first for a computer science degree?
- Web Devs, in your experience or opinion, which cities have a desperate need for developers?
- [SQL] Anyone else done on Stanford's Relational Design Online Course?
- Does any other language require downloading an SDK like Java does?
- How to analyze reddit comments
- [C] pointer arithmatic
- looking for carrer as web developer
- What to do after building the website?
- Question about assembly instruction (MSP430 ASSEMBLY) microcorruption.com
- Algorithms in Java: Selection sort (full code shown)
- Looking for a project to join to learn from
- Want to make a mobile app but don't know how. I do know how to make a desktop app though...
- How to implement web api request throttling from scratch?
- [C++ 17] Restricting use of container copy constructor based on template parameter
- Duplication of a Character in Array
- Creating a form in html
- What are some good Online Computer Programming Bootcamps Free or Paid
- Does anyone have any experience working with Firebase?
- Good resource for teaching young kids?
Free Intro to Android Development - Live Instructor - Starts On Monday Posted: 01 Aug 2018 10:38 AM PDT Hey everyone, Thought some of you here might find this interesting. Starting Monday, we're launching our introduction to Android programming course, presented by Lambda School. The schedule looks like this: By the end of the course, students will be able to build user interfaces and simple back ends to Android apps. They will have the foundation and tools they need to become successful Android developers. This won't be enough for you to get a job in Android development, but it will start you on the course to further learning. You can register for the course here: https://lambdaschool.com/courses/cs/android/intro/ Full disclosure, I am an employee at Lambda School, and we offer this course in the hopes that some people will like our teaching style and join our full-time Android course. With that being said, there is no obligation, and you are free to attend just this bootcamp. Let me know if you have any questions! [link] [comments] |
Found this Machine leaning 101 slides by a google engineer Posted: 01 Aug 2018 10:00 PM PDT I came across this ML 101 slide deck by a senior Google engineer. Not sure if it's shared here already or whether it's relevant to post here. But I'm gonna do it anyway. Enjoy. [link] [comments] |
Posted: 01 Aug 2018 11:38 AM PDT I can write basic programs and I am MERN stack Develper/Intern, I wanted to start Competitive coding and I already solved 20-15 solutions on Hackerrank, but as a beginner, to takes lot of time to understand new question and to build logic, Instead I thought to search Youtube for solutions though solutions given on websites are sometimes hard to get. but there is no good channel, I found which can teach programs and take a question and solves it with explanation of steps and details of code. I tried channel 'Tushar Roy', 'Gaurav Sen' but they did'nt helped as they teach advance topics. Request: Please don't mention MIT Opencourseware or others like that, though they are best for algorithms but I don't wanted to clear basic concepts, rather I have to improove my problem-solving ability. [link] [comments] |
Posted: 01 Aug 2018 09:03 PM PDT Recently just finished off a super simple project that I plan on adding to my resume, here's what I currently have. https://github.com/aluoh/NBA-Point-Guard-Simulator Any tips and feedback would be nice! Thanks! [link] [comments] |
Why watching tutorials is so unproductive? Posted: 01 Aug 2018 09:25 AM PDT Hi, I watch so much programming tutorials, that i have gained a habit of watching them. but they always end up being unproductive. i follow and code with instructor and make a demo app that instructor is making. but i can only make that demo nothing more than that. I think there's something wrong with technique. What should i do to become more productive so that i can make my own stuff.? [link] [comments] |
Best to learn C or Python first for a computer science degree? Posted: 01 Aug 2018 08:53 AM PDT Hi everyone, in November i'm starting computer science at university, in the programming course i will learn C and Python, i want to take advantage of the time i have now an start learn something on my own, my question is: should i start with C language or Python, i never programmed seriously before, only some little scripts with Python, i have read the beginners FAQ and i know that is discouraged to try to learn more languages at once, but in this course i will first learn C and then some python. I also learned from the FAQ that the choice of the language is not important, but maybe in this case it is since i have to swap between these two. If i start with python i'm worried that in November when i will start to learn C i will find my self in a bad spot since python is easier than C. Some opinion/advices? This is not a post to start a war about what language is the best between these two, i only want to know what is the best language in my case. Thanks for your time. PS: i'm not a native English speaker so i'm sorry for errors and bad grammar. [link] [comments] |
Web Devs, in your experience or opinion, which cities have a desperate need for developers? Posted: 01 Aug 2018 05:09 PM PDT Hey guys, So I finished my Udacity FSND program a month or so back and I've sent out approximately 50 applications thus far. I have a strong resume, LinkedIn profile and cover letter. However, I've gotten only three call-backs so far. In your experience, which cities have a desperate need for web developers and will hire jr. web devs relatively quickly due to the high demand, but low amount available? [link] [comments] |
[SQL] Anyone else done on Stanford's Relational Design Online Course? Posted: 01 Aug 2018 12:45 PM PDT After finishing Standford's SQL online class, I found that they have many more database courses! The next in line is this Stanford relational design course.
[link] [comments] |
Does any other language require downloading an SDK like Java does? Posted: 01 Aug 2018 06:32 PM PDT I'm trying to get into C/C++ programming, as well as Python. What will I need apart from the IDE? [link] [comments] |
How to analyze reddit comments Posted: 01 Aug 2018 11:15 PM PDT What would be a good way to perform analysis on all of reddit comments since 2005 (pushshift.io dataset), specifically the text contents of the comment? I am trying to find out the number of mentions of a specific word every month on reddit. How complicated will this be? I know I can just run a python script but surely there must be a better way to do it. The most recent month on pushshift is 8.8 gb on it's own... Thanks [link] [comments] |
Posted: 01 Aug 2018 03:34 PM PDT I got 33, 11, 22 instead of the answer, 33 11 11 It means my [link] [comments] |
looking for carrer as web developer Posted: 01 Aug 2018 10:32 PM PDT Hello , i'm newbie in this reddit , and i'm begginer into coding , so any suggestion and from where i should start ? [link] [comments] |
What to do after building the website? Posted: 01 Aug 2018 06:43 PM PDT Hi learnprogramming, I just built my first website studybot.com.au using just html javascript css and a python api for back-end. This is a quiz website that is tailored to the Australian education system. I've averaged about 2 users over the last month based off a single post in a forum where someone commented they needed help on this subject. Now I don't know what to do with it. How do I get more people to try it out? I have absolutely no idea where to go from here. Thanks everyone so much for your time. Cheers, Red [link] [comments] |
Question about assembly instruction (MSP430 ASSEMBLY) microcorruption.com Posted: 01 Aug 2018 06:32 PM PDT Hi, I am still relatively new to to assembly, and decided to learn through microcorruption. I am currently watching this video: https://www.youtube.com/watch?v=D3Scz0RGxHE. I am currently stuck at 8:20. Now, the instruction to be executed is mov.b @r15, r14. I understand that we are moving whatever is stored inside of the r15 register and moving one byte into the r14 register. However, what I don't understand is how was "T" obtained? I don't understand where did the "T" come from. He also kept saying R39C. Can someone elaborate? EDIT: Correct me if I am wrong. Since we are looking at 493c in memory, c is actually pointing to the 13th place, which is 74. Is that correct? [link] [comments] |
Algorithms in Java: Selection sort (full code shown) Posted: 01 Aug 2018 09:56 PM PDT |
Looking for a project to join to learn from Posted: 01 Aug 2018 09:35 PM PDT Hey everybody, So I'm right now at this slump where I know a couple of languages but have no idea how to use them. I've tried a couple learning methods and I feel like nothing has been sinking in so now I'd like to try working a project with a group of like-minded people! I know Java, JavaScript, Python, and a little bit of Ruby. If we're working with web development stuff I have basic knowledge of HTML and CSS application as well. I don't have any experience with particular frameworks or APIs, (that's what I'm trying to learn in all seriousness) I learn better with others, so please let me know if I could fit in with you all :) [link] [comments] |
Want to make a mobile app but don't know how. I do know how to make a desktop app though... Posted: 01 Aug 2018 09:31 PM PDT ... so would it be better to start making the desktop app and then learn to translate it into a mobile app, or to start with learning mobile apps? The specifics are that I know how to make C# Winforms apps, and want to make something for Android. [link] [comments] |
How to implement web api request throttling from scratch? Posted: 01 Aug 2018 09:15 PM PDT Without using any libraries i want to implement rate limitation on an endpoint. E.g. 5 requests per second per ip. Some suggestion on the core algorithm to solve this world be appreciated. [link] [comments] |
[C++ 17] Restricting use of container copy constructor based on template parameter Posted: 01 Aug 2018 08:59 PM PDT When attempting to copy a vector of a type that doesn't have a copy constructor, the compiler throws a simple error: "Attempting to reference deleted function" and I would like to implement this same behavior in a container I am implementing. I've tried looking through visual studio's implementation of vector's copy constructor but the almost dozen function calls it uses to achieve this task obscures the code that throws the error. How could I write my container's copy constructor so that it throws a compile time error if it is used when the type passed to the template doesn't have a copy constructor of its own? [link] [comments] |
Duplication of a Character in Array Posted: 01 Aug 2018 03:00 PM PDT Hey guys I've been working on another console game side project, and the current problem im having is where the character moves across the board when falling it creates duplications of the character symbol and breaks the game here is the code. Pastebin: https://pastebin.com/JzNECr9z [link] [comments] |
Posted: 01 Aug 2018 08:25 PM PDT Hi, so I'm having problems creating a form in html and then having that form sent to my email. It's basically a photo release form with a (check if you agree box). After they check the box and hit the submit button, I wanted the form to be sent directly to me. HOWEVER I have tried different methods to get this to happened and have failed miserably. Every time I do, the email is blank but it does send through. Does anyone know to get the contents I create i.e the paragraph, to the email instead of it being blank? Thanks! [link] [comments] |
What are some good Online Computer Programming Bootcamps Free or Paid Posted: 01 Aug 2018 02:12 PM PDT Looking for an intense Immersive Online Computer Programming Bootcamp to learn the basics of programming at a deep level. No showing up in person at all, all online, all remote. Free or paid but prefer to keep it cheap. Any recommendations? I currently have a 500gb laptop, is that good enough? Thank You. [link] [comments] |
Does anyone have any experience working with Firebase? Posted: 01 Aug 2018 08:04 PM PDT I'm looking into making an iOS app (Swift) which is basically a social network for looped videos, similar to Vine. I'm assuming this can be accomplished with Firebase, but I haven't read any documents or seen any tutorials that say this is possible. Does anyone have any experience using firebase? [link] [comments] |
Good resource for teaching young kids? Posted: 01 Aug 2018 07:41 PM PDT I'm curious if anyone knows of any good websites or resources to teach younger children how to do basic programming exercises. Ages range from 6-10. JavaScript or Java would be preferred but really anything would be nice. My cousins want to learn about what I do and I would love to give them some fun little projects to work on, obviously I would help and guide them. [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