Physical books you recommend from Amazon about knowing the concept and theory of Computer Science/Programming in general for beginners? learn programming |
- Physical books you recommend from Amazon about knowing the concept and theory of Computer Science/Programming in general for beginners?
- Is there any website/resource that lists Best Practises for various programming languages?
- You guys have made me not excited about getting a degree in IT.
- List of Python Learning sites
- Is it normal I always feel bad at programming?
- Can I automate a web browser?
- Making an executable file from my python program
- Building on the blockchain: fees too expensive?
- Mobile Automation Help: Microsoft Edge Searches. Can this be done with Python?
- I want to start learning, but I feel overwhelmed and have no idea where to start
- Laptop Suggestions?
- [Homework]2’s complement fixed point and floating point representation
- Discord for Learning Python
- What filetypes are used by Google/Facebook..etc to store information on databases.
- Sum of For loops says my answer is wrong when its not
- In Visual Studio 17 is there a way to hide the logged in user name?
- Hey, I would like some help with starting out.
- What's next after I've created a wordpress
- Using bitwise to generate a uuid.
- Host an mp4 file so I can stream it to Android devices
- From where is my code pulled when I do "git pull"?
- Should I drop C and focus on Java?
- Good place to learn c++
- How to insert styling from forms?
Posted: 07 Jan 2018 02:53 PM PST Books that show beginners the theory and ways to think like a programmer. [link] [comments] |
Is there any website/resource that lists Best Practises for various programming languages? Posted: 07 Jan 2018 04:49 PM PST There are millions of courses out there that teach you the basics of programming languages but I'm yet to find a single website/resource that teaches you the best practices. This is where I'm getting stuck. I know HOW to code but I don't know the BEST WAY. I can solve problems but it's usually ugly, slow, overly complicated and inefficient. For example, I know how to use Grid and Flexbox but I'm still unsure about when to use each. I know how to use margin-right auto and flex-direction row to right-align items but I'm unsure when to use each. I mean I could code an entire website in tables for the layout. It would work, but it's not best practice. So does anyone have any good resources for best practices? [link] [comments] |
You guys have made me not excited about getting a degree in IT. Posted: 07 Jan 2018 08:06 PM PST I have to start school tomorrow, and my classes are all full of ITM classes. I see threads about members here just bashing IT and it has completely ruined my mood and has made me think it is a useless degree to get. I did not want to do computer science because of all the coding/programming. Now I feel like I'm about to waste another semester and feel like this degree is such a joke. My motivation to get through this program has actually been destroyed. What's the point of me getting a job in IT when I will just get outplayed by someone who has a computer science degree? I now feel like I have to get a computer science degree or atleast minor in it so I don't get outplayed. What jobs can I even get with an Information technology and management degree? Computer Systems analyst? Database administrator, software engineer? [link] [comments] |
Posted: 07 Jan 2018 10:34 PM PST Here is a curated list of Python learning sites - https://www.cybrhome.com/topic/python-tutorials Please let me know if your favourite site is missing in the list. Cheers! [link] [comments] |
Is it normal I always feel bad at programming? Posted: 07 Jan 2018 07:29 AM PST Hi everyone. First things first, I only know Python. I started learning programming (without any previous experience) about 8 months ago. It's been like that since beggining, but usually it looks like this: I find something that is new to me at the moment and try to make it and once it's done, I feel like it was so easy there's no point to even bother telling anyone. To give an example, when I started learning Django, I had no idea how to make a web-browser game (like the one that were pretty popular about 10 years ago) so I gave it a shot and while it wasn't easy for me at the time, I did it. I also made an online meme generator which sounded like a good idea. But after finishing both, now I feel like they are really basic projects and nowhere near what I could put into my resume. I feel like the more I learn, the less proficient I am. That's not the case of course, but it discourages me a bit. Do you have similar experiences? [link] [comments] |
Posted: 07 Jan 2018 08:40 PM PST Recently I've been wondering if I'm able to control my web browser when something happens, i.e. when a tab's name changes, but is that possible? [link] [comments] |
Making an executable file from my python program Posted: 07 Jan 2018 12:56 PM PST My whole program is in a folder atm and I would like there to be an .exe file instead of running main.py each time. Would I be able to do this? My program consists of main.py (the main file), along with several .ui files as my program uses PyQt5. There's also a .json and .pkl file in the folder, along with many .png files and .txt files. Can I make an executable with this? [link] [comments] |
Building on the blockchain: fees too expensive? Posted: 07 Jan 2018 09:58 PM PST I've managed to put together an MVP of a project I had an idea for which stores and verifies records in Bitcoin, the problem is that the cost of fees alone don't make it worthwhile and while I could port it over to Ethereum I suspect I'll have a similar issue. Is this why there are so many new coins being released every day? Is there any other way around this? Thanks [link] [comments] |
Mobile Automation Help: Microsoft Edge Searches. Can this be done with Python? Posted: 07 Jan 2018 06:04 PM PST Hey guys, hope everyone has had a wonderful holiday season. I've begun contemplating a script idea that I want to perform on my mobile device by which I automatically search a couple pre-written phrases on Microsoft Edge Mobile upon activation. Does anybody know of a way to do something like this? Any and all advice would be great. I've downloaded apps like MacroDroid, and Automate for my Samsung Galaxy s5, but I haven't begun to scratch the surface. Is there an easy way to use Python on mobile? And if so, how could I go about getting the desired results. [link] [comments] |
I want to start learning, but I feel overwhelmed and have no idea where to start Posted: 07 Jan 2018 08:39 AM PST I'm hoping to make a career change and I'm planning on going back to university part time start September. I was hoping to start learning now so I can keep up with the other students. My alma mater is a great school, the University of Toronto, which frankly makes me very nervous about whether I'll be able to get through the CS program, especially since I haven't done anything technical or mathematic in over a decade. The problem is, it's completely daunting. I've been considering starting a course from Udemy or something similar, but there are so many options it seems so easy to go wrong or waste my time. [link] [comments] |
Posted: 07 Jan 2018 06:46 PM PST Hey programmers of Reddit, I am just getting into web development, but I don't have a machine to really work easily on (currently working on a Chromebook). I want to get a Windows machine, but was wondering if ya'll had any suggestions for brands, models, etc? Thanks! P.S. Sorry mods if this isn't an OK post. [link] [comments] |
[Homework]2’s complement fixed point and floating point representation Posted: 07 Jan 2018 06:23 PM PST Hello! Could you please review, if i have done it the right way? Express the following numbers in 2's complement notation: 66 -66.625 a) in the fixed-point format as the 16-bit numbers (including the sign field) with the binary point in the same place: 66: 0000 0000 0100 0010 -66.625: 1111 1111 1011 1101.0110 b)in the floating-point format as the words that contain a 16-bit mantissa field and the 8-bit exponent field (including the sign bits of mantissa and exponent), so that both numbers have the mantissas with the same binary point position and their exponents are different. Do not write the requested floating point numbers in normalized forms. 0 S 00000111 E 1000 0100 0000 0000 M 0.515625 x 27 = 66 Still can't figure out, how can i write the representation for -66.625? Could you give me some pointers? [link] [comments] |
Posted: 07 Jan 2018 10:38 AM PST Hey everyone, I've set up a discord. I want this to be a place where you can share and get collaborating on projects, learn and get help with python programming. FEATURES: Share your open source projects and get collaborating. Monthly programming challenges. Daily python tips, tricks and tutorials. Python programming clinic were you can get one-to-one help with any problems you might have. Here is a link to the discord: https://discord.gg/aTtpEft THIS IS RUN BY ME AND NOT THE MODS ON THIS SUBREDDIT [link] [comments] |
What filetypes are used by Google/Facebook..etc to store information on databases. Posted: 07 Jan 2018 07:54 PM PST For example, what kind of file does Google use to store indexed web pages for search. or What does Facebook use to store a user's information or chat history? Thanks in advance. [link] [comments] |
Sum of For loops says my answer is wrong when its not Posted: 07 Jan 2018 07:50 PM PST I am learning to code in python and I am doing the exercises from Codeabbey.com(http://www.codeabbey.com/index/task_view/sum-in-loop). I'm on the second assignment and I think I pretty much got everything down. Input data is exactly like this: 36 275, 453, 1065, 614, 1218, 312, 945, 246, 676, 59, 407, 178, 1184, 718, 142, 291, 215, 749, 920, 339, 233, 103, 665, 301, 1039, 1142, 1189, 258, 982, 901, 647, 1248, 54, 411, 561, 1262 SO I wrote my code like this: sum = 36 for x in [275, 453, 1065, 614, 1218, 312, 945, 246, 676, 59, 407, 178, 1184, 718, 142, 291, 215, 749, 920, 339, 233, 103, 665, 301, 1039, 1142, 1189, 258, 982, 901, 647, 1248, 54, 411, 561, 1262]: sum = sum + x print(sum) The answer I got was:22038 The expected answer was:22038 It keeps telling me my answer is wrong!!!!! dont think its a user input problem because it tells me to put this data in my code [link] [comments] |
In Visual Studio 17 is there a way to hide the logged in user name? Posted: 07 Jan 2018 12:29 PM PST In Visual Studio 17 is there a way to hide the logged in user name? I am making videos and would rather not have my legal name showing, is there a way to hide or remove the feature? I looked around yesterday and didn't find anything in the menu's but I was not exhaustive. Just now I attempted to google and the keywords for this topic generate a huge amount of legitimate but unrelated info. Thought I would ask here. Have a good day everyone. Thanks for fielding questions. [link] [comments] |
Hey, I would like some help with starting out. Posted: 07 Jan 2018 10:51 PM PST I would like to start learning to code as a hobby and something to do. I'm just having trouble thinking of what to code, I'm thinking of making a batch rename script to organise my music collection by artist ect. Is this a easy enough project to start with? I'm thinking of using python. Background: I have basic experience in Linux but none in python. The main reason why I want help is because I started learning to code with codeacademy, but found it boring. By the way I'm 14 if that effects anything. Thanks for the help guys. [link] [comments] |
What's next after I've created a wordpress Posted: 07 Jan 2018 10:43 PM PST Might not be the best place to look for the answer. If it's not I'll delete thread. However, I've making a website for this summer. I kind of got the shape of everything in wordpress, however, what now? I want to upload it on a host and get a domain for it. Can anyone help how to do that step by step? [link] [comments] |
Using bitwise to generate a uuid. Posted: 07 Jan 2018 06:40 PM PST I understand the use of the | bitwise operator on a basic level but I'm struggling to understand its use in this block of code. Actually tbh I don't understand much of this code. If it's too tedious to explain even a point in the right direction like a link would be appreciated. [link] [comments] |
Host an mp4 file so I can stream it to Android devices Posted: 07 Jan 2018 04:28 PM PST Hello, I have an MP4 file I would like to stream to Android devices. I know how to do this on the Android side. I do not know how what to do on the backend side. This is a private video; I do not want people to access it without the Android app. What is the easiest way to do this? [link] [comments] |
From where is my code pulled when I do "git pull"? Posted: 07 Jan 2018 10:16 PM PST Hello I don't think this is the best place to ask this question, but I don't really know where else I could ask it. I started learning git a while ago anf have always been doing "git pull" to get all the code from the branch which has the same name as the branch on my local computer (I think...). I am now reading a book entitled "jump start git" by Shaumik to have a better understanding of git and it seems like to correct way to pull is to do this "git pull remote_name" . So I would like to know to what does remote_name equal when I ommit it? How can I find the exact name of remote_name? FYI I am using the terminal on Ubuntu Thanks [link] [comments] |
Should I drop C and focus on Java? Posted: 07 Jan 2018 10:12 PM PST So, I'm currently studying at a uni and we have a C course here. This was the first time I started doing programming and I loved it. I've really gotten into it, made over 200 little C programs, made a tic tac toe game, made coverters, programs for working with strings and numbers,used structures and input and output using the stream, I really think I did plenty and it made me realize how much I liked programming. Next year I'm moving with my SO abroad and we're both going to be studying CS there. Starting from first year because the structure of the courses is different. At that uni they start from java, so I've started learning it a bit. My question is, should I continue learning C at my uni or focus 100% on java which I will be needing next year? I'm having a really tough time right now. Feeling guilty for not studying C anymore but also irresponsible for not focusing on the language that I'm really gonna need. Anyone advice? Thoughts? [link] [comments] |
Posted: 07 Jan 2018 05:54 PM PST Are there any good online courses or anything like that teaching c++? [link] [comments] |
How to insert styling from forms? Posted: 07 Jan 2018 03:41 PM PST I have a bootstrap form where a user can put the heading, sub heading, image url and description. I export these value to the blog page and show it there for dynamic display. However my display blog page has various styles including different fonts, font weights for sections, sub sections etc. Do I have to change my form and add various input elements like title: h1: h2: img: description: h3: section: sub section: etc Or is there an easier way to do this? [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