Build a Discord chat bot in Node.js - Tutorial learn programming |
- Build a Discord chat bot in Node.js - Tutorial
- GitHub private repos are now free for up to 3 collaborators
- GitHub now features unlimited free private repositories
- Last year, I got my first software developer internship - these are the personal projects that helped me get there!
- Are you guys all on linux/macOS?
- Do big sites have one table for a single purpose? Or do they split it?
- Which languages to learn for stock market and news decrypting machine learning
- A plea for guidance
- Best resource to learn Python for a complete beginner
- Best resource(s) to get started with Competitive Programming with Python.
- Big O Cheat Sheet: Queue Access in Linear Time?
- Runing python file on MacOS
- Do you actually find programming "Fun" ?
- Hey, can anyone point me to the right direction?
- Confused about URLs used in OData getting started guide (https://www.odata.org/getting-started/understand-odata-in-6-steps/)
- Visual Studio 2017 windows form app (c#) basic stuff just need help with a tiny bit of code
- I need help creating a basic inventory for a school project in pygame 2.7
- At what point should I start making my own projects?
- How to design a Offline Website?
- What would be the best way to control your minecraft player with a script?
- Can y’all give me some tangible reasons as to why I should learn to code/program?
- Hi! Can someone tell me how the best way to handle user input data?
- Good resources to learn these c++ topics
- How should I go about making a desktop notification program for windows 10?
Build a Discord chat bot in Node.js - Tutorial Posted: 07 Jan 2019 09:02 AM PST |
GitHub private repos are now free for up to 3 collaborators Posted: 07 Jan 2019 10:44 AM PST https://blog.github.com/2019-01-07-new-year-new-github/
Seems to be a good place to practice [link] [comments] |
GitHub now features unlimited free private repositories Posted: 07 Jan 2019 06:25 PM PST |
Posted: 07 Jan 2019 09:56 PM PST I wrote an article that showcases the projects that I did in the months leading up to me getting my first software developer internship. Be welcome to inspect the Github repos and the websites (included with every project in the article). The main point to take away from this article is that you don't need to have these massive, good-looking projects before you start applying for jobs. Many of you are already really good and create better projects than the ones I have done in early 2018. So just start applying, you might be surprised how much better you are than the competition! [link] [comments] |
Are you guys all on linux/macOS? Posted: 07 Jan 2019 08:21 PM PST I've used windows for my entire life, and now in college my friends are saying I need to know how to use linux for jobs in the future. is it detrimental if I teach myself on windows? i dont know how bad of a position I'll be in if I dont learn linux now. i dont want to pay for a mac as Im a hurting student right now [link] [comments] |
Do big sites have one table for a single purpose? Or do they split it? Posted: 07 Jan 2019 10:15 PM PST I have been reading about Database conventions and they mention that for a single purpose, we should use a single table, even if the number of records is extremely high. But Facebook for example. Do they have a table called "PostComments" (with a "ParentID" to reference the post) with billions of rows that includes all the comments ever submitted to all their posts? Or does Facebook split this somehow? [link] [comments] |
Which languages to learn for stock market and news decrypting machine learning Posted: 07 Jan 2019 11:08 PM PST I am thinking of programming an AI that can learn historical patterns and tie the news with stock market crashes/rises to predict the future. Which programming languages should i learn, which would you recommend? I have 0 knowledge other than very basic C programming so i will be totally new to it. It can be ridiculously hard, i just want to learn the best [link] [comments] |
Posted: 07 Jan 2019 10:38 PM PST I'm a 5th year CS student, I should have graduated last semester but failed a semester due to too much anxiety and basically tagged on two extra semesters. I've gone through most classes without actually learning much. With this semester and two classes to go and 0 practical experience under my belt, the anxiety is stronger than ever. I simply don't know what to do in order to land a job. I'm looking for any sort of guidance at all, I feel like the dumbest student in every class, I enjoy the content though. I want a career in this industry, I just don't know the first step. Almost graduating, no internships because I'm too scared to apply due to not knowing anything. I have a hang of basic Javascript, Java and OOP concepts. Have been looking for any sorts of answers, found freecodecamp, should I run through that along with the book Cracking the coding interview and just start applying for jobs? I'm not sure what skills I need, I just feel completely lost and out of place and it doesn't help the anxiousness. Any help at all would be beyond appreciated, please. [link] [comments] |
Best resource to learn Python for a complete beginner Posted: 07 Jan 2019 03:47 PM PST So I need some serious advise. I jumped into c++ as a complete beginner spent a month on iT and am struggling bad. Friend told me I should have started from Python. Now idk what to do. Continue c++ or stop And switch to Python, learn it and continue c++ again. What do u guys recommend? I finished up to arrays in c++. If u guys recommend to start Python can u post a really good resource I can learn from scratch. My friend said I can learn Python in a day so shouldn't be that bad, maybe it will help. Idk maybe it's just hard for me and Python may not help. As I'm a complete beginner Also how long do u think it will take my to learn the basics of Python for a beginner to get it down to move on to c++ as a beginner cuz my other friend was saying 2-3 weeks and def not a day [link] [comments] |
Best resource(s) to get started with Competitive Programming with Python. Posted: 07 Jan 2019 09:06 PM PST hey everyone, i need a little help with getting started with competitive programming in python. suggest books, courses, websites or anything actually. thanks! [link] [comments] |
Big O Cheat Sheet: Queue Access in Linear Time? Posted: 07 Jan 2019 06:41 PM PST This site (http://bigocheatsheet.com/) claims it takes O(n) time to access a value in a queue, and I don't see anyone in the comments disagreeing. My understanding was that (random) access of a value in a queue is not part of the queue API. At the point it isn't part of the API, there'd be no difference between accessing a value and searching for a value. While I'd prefer a N/A in the table, that's the best explanation I can come up with for why there's a linear time listed. Am I missing something? [link] [comments] |
Posted: 08 Jan 2019 12:12 AM PST I print "(f"You have {cheese_count} cheeses!")" using MacOS. The file ran perfectly on shell, but crashed when I input "python ex19.py" on bash. Then I managed to run the file by inputing "python3 ex19.py". I am curious about this question. [link] [comments] |
Do you actually find programming "Fun" ? Posted: 07 Jan 2019 06:12 AM PST hi guys, i have a bit of a weird question but do you guys enjoy programming? like is it actually fun for you. i really like the idea of it and the idea of making something from scratch but i dont find it as fun as games (which i am a bit too attached to..) i know i have a bit of a problem with gaming and i know i want to be a programmer but forcing myself to learn/practice is such a chore. idk i feel stuck. [link] [comments] |
Hey, can anyone point me to the right direction? Posted: 07 Jan 2019 08:18 PM PST Basically I'm a beginner, and wanted to start learning python first, then jump to JavaScript and html, Is this advisable? Also, any online courses that you would suggest? Thanks alot! [link] [comments] |
Posted: 07 Jan 2019 11:40 PM PST My question is about something in this guide here - https://www.odata.org/getting-started/understand-odata-in-6-steps/ I am confused about why the URL https://services.odata.org/v4/TripPinServiceRW/People was used in the requests for until Step 3 but after Step 3 the URL https://services.odata.org/v4/(S(34wtn2c0hkuk5ekg0pjr513b))/TripPinServiceRW/People)/TripPinServiceRW/People) is used. What exactly does the added (S(34wtn2c0hkuk5ekg0pjr513b)) represent and why was it added? Is there something I'm missing here? [link] [comments] |
Visual Studio 2017 windows form app (c#) basic stuff just need help with a tiny bit of code Posted: 07 Jan 2019 11:37 PM PST Some i'm trying to create a simple form log-in app for college, now I understand what I've done for the first count (if password and username is blank display message box) but i'm trying to code it also so if the username OR password are incorrect i get the same message. At the moment I just get two messages one after another counting as two attempts not one :( thanks anyone who helps haha Form2 form2 = new Form2(); // create a new version or instance of Form2 form2.Show(); // Display form2 this.Hide(); // Hide the current form (form1). Clipboard.SetText(usernameTextbox.Text); } else { if (usernameTextbox.Text == "" || passwordTextbox.Text == "") { count++; if (count == 1) { MessageBox.Show("Your username or password is incorrect. " + count + " attempts out of 3 have been made. Please try again"); } if (count == 2) { MessageBox.Show("Your username or password is incorrect. " + count + " attempts out of 3 have been made. Please try again"); } if (count == 3) { MessageBox.Show("Your username or password is incorrect. " + count + " attempts out of 3 have been made. Please try again"); this.Close(); } else if (usernameTextbox.Text != "Ashley Hughes" || passwordTextbox.Text != "Spartan117") { count++; if (count == 1); } MessageBox.Show("Your username or password is incorrect. " + count + " attempts out of 3 have been made.Please try again bastard"); [link] [comments] |
I need help creating a basic inventory for a school project in pygame 2.7 Posted: 07 Jan 2019 11:25 PM PST I've just started learning pygame, and for an assignment I need to create a 5 item inventory which can move items around and take in new items from the game. I have no idea of how to do this, so any pointers would be helpful. [link] [comments] |
At what point should I start making my own projects? Posted: 07 Jan 2019 12:39 PM PST So I've not long started the mooc course, which is working pretty well. I'm currently only on the second week, so it may be a bit too early, but I want to actually start applying my knowledge. Another question, what kind of projects would you suggest starting, whether it be now or a bit later down the line. [link] [comments] |
How to design a Offline Website? Posted: 07 Jan 2019 11:09 PM PST Im a beginner in programming and i tried to program a website using a notepad, but i want to design it like a real website with colors not only black and white. Can someone give me a link to how to do it also a free tutorial/software [link] [comments] |
What would be the best way to control your minecraft player with a script? Posted: 07 Jan 2019 10:56 PM PST so im wondering if it would be possible to use a script to control my character. i might be completely wrong about this, but at the very basic, i should theoretically be able to use a certain program to write a script that automates key presses and write the script in such a way that i my player keeps walking forward and mining. Now of course thats incredibly rudimentary and won't have much uses. But im thinking is there anyway to use a program that can recognise what it is seeing on the screen? Like i can make a program that keeps pressing "w" while detecting if there are flowers on the screen then move towards the flower and collect it. Also I've noticed in the debug UI in minecraft (the one that comes up when you press F3) you can actually see what you're looking at (for example it says if you're looking at a stone block or iron ore) and some other stats. Is it possible to access that in a script? So basically im looking for a way to turn my minecraft character into a bot and i want to know what the best way to do that is and if i can actually pull information directly from minecraft [link] [comments] |
Can y’all give me some tangible reasons as to why I should learn to code/program? Posted: 07 Jan 2019 09:59 PM PST I've spent the better part of an hour looking for reasons to teach myself to code. Most, if not all, of what I get are multiple parts to the same reason. It sums up to greater job security and freedom. That in itself is a pretty good reason, but I want to know the more tangible reasons. Are there any everyday things that I can do with a programming language? Are there any everyday problems that coding can help me solve? I'm majoring in Wildlife Conservation and Natural Resource Management. In the future we will be teaching Python to 3rd graders, but will there be anything in the near future that programming will help me in an environmental science career? [link] [comments] |
Hi! Can someone tell me how the best way to handle user input data? Posted: 07 Jan 2019 09:55 PM PST Obligatory sorry, I am quite frustrated with how I should go about structuring this seemingly simple concept I have. I am trying to make a program that basically compares things that the user inputs. So let's say the user inputs that he has something called a cube. The cube also has a hole in it. And this hole is created by a certain tool. This information would be stored and kept for future use, after the program has halted, and restarted later. So let's say the program has a few different cubes in it, each with different holes and features on them, made with tools (some being the same, and some being different). Some cubes have more than one hole, thus maybe requiring more than one tool. Now I want the program to be able to look at all the cubes, and tell me what they have in common- such as, hey these two cubes use the same tool. I am familiar with objects and classes, but am finding it hard to apply them. I've considered making each cube have its own file, and perhaps having the program open each file one at a time and find comparisons, but that seems very inefficient. I'm straddling with java and c++ right now, and I am still a novice programmer so be gentle! :) If I need to explain in more detail please let me know. I'm not asking for code, more like a way to arrange these "cubes", their features, and details of those features. [link] [comments] |
Good resources to learn these c++ topics Posted: 07 Jan 2019 09:42 PM PST I am trying to get ready for this assembly language course im taking in the next week. It uses the book computer systems a programmer's prespective and covers the first 6 chapters. I already asked about pointers/recursion, and think I have good resources for those if not post some more here. I am looking for now good resources to learn structs, stack/heap, and linked list. [link] [comments] |
How should I go about making a desktop notification program for windows 10? Posted: 07 Jan 2019 05:53 PM PST Hello. I have a good amount of scripting experience but have never made a program.. I want to make a software or something that uses windows notifications, and possibly incorporates some kind of to-do list. Could anyone give me a rough overview of the best way to approach this? I think just knowing which softwares to use would be the biggest help. Thank you [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