What have you been working on recently? [July 13, 2019] learn programming |
- What have you been working on recently? [July 13, 2019]
- ️ Becoming a Zsh (Oh My Zsh) Power User - [Now Free On YouTube]
- Can anybody explain the workflow of machine learning as a employee
- What kind of side projects should we be building for our portfolio?
- I’ve spent summer gaming for 8 hours/day, everyday. I still have a month left and want to start being productive. Where do I start?
- Should I be writing code cleanly as I'm implementing a solution or should I get the solution to work first and then try cleaning it up?
- Which programming language is better suited for my project? Python or C#
- Why use any other client-server RDBMS over PostgreSQL?
- HTTP Request illegal?
- Project ideas required(read details)
- JavaScript algorithm: How can I reverse a string in place with no built in functions?
- Best way to learn frontend with prior C++ and Python experience?
- Study Guide for beginner (DS&A)
- I want to create a dashboard for weekly reports at work, suggestions welcome
- I want to learn JavaScript. Any good advice?
- I dont like web development - I'm doomed?
- DHCP Behavior Question
- aspiring html5 developer
- Network Programming projects/resources?
- Simple final year project ideas?
- My first real project with C
- Help me with some problems
- Easy way to do video classification in python?
- How do you keep a personal project elegant?
- Getting module to call array in Fortran
What have you been working on recently? [July 13, 2019] Posted: 13 Jul 2019 09:10 AM PDT What have you been working on recently? Feel free to share updates on projects you're working on, brag about any major milestones you've hit, grouse about a challenge you've ran into recently... Any sort of "progress report" is fair game! A few requests:
This thread will remained stickied over the weekend. Link to past threads here. [link] [comments] |
️ Becoming a Zsh (Oh My Zsh) Power User - [Now Free On YouTube] Posted: 13 Jul 2019 01:08 PM PDT Hi all, I posted a comment here about a week ago in regards to my 🕹️ Becoming a Zsh (Oh My Zsh) Power User course. The course was originally on Udemy for $19.99, and I gave away over 100+ coupons to this subreddit as it's brought me so much value throughout my career. After spending a bunch of time sending out coupons via Reddit & Twitter, I decided to make my course completely free on YouTube: https://www.youtube.com/watch?v=MSPu-lYF-A8 I hope you all learn a lot, and if you don't have time to watch an 80-minute video, my Zsh configuration is in the description of the video! For the 100+ people who used the coupon, I'll have to take the course of Udemy in about a week's time when they see that it's on YouTube (sorry 😞). [link] [comments] |
Can anybody explain the workflow of machine learning as a employee Posted: 13 Jul 2019 04:12 AM PDT I did machine learning course in Coursera (Andrew Ng),He explained some mathematical concept regarding ml. I want to know what real life employees do, whether they create some new models or use some tool to train the standard models as an employee (not a researcher) and what are the tools available now [link] [comments] |
What kind of side projects should we be building for our portfolio? Posted: 13 Jul 2019 09:36 PM PDT Let's say our goal was to learn Full-Stack JS technologies really well - React/Redux, Node, Express, PostgreSQL, etc. If we create let's say a Personal Blog or E-Commerce store from scratch, would that look too "simple" to be a portfolio piece? Should we be optimally aiming to create a web app PRODUCT like some kind of app with users? Like what if I made an AirBnB clone with some tweaks to the features? How does making a Personal Blog or E-Commerce store compare to making an AirBnB / Twitter clone with modifications? [link] [comments] |
Posted: 13 Jul 2019 07:32 PM PDT So I'm a sophomore in high school and have pretty much done nothing this whole summer break. I've recently gained some random burst of motivation and I really want to shift some of my daily attention to doing something productive (learning programming). I started reading ATBS by Al Sweigart last year but my motivation kinda startled dwindling down and I had stopped within 2 weeks. I'm ready to start back up again, is there a good method for keeping that drive to learn and staying motivated? [link] [comments] |
Posted: 13 Jul 2019 11:16 AM PDT I wrote a python script and even though I am only using it for one purpose I want to make it modular for practicing sake. As more and more stuff worked the function I initially made just got bigger and bigger. When it did what needed it to I kinda lost all motivation to fix it up since I know I'm not gonna be using it again. That's how some other things I worked on went and k feel kinda bad. I want to know if it's normal to code like that initially and then optimize readability and modularity and if I'm just being lazy. [link] [comments] |
Which programming language is better suited for my project? Python or C# Posted: 13 Jul 2019 09:21 PM PDT So recently I created a small C# library that allows me to "profile" a method by calculating how much it takes to run, fastest and slowest execution times, averages, etc. My plan now is to export it all to a text file and create a visualizer that extracts all the data from the various methods stored in the file, parses them, and displays them to the user in the form of graphs and pie charts. The question I have now is, what would be the better approach, to use visual C#, or use python? What are some possible pros and cons? Any particular libraries I should be taking a look at? Thanks in advance! [link] [comments] |
Why use any other client-server RDBMS over PostgreSQL? Posted: 13 Jul 2019 04:14 PM PDT So I've been reading about SQLs lately and it seems that while stuff like SQLite have their usage for mostly embedded systems that don't deal with massive amount of elaborate data, sometimes you need something bigger like a client-server database, something like MySQL, PostgreSQL, Firebase, Microsoft SQL, Oracle database, etc. But it seems that a good portion of these are subscription based, and of all the free ones, PostgreSQL is the one most recommended to learn or for general use, even when paired against the subscription based ones, it seems from what I've found on the internet, people still pick PostgreSQL... Which begs the question, why use any of the others? How do the paid ones still exist in the first place if a free alternative that does it better is on the market? Why would a company or a developer use MySQL or Firebase over PostgreSQL? What cases are there that call for using something other than it? [link] [comments] |
Posted: 13 Jul 2019 08:41 PM PDT Hey guys, I am working for a company that has to gather tons of documents online using several different websites. I looked into it and found that it should be easy enough to just use HTTP request and edit the URLS to get the data needed. i.e. www.getdata./com/document?id=1 and just change the values programmatically to get what we needed. We would do the same with API's as well. One of my coworkers asked if this would be legal I thought about and realized how simple SQL injection is and how it seems to work under the same principle and am concerned. Should I finish my code? Is this frowned upon or even illegal? [link] [comments] |
Project ideas required(read details) Posted: 13 Jul 2019 11:49 PM PDT I have just completed a c++ course on udemy. I want to practice my skills. Do you have any ideas for a project that would cover oop, polymorphism, I/O streams etc. ? [link] [comments] |
JavaScript algorithm: How can I reverse a string in place with no built in functions? Posted: 13 Jul 2019 11:44 PM PDT how can I make var str="12345" into var str="54321" with no new string? and NO built in functions. [link] [comments] |
Best way to learn frontend with prior C++ and Python experience? Posted: 13 Jul 2019 11:03 PM PDT Hi. I am working as software developer for over 4 years now, started as Embedded C++ developer and recently moved to Python in standalone console / qt apps and I am wondering what is the best way to learn frontend. I have read tons of resources and every one of them is targeted to beginners in programming world . I feel like I would be pretty bored trying to learn from these kind of courses explaining basics, but I struggle to find decent frontend HTML / CSS / JS crash courses suitable for someone like me. Do you have any recommendations? [link] [comments] |
Study Guide for beginner (DS&A) Posted: 13 Jul 2019 10:47 PM PDT Hey, I just recently started out with python and have been making some side projects using basic libraries. My goal is to start solving Leetcode/whatever you'd recommend problems. I know that you have to study DS&A for that. I was hoping if anyone could make an ordered list of what to study and in what order (and any recommended resources for the same) Assume that I am a total noob, except that I have a basic idea of python syntax. Any links to other guides would also be awesome! Thanks! edit: [link] [comments] |
I want to create a dashboard for weekly reports at work, suggestions welcome Posted: 13 Jul 2019 01:45 PM PDT I started an internship this summer as a business analyst, and we are having trouble keeping close track of how much work is getting done by each member of the team. There has been no tracking before and the best we have now is manual entry by one of the analysts into an excel sheet (when they are already busy enough). Even if it takes time, my goal is to build a web dashboard that allows each member to input their information, and make it viewable to everyone. Once I get the difficult stuff done I can also start to make some cool visualizations and such. I'm confident in my python skills and just started picking up JS/CSS/HTML so I can build things on the front end. I really don't know how to start so any advice would be awesome. [link] [comments] |
I want to learn JavaScript. Any good advice? Posted: 13 Jul 2019 06:29 PM PDT A friend and I are anting to teach ourselves JavaScript and was hoping I could get some advice and maybe pointed in the right direction to start such a thing! Any feedback would be greatly appreciated! [link] [comments] |
I dont like web development - I'm doomed? Posted: 13 Jul 2019 06:11 PM PDT I have been programming for many years in the college. I know the basics of Java, C++, haskel, SQL, and python. Im looking for a job as a developer but everything I find is web-related. Why I dont take those jobs? Because I dislike everything which is related to web developing. I'm doomed or there still hope for me? Where I should look at? [link] [comments] |
Posted: 13 Jul 2019 09:42 PM PDT In a DHCP implementation following rfc2131, is a DHCP packet containing duplicate options undefined behavior? e.g.: Would an appropriate action for the node to drop the packet or does the robustness principle apply and some processing be done to deduplicate the options? [link] [comments] |
Posted: 13 Jul 2019 09:36 PM PDT im hoping anyone who is willing to share or discuss knowledge on html5 and using the netbeans API [link] [comments] |
Network Programming projects/resources? Posted: 13 Jul 2019 09:28 PM PDT So I'm trying to pick up Network Programming but I can't find any resources that are good for it. Are there any good books, or YouTube videos that are good to learn from (that are C, C#, or Python based)? And are there any projects that are good/essential to make? [link] [comments] |
Simple final year project ideas? Posted: 13 Jul 2019 09:25 PM PDT After slacking off for 3 years I've finally managed to get into the final year, but because of the aforementioned slacking I'm, simply put, quite incompetent at anything CS related. Now I'm in the final year we need to work on a major project, and when deciding on groups, contrary to my plans, put into the same group as 3 of my friends who are as dumb as I am. Anyway I need the degree and I'm willing to work hard this year, are there any projects which are simple enough to be learnt in 6 months and finish in 1 year? For reference I'm from India, have some knowledge of Python (preferred), Java, C++, C, Datastructures, and other basics. I like maths so complexity in that area won't be a problem. I don't know and have failed all papers in networks, electronics etc. Any suggestions? [link] [comments] |
Posted: 13 Jul 2019 09:06 PM PDT This is my first (presentable) project i made with C. it's a remake of the hangman game in the console. Let me know what you think :D [link] [comments] |
Posted: 13 Jul 2019 08:47 PM PDT Please give the solution for the following Problems. 1) Find the total no. of ways to reach nth step on stairs, if a person can take 1,2 steps any number of time and 3 steps atmost 1 time.(Extension to Stair Case Problem) Ex: I/P: n=4 O/p: 7 {1,1,1,1},{1,2,1},{1,1,2},{1,3},{2,1,1},{2,2},{3,1} (these are the 7 possible combination) 2) Find all possible divisor of a number n.(Constraint: n<=10^15) Ex: I/P: n=12 O/P:1,2,3,4,6,12 P.S:I am getting Time Limit Exceeded(TLE). 3) Given t positions of queen on n*n chessboard, output true if they all can positioned on chess board without attacking each other. Ex: I/P: n=8 t=6 {2,1},{4,2},{6,3},{8,4},{3,5},{1,6} O/P:True [link] [comments] |
Easy way to do video classification in python? Posted: 13 Jul 2019 04:59 PM PDT Is there any way to make a video classifier in python? There are easy ways for image classification: TensorFlow for poets etc. but I can't find anything for video classification. [link] [comments] |
How do you keep a personal project elegant? Posted: 13 Jul 2019 08:35 PM PDT How do you personally KISS and YAGNI with your personal projects? I'm a newbie that's "comfortable" with code now, but my architecture eventually becomes a mess. Scrapping it over and over isn't doing me any good. How do you avoid this? [link] [comments] |
Getting module to call array in Fortran Posted: 13 Jul 2019 04:48 PM PDT Hey, I'm recently trying to pick up Fortran. I'm more comfortable in C++, so it's definitely a bit strange for me. I've been trying to work out how to call a module from another file. However, I'm having trouble as the compiler doesn't recognize an implicit type in my input variable, and I can't seem to find a way to tell it adequately. Here's my short code to show what I've tried: I have no doubt I'm approaching this wrong. Could someone tell me what my mistake here is, and what the proper course of action to accomplish it should be? [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