Codecademy is giving free pro membership to students for the rest of the school year learn programming |
- Codecademy is giving free pro membership to students for the rest of the school year
- Should I change my mentality to "Get Shit Done" instead of trying to make something always really good?
- It is amazing to see 88 lines of code to simulate a real physical environment
- Git/Github for beginner?
- Free data science courses
- Currently homeless and spending time in my car 24 hours a day. What podcasts can I listen to to inform myself of the basics of full stack web development, and iOS swift programming?
- To make new technology do you ever have to design your own compilers?
- Where/How do I store data for a personal app?
- How to associate symbols with their corresponding symbol table in compiler construction
- How to get job as a junior developer without a degree?
- Where to start?
- Time complexity of following code segments..
- How to sit properly during long hours of programming?
- 7 free classes from Bill Gates' favorite websites that you can sign up for right now to teach yourself to code
- Good resources to practice Depth First and Breadth First traversal? (Most notably PreOrder / InOrder / PostOrder)
- Need help passing object from Django to Javascript
- Help with css in django tutorial.
- Trying to get form button in React modal to close
- Hi, guys, I'm struggling with my class being transferred online and i need some help c++
- Sign In Sign Out
- MLH Career Fest - Find amazing tech talent from the comfort of your home
- Learning TIPS (Web Dev Mainly)
- Silly C question
- What is a micro service, and how does it differ from an API?
- To help with anyone struggling or stuck at home over the next few weeks, I'm making premium services free on our profit-sharing and collaboration platform so you can work on some side projects.
Codecademy is giving free pro membership to students for the rest of the school year Posted: 19 Mar 2020 06:27 AM PDT |
Posted: 19 Mar 2020 02:08 AM PDT I am currently at highschool, and I know C#, Javascript, Flask and basics to C, C++, Python, SQL. My issue is that when I want to create something I try to work on one small feature for too long. For example, in Xamarin I tried to make reusable "forms", yet I never continued with that project because I could never implement it and burned out. The issue is I try to perfect some of my code by non-stop improvement. I am thinking of changing my mentality from good code (as much as I can at my stage) ====> Get shit done, and when I need to fix something, I would refactor my code when I need it. Is this a reasonable mentality? A super simple short example of my code other code I have saved is not really valid, as I used to do too many notes at one point. [link] [comments] |
It is amazing to see 88 lines of code to simulate a real physical environment Posted: 19 Mar 2020 08:48 PM PDT Interesting to see this new programming language-Taichi. It is amazing that it can simulate a real physical environment with 88 lines of code. Does anyone have other resources about Taichi? I want to learn more about this. Thank you [link] [comments] |
Posted: 19 Mar 2020 06:33 PM PDT I started learning computer programming (Python, R) in earnest about a month ago. I have heard that beginners can learn a lot using Git/Github, but it seems a little overwhelming to me. Could you more experienced programmers give me some wisdom here? Is this something for a very inexperienced student like me or is this something for much further down the line? Thanks for any help you can give [link] [comments] |
Posted: 19 Mar 2020 11:51 AM PDT Just saw on 365 Data Science youtube channel that they are giving free access for about a month to their courses, in case anyone else may find them useful this is the link https://365datascience.com/pricing/ [link] [comments] |
Posted: 19 Mar 2020 04:07 PM PDT I want to change my life around. I currently DoorDash from my car to survive. I lived in a one bedroom apartment because that lease ended March 8, 2020. Because my gym is closed I now have no place to shower. [link] [comments] |
To make new technology do you ever have to design your own compilers? Posted: 19 Mar 2020 05:17 PM PDT For technology that has never been done before and that isn't really possible with the current programming languages do you ever have to design your own compiler or programming language? Or is pretty much everything possible with existing lower level languages if you need to make something? [link] [comments] |
Where/How do I store data for a personal app? Posted: 19 Mar 2020 09:52 PM PDT I am just messing around building myself a productivity app in python and I wanted to store my previous daily entries somewhere so I could open the app and view all of them. I have some experience using SQL and would like to get some more through this if I can. What's the best place to store this data? Locally or with a database provider? I would preferably like something that's free although I can be flexible to something reasonably cheap. I wouldn't expect that I couldn't find something free since it's such a small amount of data. I do want to eventually build it into a full app at some point and put it on the app/android store though. Any help is appreciated. TIA [link] [comments] |
How to associate symbols with their corresponding symbol table in compiler construction Posted: 19 Mar 2020 09:41 PM PDT I am working on implementing a compiler for a toy language. As of now:
The above points mean that I can create a hierarchy of symbol tables populated with the correct data. But once I've created the table, how do I link AST nodes to their corresponding table? Since there are multiple symbol tables, to look-up information about a symbol, I need to identify which created table is responsible for a particular AST node. As an example, say I need to traverse the AST for type-checking. The symbol tables have already been created and linked appropriately in a previous traversal of the AST. How do I identify the correct symbol table for each symbol during the current traversal? One option I see is to add a field for storing a reference to the corresponding symbol table to all the leaf AST nodes. Leaf AST nodes store the symbols in the AST. Is this correct? Or is there a better/standard way of associating them with symbol tables? Thanks in advance! [link] [comments] |
How to get job as a junior developer without a degree? Posted: 20 Mar 2020 12:50 AM PDT I have a few certifications (the OCA and OCP), and put together hobby projects on my GitHub account. Would it be possible to get a job as a junior, whether that is online or at a work place? [link] [comments] |
Posted: 20 Mar 2020 12:49 AM PDT I want to learn programming, I'm completely a beginner. With this whole quarantine I'm trying to follow my dream of learning how to make video games (shooters). Where should I start? How can I learn online? Which languages should I start learning with the endgame of video game design? Thank you in advance :) [link] [comments] |
Time complexity of following code segments.. Posted: 20 Mar 2020 12:41 AM PDT
2. Thank you in advance :) [link] [comments] |
How to sit properly during long hours of programming? Posted: 20 Mar 2020 12:39 AM PDT Yes, I know sitting on a chair with your back straight is the best way but I have tried sitting on chair several different times but every time I have failed to stick to it. So now a days, I sit on bed in a cross legged position and my legs hurt terribly after a couple of hours. So guys, do you have any suggestions on how to properly sit on bed during long programming sessons? [To the mods- This may not be a proper programming question but I think sitting properly is one of the most important habits for a programmer especially considering that we spend most of the day sitting in one position]. [link] [comments] |
Posted: 20 Mar 2020 12:38 AM PDT Found this great article that I think people in this sub could appreciate because it is classes recommended by Bill Gates. 7 free classes from Bill Gates' favorite websites that you can sign up for right now to teach yourself to code: https://www.businessinsider.com/bill-gates-favorite-free-websites-classes-teach-yourself-to-code [link] [comments] |
Posted: 20 Mar 2020 12:15 AM PDT Hey guys! I'm relearning some tree and graph traversals since I'm rusty. Any good resources to practice them? Example: Website shows you a bunch of nodes labelled 1 - 8 and you have to type 12465783 as the correct order or something. [link] [comments] |
Need help passing object from Django to Javascript Posted: 20 Mar 2020 12:11 AM PDT This is my code: When accessing the new variable posts in a script tag, it outputs an object/queryset as a string. [link] [comments] |
Help with css in django tutorial. Posted: 20 Mar 2020 12:05 AM PDT Hello there, I'm watching one of the wonderful tutorials of Corey Schafer but I have a little trouble with css. I hope someone can help me out without watching the whole video. :D At 34:30 he creates a directory with a css file and after that he inserts some lines to include the css in the html. At 38:00 he refreshes his page and it looks just like mine. Than he restarts his local server and the page looks a lot nicer, because the css file is applied. But this is not working. My page still looks like the css file is missing (38:00). I checked everything twice and I did everything as mentioned in the video. I also checked the comments below the video and some people have the same problem but no working solution. All I can say is that, the css file is there (you can reach in from the link in the html source code) but it is not applied to the page. Can anyone help me? Thanks! [link] [comments] |
Trying to get form button in React modal to close Posted: 19 Mar 2020 11:44 PM PDT I have a modal that is part of a form. The modal pops up on the screen when a response is provided. I want users to be able to close this modal. So I added a close button. But it doesn't work. Any ideas? [link] [comments] |
Hi, guys, I'm struggling with my class being transferred online and i need some help c++ Posted: 19 Mar 2020 11:25 PM PDT My professor doesn't do very well explaining things online so i really need some help. what is the difference between a loop and do while loop and how do you execute them each on C++? any examples will be a major help, thank you! [link] [comments] |
Posted: 19 Mar 2020 11:10 PM PDT I want to make a sign in/sign out monitor for me and my roommates. Small beginner project to do while I'm stuck in this apartment. Scan in and the LED screen should list whos in. Can anyone point me towards good card/scanner combos and any advice on the language I should use or just general ideas on where to go? (Novice in Matlab, Beginner in Python and Java) [link] [comments] |
MLH Career Fest - Find amazing tech talent from the comfort of your home Posted: 19 Mar 2020 07:13 PM PDT I don't know about you, but the current job market looks rough. This career fest from Major League Hacking during this pandemic looks promising: https://www.producthunt.com/posts/mlh-career-fest [link] [comments] |
Learning TIPS (Web Dev Mainly) Posted: 19 Mar 2020 12:23 PM PDT Learning Tips For Beginners (not 100% green, but still beginners) this post got taken down for no reason and I've been asked many times to repost, so here you guys are :) Oh and to all the people who made my post a stackoverflow thread practically, please chill lol. Enjoy! Sites/Resources
Extra Learning tips:
SQL
General
[link] [comments] |
Posted: 19 Mar 2020 10:46 PM PDT Pretty silly, I feel like I'm over complicated or it's something super simple. I have a pointer which looks like `(void *) 0x800000008` , i want to make sure this is 64 bit aligned, so i want to do 0x800000008 & 0x7 , but its a pointer, so how do i do it? [link] [comments] |
What is a micro service, and how does it differ from an API? Posted: 19 Mar 2020 10:43 PM PDT I know API's quite well. I write them a lot. I've occasionally come across the term micro services, some things seem to suggest it's nothing more than a fancy word for an API, others something entirely different. So that is my question: What is a micro service? [link] [comments] |
Posted: 19 Mar 2020 02:57 PM PDT Hey guys, With everything going on in the world, I know a lot of people are now stuck at home, unable to leave. As someone who works from home, it's not an issue for me, but I know there are those that will struggle. Because of this, I thought I'd open up my web platform, Crowdsourcer.io, that allows people to create projects together remotely and rev-share in a fair way. We're going to be releasing some premium features over the next week or so but I've decided to keep them free until the world goes back to normal. I'll also automatically apply, to all projects, a reduction to processing fees if you use our selling tools (if you sell outside of the platform then any payment processing is done at cost price anyway so it's about as good a deal as possible). I hope this encourages some of you to not miss the opportunity to get cracking on any software-related ideas you've been meaning to work on, whilst you're stuck at home. If you have any questions about how it works or how to use it I'm active on Reddit, so feel free to leave a comment or message me. [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