What is a term (or a basic concept) that beginner's tutorials etc. tend to use, assuming you already know what it means, that confused you? learn programming |
- What is a term (or a basic concept) that beginner's tutorials etc. tend to use, assuming you already know what it means, that confused you?
- I am a sophomore pursuing Computer Science , my college is not that good , can I get some help from you guys ? Please help me and provide links of courses that I should have knowledge of to get a high paying good job in Microsoft or Google. I know Java , C ,C++,python. I am a noob please excuse me
- How do I use Steam's webAPI
- After 26 days of coding, I am very proud to release my fully functional, multi-user Trello Clone.. and I'm open-sourcing it!
- What am I doing wrong when constructing this class?
- ( C#) What kind of practice projects would you recommend?
- Learning path to Data Analysis
- help
- Hey guys, Please review this C++ tutorial playlist on YouTube. How's the programme structure and level to which it goes.
- When to use a command line instead of a programming language like C?
- How to load win32com Excel worksheet to Pandas df?
- Should I use C#, Python or something else for my school project?
- HOW TO SAVE PYFIRMATA CODE IN ARDUINO BOARD (EMERGENCYYYY)
- How to not get overwhelmed with the amount of stuff to learn?
- First c++ project
- What is a test case in unit testing?
- What does logically mean in Computer Science?
- Has anyone done the Front End Web Development Cert from Harvard Extension School?
- best techs for one code-base-do-it-all approach?
- Calling an API through protobuf in java
- Online communities/Discord servers for intensive learning for intermediate programmers?
- I’m planning on self studying these math classes for a PhD. What else do I need to learn?
- Where do I start to get some basics and free certificates; am totally lost.
Posted: 26 May 2021 08:07 AM PDT I'll go first. I started my journey a little over a year ago, and have been focusing mostly on Python. What tripped me up was when I would take a course and the instructor would say something like 'this is a high-level concept' or a 'high-level view of a project'. Maybe this makes me sound daft, but I was picturing... like how you level up in a video game or something. The higher the level, the harder it must be, right? But alas, finally figured out it meant more of 'a bird's eye view' type of deal. Needless to say, I was confused as to why I was learning such 'high level concepts' at the beginning, thinking they meant advanced concepts, not broad or sweeping ideas haha. Anyone else have a story like this? Edit: clarification. [link] [comments] |
Posted: 26 May 2021 11:02 PM PDT Please suggest me courses (preferably FREE) which might help me to achieve my dreams. I just want to make my parents happy . I hope you guys help me as a small brother who is need of help and guidance. [link] [comments] |
Posted: 26 May 2021 09:25 PM PDT As the title says, I want to learn how to use Steam's Web API. More specifically, i want to retreive a player's library, put each item into a list, and randomly pick a game from that list. and if possble, also launch that randomly selected game. However, I don't know what language I need to use, how to even do this project or how to use Steam's API. To be a little more specific I want to be able to just launch this program, as a file on the desktop and it would retrieve my steam library, and randomly pick a game for me. I know C, C#, Java, JavaScript, a little Python, and a little C++ Can anyone help me? [link] [comments] |
Posted: 27 May 2021 12:26 AM PDT If you're interested, you can check out the site here: https://trello-clone-dun.vercel.app/ And of course the code here: https://github.com/jarrodwatts/trello-clone I don't really have anything to do with the project now so I decided to make the GitHub repo public and share it with this sub. Maybe it will help inspire someone to build their own project with a similar stack - and I would be happy to help/answer any questions! I built this website using AWS Amplify and Next JS, using: - Next JS (A Popular React Framework) - Material UI for the design - TypeScript for the language - Vercel for the deployment and AWS Amplify's built-in: - Authentication (uses Amazon Cognito behind the scenes) - GraphQL API (uses AWS AppSync behind the scenes) - Database (uses DynamoDB behind the scenes) [link] [comments] |
What am I doing wrong when constructing this class? Posted: 26 May 2021 10:07 PM PDT In my driver file, I am trying to create an object of the RemoteFileSystem class. But for some reason, my IDE is telling me that I am not correctly calling the constructor of the RemoteFileSystem class. It is underlining the "myHost" parameter that I am passing in, with a red squiggle. Below is my driver file and the .h and .cpp file for RemoteFileSystem (I have deleted the non-relevant sections of these files to make them easier to read. I AM HAVING TROUBLE EDITING MY POST TO SHOW MY CODE PROPERLY. ALL THE CODE IS IN SEPARATE FILES Here is my driver file: /~~~~~~~~~~ /~~~~~~~~~~ [link] [comments] |
( C#) What kind of practice projects would you recommend? Posted: 26 May 2021 03:17 PM PDT I finally have some free time and want to practice what little I know and remember what I may have forgotten already, but I don't think CodeWars would be enough. What kind of projects should I do? what did you do when you started? The only thing I can think of is a calculator, also should I make these practice projects as console apps or something else, like an app with actual interface? [link] [comments] |
Learning path to Data Analysis Posted: 26 May 2021 10:51 PM PDT Hi to all of you, I'm hoping that you will have a good day! Now, I'm on a mission to become data analyst, I have ok knowledge of python, I finished MySql course on Udemy but now I dont know which course to take next? I cant decide which one is right for me, should I learn Pandas, numpy, matplotlib separately or should I take some course that covers it all and which course? [link] [comments] |
Posted: 27 May 2021 01:07 AM PDT So this is a script that I have found but the two rows that I made bigger dont make sense to me, cacn someone please tell me what they do in there import pandas as pd df = pd.read_excel('link to excel file.xlsx') sum_row=df[["column 1", "column2"]].sum() df_sum=pd.DataFrame(data=sum_row).T df_sum=df_sum.reindex(columns=df.columns) df_sum [link] [comments] |
Posted: 27 May 2021 01:01 AM PDT |
When to use a command line instead of a programming language like C? Posted: 27 May 2021 12:59 AM PDT So, on my researches I found that C is used for low level programming. What about command line (powershell for example, on windows)? Does command line has more access to computer than a language like C? [link] [comments] |
How to load win32com Excel worksheet to Pandas df? Posted: 27 May 2021 12:46 AM PDT I have the following code: Now I'd like to take the [link] [comments] |
Should I use C#, Python or something else for my school project? Posted: 26 May 2021 08:24 AM PDT Hello guys, I would like to ask for your help in deciding which language to use for a project in my school. This project equal to a whole course (we do a project for a business and based on that we get our grades) and it's due on august (summer class). I have taken 3 programming classes so far in school and "learned" (not really, just the very basics) java, c# and c++. In my java and c++ classes we only programmed in console, meaning we didn't develop any GUIs. I used eclipse for java and visual studio for c++. I think the class I like the most was the c# because we developed some basic programs but we also created the interfaces and that helped me understand a lot better. In that course I used visual studio and the form designer. Although the interfaces looked very basic (some might say rudimentary), they were easy to make as you can add the buttons, checkboxes, labels, and other things manually and then program the functionality of them. And I didn't have to think a lot about the "design" and could focus on how the program works. For my project I have to make like a database for a doctor's office, but very basic, it only needs to: -save patients info (name, phone#, email) -save in a calendar the appointment -save patient payment -create report of month's appointment and payments -maybeee... send an email to the patient before the appointment (although this is extra, not required). Some other things: -A friend of mine recommended python and they said it's super easy to learn. -I like c# because of the design form -I don't like java -C++ is whatever I think I could use it, but then again I don't know if there's an IDE that would let me create the interface like visual studio with the design form. Sorry if I'm rambling I just want to get it all out. My questions are -I've been watching some python videos and it seems easier than the other languages I've learned in school, however is there an IDE that I can use to create an interface like visual studio with the design form?? I already searched things like "python interfaces" "how to create a python interface" "design form python" etc., but everything I found is about coding the interface which I think it will add a lot to my work. But I don't know, maybe it's worth it, what do you guys think? -Is visual studio good enough for python or would you guys recommend another IDE? -Do you guys think it's a good idea to program my project with C# although the interface looks kind of basic? I know maybe it's ok for school but if want to show it to a future employer will they see it and laugh at me? -In general, do you have any advice, a better option that you guys recommend for my to start my project? The class just started this week and the project is not due until august so I have some time! Thank you for your time reading all of this! [link] [comments] |
HOW TO SAVE PYFIRMATA CODE IN ARDUINO BOARD (EMERGENCYYYY) Posted: 27 May 2021 12:31 AM PDT Hi I have Arduino project and I want to use pyfirmata to do it just because I know python better than Arduino now the question is or the problem is the Arduino does not save the pyfirmata code so I can run it later how to solve this problem? [link] [comments] |
How to not get overwhelmed with the amount of stuff to learn? Posted: 26 May 2021 11:23 AM PDT Learning front end development right now, and thinking about the amount of stuff that I need to learn to have a chance to get a job is overwhelming. How do you all not get overwhelmed? [link] [comments] |
Posted: 26 May 2021 01:03 PM PDT So pretty much a beginner first real project I did on C++ Wondering if this is pretty good. Wondering if it's possible that instead of saying "your name is **** and you were born in 5" It could say the actual name of the month? The age is still wrong my birthday is in July 15 it should be 28. Not really sure how to do that correctly. Any tips about cleaning it up? Easier to read? [link] [comments] |
What is a test case in unit testing? Posted: 27 May 2021 12:16 AM PDT I understand a unit is the smallest part of the code that does a single functionality. Is the test case considered to be the situation that the unit can be in to be tested or is the test case considered to be input for the testing? I was reviewing my old notes and was seeing both ways being used for the word test case but I was not sure and got confused. I could not find a concrete answer anywhere either [link] [comments] |
What does logically mean in Computer Science? Posted: 26 May 2021 03:24 PM PDT For example, "each VPC you create is logically isolated from one another." Please also define in a general sense because I remember hearing it used in another context. [link] [comments] |
Has anyone done the Front End Web Development Cert from Harvard Extension School? Posted: 26 May 2021 08:16 PM PDT I've been thinking in taking this program instead of joining a bootcamp. In my perspective this seems more legit having it on your resume then a random coding bootcamp. If anyone has taken or currently enrolled please let me know how it is, if it's worth it or not. Also if a better alternative is out there please advise. Thank you in advance. [link] [comments] |
best techs for one code-base-do-it-all approach? Posted: 26 May 2021 11:41 PM PDT I want to develop light weight web&mobile apps on my own as a hobby and I'm looking for proper languages and techs for my need.
so these are my requirements. my current choice is flutter + firebase and I wonder if there's something better. I would appreciate any suggestions. thank you very much for reading. [link] [comments] |
Calling an API through protobuf in java Posted: 26 May 2021 11:40 PM PDT I have been given details of an API which include a URL, method (POST), header(a token) and a .proto file with description of it fields. Normally I would have used HttpClient-HttpPost for making the request but I have never worked with Protobuf before. The only information I have gathered after searching onlone is that I have to compile the .proto file to a .java file before then work on it. I've already compiled that. But I have no idea what to do now. So if anyone knows can you please share any relevant information like any libraries or any brief components that I should do? Thanks you. [link] [comments] |
Online communities/Discord servers for intensive learning for intermediate programmers? Posted: 26 May 2021 09:15 AM PDT Hi all, I'm spending 10+ hours a day improving my general programming skills (challenges, etc.), and study of data structures and algorithms for interview prep. Does anyone know any communities with ppl intensively studying these topics? [link] [comments] |
I’m planning on self studying these math classes for a PhD. What else do I need to learn? Posted: 26 May 2021 07:15 PM PDT I'm gonna study these in order:
I know there are other things I need to know but in what order do I learn the other math subjects like number or graph theory and abstract algebra? Thank you. I also plan on studying statistics too. [link] [comments] |
Where do I start to get some basics and free certificates; am totally lost. Posted: 26 May 2021 10:57 PM PDT Hey guys, to start off a bit of a background, I'm in early 30s with a career and a degree in intel without any current utilization of coding or cyber aspect. As any typical 30 year old I have some functional use of computers, but no specifics. Currently want to add some basic certificates from reputable courses online to gain some base level understanding of the programming with intent of moving a bit into cyber security, but I really need some foundations i.e. general knowledge to build upon and am not even sure where to start. Currently looking on coursera for courses for beginner programming https://www.coursera.org/search?query=programming& But am not sure how do others such as Google UX Design Professional Certificate, Google Data Analytics Professional Certificate etc fit into the picture. Am totally lost. [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