[Free] Google is giving free courses. learn programming |
- [Free] Google is giving free courses.
- Learn Programming for free with JetBrains!
- [Rant] Places like edabit and codewars are filled with clever one liners.
- How to download Ubuntu shell for windows 10?
- Hi all! Is anyone familiar with the Plurality problem that cs50 put out?
- Just got fired... I want out of the industry and into web development. Have money for 8 months. Python
- My programming notes - Full stack web development and more... (GitHub)
- Any useful apps?
- Need some advice on a technical issue for website project
- Simple errors that you spent way too much time trying to solve.
- Can ALTER TABLE cause loss of data? (MSSQL)
- Learned Python basics. Now i'm stuck.
- Interested in Huawei programming/Appgallery and Wechat mini programs
- What is the best and easy way to store tags in MySQL database?
- Are there websites that lets me run Linux from the browser?
- I cant solve my Sorting exercise been trying it for hours now
- Need Help With Project!
- (Java) (HtmlUnit) How to click a link and return the page of the click?
- Mobile IDE for Android that supports Kotlin or Java 8 language features
- Best platform to ask simple and—perhaps—stupid programming questions?
- I want to start working !!
- New Guy starting
- Getting a .format() list to return from a function in python.
- More C#
[Free] Google is giving free courses. Posted: 12 Apr 2020 05:59 AM PDT Total Course: 126 courses. There are Bunch of programming courses (scroll down to end) Check it out [link] [comments] |
Learn Programming for free with JetBrains! Posted: 12 Apr 2020 10:58 AM PDT Hi guys, i just wanted to share with you that JetBrains is developing a new platform to teach programming, and while its in development its totally free! Be sure to check it out there's a lot of interesting projects there. JetBrains Academy [link] [comments] |
[Rant] Places like edabit and codewars are filled with clever one liners. Posted: 12 Apr 2020 11:09 PM PDT So i am fairly new into my journey as a programming and one thing i have found very useful are sites such as edabit and codewars. and even more useful is the ability to see others submissions often times this has shown me areas where I over-complicated things(Which happens often being a beginner) or other improvments. However I have noticed that many of the highest voted solutions on these platforms are the solutions that were able to everything into one line of code. often times making it way less readable and no more efficient than just breaking it up. obviously I have no real on job experience programming but i assume that in the work-space these one line hard to read solutions are looked down upon. tl;dr programming is not stand-up comedy, Stop with the one liners [link] [comments] |
How to download Ubuntu shell for windows 10? Posted: 12 Apr 2020 08:05 PM PDT I do most of my programming labs in college but because of quarantine I'm behind on my labs. I just want the terminal and not switch my computer to Linux or anything. [link] [comments] |
Hi all! Is anyone familiar with the Plurality problem that cs50 put out? Posted: 12 Apr 2020 11:30 PM PDT Kinda lost cause it just requires me to modify a function. I'm used to hard code everything from scratch. It's the first time that I'm given a problem where there are already lines of code in it. The difficulty that I'm having is that I can't debug just easily. Any tips/advice on how to tackle this sort of problem? Basically they just want us to modify a specific function. The first step that I did was analyze the main function line by line (is this an effective way?) Then pinpoint on where the functions are called. [link] [comments] |
Posted: 12 Apr 2020 11:43 AM PDT Hi, I just got fired and I want a career change. I have funds to live around 8-10 months, by then I'd like to be able to at least take on some freelance jobs to pay rent barely. I have been liking python so far, is it a viable path to go down if I'm interested in webdevelopment? Where is the best place to start? Any links appreciated, thank you [link] [comments] |
My programming notes - Full stack web development and more... (GitHub) Posted: 12 Apr 2020 08:02 AM PDT I started learning in 2014, and it became difficult finding something useful I read or saw in video tutorials, so I decided to write down the important and recurring stuff for easy recall. I use them constantly and I hope you'll find them helpful as well! [link] [comments] |
Posted: 12 Apr 2020 06:36 PM PDT Are there any useful mobile apps that a beginner can use to learn how to code? [link] [comments] |
Need some advice on a technical issue for website project Posted: 12 Apr 2020 11:48 PM PDT On my website I want to embed a livestream from a platform like youtube. But on mobile if you turn your phone off or go to another app it would stop the audio. Is it possible with a website to let your phone play audio like it would when you use an app? Or would I have to make an app for this [link] [comments] |
Simple errors that you spent way too much time trying to solve. Posted: 12 Apr 2020 11:39 PM PDT I just wanted to know what errors that you spent so much time on that made you feel like slapping yourself cause you can't believe you made it and wasted that much time on it. [link] [comments] |
Can ALTER TABLE cause loss of data? (MSSQL) Posted: 12 Apr 2020 07:51 PM PDT Hi all, If I do an ALTER TABLE in a MSSQL database to change the size of a column (for instance, increase the size of a nvarchar from 30 to 50), it can make the data in the column be lost someway? I did some testing and nothing weird happened, but I wanted to know if it could happen. I tried some googling but I didn't find anything that answers this (only a bug related to memory-stored databases, which isn't my case). [link] [comments] |
Learned Python basics. Now i'm stuck. Posted: 12 Apr 2020 11:28 PM PDT I spent about a month learning python through an udemy course, I was able to make a decent blackjack game and a few other projects on my own. I am able to make decent programs and spit out the session in command prompt. Now that i'm ready to build a bit more advanced things (web scrapers, bots, sites, ect.), I begin looking all this stuff up and i'm lost. The tutorials seem to expect that i understand html, css and all these modules which I cant quiet understand, am i doing something wrong? Is there another udemy course I can take to set myself in the right direction? I'm not the greatest at learning from thrown together SEO click bait blogs. [link] [comments] |
Interested in Huawei programming/Appgallery and Wechat mini programs Posted: 12 Apr 2020 11:14 PM PDT Hi, would anyone be able to point me towards any roadmaps or tips to learn more about this realm of mobile development? Even the "mini programs" of wechat. Thanks! [link] [comments] |
What is the best and easy way to store tags in MySQL database? Posted: 12 Apr 2020 11:02 PM PDT One item is going to have many tags. And one tag will belong to many items. This implies to me that you'll quite possibly need an intermediary table to overcome the many-to-many obstacle. Something like: Table: Items Table: Tags Table: Items_Tags It might be that your web app is insanely popular and need denormalising down the road, but it's pointless muddying the waters too early. [link] [comments] |
Are there websites that lets me run Linux from the browser? Posted: 12 Apr 2020 10:56 PM PDT I'm brand new to learning, and I'd like to practice learning while I have spare time at my work. The problem is, I'm not allowed to download anything on the company computers. Are there websites that allow me to run linux for learning purposes? I've registered to webimnal.org, will that be enough for me to practice Linux? [link] [comments] |
I cant solve my Sorting exercise been trying it for hours now Posted: 12 Apr 2020 07:08 PM PDT My task is that i should sort the three numbers x,y and z into increasing order, so that x has the smallest value, y has the next smallest value, z and has the largest value. Following lines are available: tmp=max(x,y) y=min(y,z) y=tmp x=min(x,y) tmp=max(x,y) y=tmp tmp=max(y,z) z=tmp x=min(x,y) Any ideas would be nice [link] [comments] |
Posted: 12 Apr 2020 10:53 PM PDT Hi all, So, we are all at home. I was trying to use my knowledge and build an app like IPTV for my samsung Tv, It can be strreaming app or videoclub app. Im lacking info and need a starting point. Any resources will be really appreciated [link] [comments] |
(Java) (HtmlUnit) How to click a link and return the page of the click? Posted: 12 Apr 2020 10:35 PM PDT I'm trying to do this with google as a learning example : https://pastebin.com/yj8gMeap But the click is not returning the clicked page, instead its just returning the base page, I'm trying to follow the pages of what is clicked. E.g. clicking "I'm feeling lucky" and then getting that page. [link] [comments] |
Mobile IDE for Android that supports Kotlin or Java 8 language features Posted: 12 Apr 2020 10:35 PM PDT Is there any? AIDE is good, but Java is very outdated to use sensibly (7). JStudio seems like can read Kotlin, but not write. Java is also 7. [link] [comments] |
Best platform to ask simple and—perhaps—stupid programming questions? Posted: 12 Apr 2020 10:29 PM PDT sometimes I just am in doubt about something simple that doesn't require a post here nor in the StackOverflow. where can I find mentors for a quick chat? is there any Discord channel or anything alike? thanks! [link] [comments] |
Posted: 12 Apr 2020 09:53 PM PDT How do i start working I know HTML, CSS and Javascript but don't know where to start can anyone tell me where to begin it will be very helpful as i don't have anyone else to ask Thanks in advance [link] [comments] |
Posted: 12 Apr 2020 09:52 PM PDT Hi, i'm new in this subject about programming and I want to start learning, so if anyone could give me any information how to start learning it'll be really cool. [link] [comments] |
Getting a .format() list to return from a function in python. Posted: 12 Apr 2020 09:49 PM PDT I know I can get rid of the getlist() function and print the list normally but I'm not sure if that will work for what I'm attempting. I need the objects in the list to be separated to return separate urls I can later request and get a status code on to check for 404 errors. currently this will only print the url with 'demopage' in it and not the other two. What can I do or try to get a list to return as separate urls to be parsed through separately later on? [link] [comments] |
Posted: 12 Apr 2020 09:44 PM PDT I have recently finished this [Udemy Course]( https://www.udemy.com/course/understandingc/learn/lecture/2371112#overview ) and am wondering where to go afterward. If anyone has any ideas thanks for sharing! Have any of you done this and what did you do? Thanks! [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