I can teach you python. learn programming |
- I can teach you python.
- I've noticed that taking notes helps me so much more to cement the notions, is it a sustainable method of learning?
- Got a job offer, need some reading material
- Learn Python Backend Web Development Study Group
- I, for the life of me, cannot figure out how to code
- Microsoft - Web Dev for Beginners
- Why do programming-based products have so many lines of code?
- Accessing an XML file via URL
- How do development teams handle changes that don't need full team collaboration?
- I have an algorithm interview mid December; I need all the resources I can get. Please help!
- How Do I Get Good At UI?
- How can I connect to PlayStation Network and check status through a program?
- Esoteric Programming Languages – The Obscure and Unconventional
- What are my options for designing an App Interface? (C#)
- Looking for coding buddies
- Python list question
- General question
- A basic query
- Libraries and other things
- How do I?? VB.NET ASP Portal/Dashboard
- Advancing to the next level - from learning to implementing
- Why is this solution quadratic? (n^2)
- Data Structures and algorithms solved problems and examples
Posted: 27 Nov 2020 02:53 PM PST I have a lot of free time on my hands so why not make good from it. I can teach you the basics + fundamentals of programming in Python. Free of charge I just wanna help out 😊 Edit: Just send me a PM or chat if you wanna link up. Doesn't matter if you have never touched code before. Edit 2: Thank you for the kind words! Edit 3: Due to the lack of seriousness of people. Please if you aren't serious and just wanna muck about I am sure there are plenty of other options out there. Edit 4: Since many of you asked I am a FrontEnd Developer 😊. HTML5, CSS3, JS, TS, React, React Hooks, Angular, Python, Django Edit 5: How this works? The I want it to work is over discord voice. It's 1 on 1 since everyone is at a different pace. We will solve some problems together and I'll asnwer any questions you might have. Edit 6: After 100s of replies I am not taking anymore people on at this time cause I do need to take time to respond to everyone. I had a lovely session with a very nice gentleman from the states hope to help out many more 😊. Good luck to the rest. Edit 7: The reason I did this is because back when I was just starting out I had wished to have someone I can share my experience with. Someone who was on my level or a bit more experienced that could guide me and help me out with the logic of some problems. I am not making YouTube videos there are plenty of those out there. I am just here for the people who need a personal touch. I am sorry I can't help everyone at the end of the day at least I helped a few folks get up and running I hope they turn out to be better developers than me. Edit 8: This is not about money. This is about being a decent human being who is just looking to help people work for a better future for their families. Edit 9: Its 7:20AM right now I talked to 3 wonderful students that were absolutely lovely. I am tired but I am gratified that I helped at least someone become a better person today. God bless you all😊. Edit 10: If any are still interested hit me up in a week or so to ask if I have any spare time 😊. [link] [comments] |
Posted: 27 Nov 2020 12:13 PM PST Just wondering if I could go on learning programming by taking notes considering the tons of information out there. Point is it's the only way for me to really remember what I'm learning, it's also kind of a slow method and it takes a lot of my time. I also like to make screenshots of what I'm learning and put it in my Word file so I can see the examples and have everything clear for when I look after a while. Is it sustainable in the long run? EDIT: I also forgot to mention I do a coding challenge after I took notes of each topic. [link] [comments] |
Got a job offer, need some reading material Posted: 27 Nov 2020 05:55 AM PST I have been out of the game for about a year now, currently working in a completely unrelated field. I got a job offer recently at a start-up. I asked for their tech stack and so far I got:
Apart from these, I would like also like to read up on API design because I would be doing a bunch of that as well. There is tons of material covering each of these but I was wondering if there are some that stand out. [link] [comments] |
Learn Python Backend Web Development Study Group Posted: 27 Nov 2020 08:05 PM PST Who's interested in learning Python for web development? I want to form a study group. I can lead since I'm assuming most of the people in the study group will be new to coding. I'm interested in setting up a discord and youtube channel. I'm a software engineer who's done some web, and desktop development mostly with Java. I would say I'm mid-level. I'm almost done with studying for the PCAP, which a Python certification. By my estimate, I'll be starting leetcode and my web app in the next 2 weeks. I want to become proficient with the Python stack and start applying for Python backend development jobs when I'm ready. We will be learning the Python basics. Then we will work on leetcode, sql, and build a web app. Let me know if you're interested. We can work on all this together. I'll also teach some basic linux commands, but you don't need a linux computer. You can use a Windows 10, or Mac. We will eventually create Linux Virtual Machines for our web app since that's the most development environment. At some point I'll start working on the front end technologies and we can learn that together too. As far as cost goes, their might be a book or two that you might have to purchase from Amazon, but I'll try to mostly use free resources. We will be using this book William Vincent's books for our web app. I think it's better to purchase from Gum Road so you get all of the free updates, but here's a link from Amazon which has more reviews. We can talk more details later. Thanks. https://www.amazon.com/Django-Beginners-Learn-web-development/dp/1980377898 Python User Group discord channel: [link] [comments] |
I, for the life of me, cannot figure out how to code Posted: 27 Nov 2020 07:16 PM PST Hi all, thanks for reading my post/vent. I'm a 23F who graduated from university with a degree in econ. I've been trying to dabble in python and Java, but for the life of me can't figure out how to code. My younger sister is an INSANE programmer - I see her write hundreds of lines of code in an hour. And I take 10 minutes to write a single line, which is probably wrong. I'm currently a research analyst, so I use a lot of data analysis tools which I'm good with. But I can't figure out why I'm so bad at coding algorithms. Ngl, it's like all these intimidating technical concepts stress me out. It's like.. when I'm confronted with a coding problem, it's like my mind starts shutting down. I graduated with honors from university and was always a good student, but when my mind looks at code, my heart rate legitimately elevates and my mind goes into panic mode. I really want to learn how to code, so that I can move up within my firm - but I just can't figure it out! It's driving me nuts! Has anyone else experienced this? Is coding just not for me? Should I just give up? I love reading/writing/analysis, but I really want to wire my mind differently so that I can code. [link] [comments] |
Microsoft - Web Dev for Beginners Posted: 27 Nov 2020 03:56 PM PST Link - 24 Lessons, 12 Weeks, Get Started as a Web Developer [link] [comments] |
Why do programming-based products have so many lines of code? Posted: 27 Nov 2020 08:14 AM PST I'm currently learning ML and Kotlin. I'd be learning Keras and Android Studio in the near future. So far, the projects that I've created during learning were at most 100 lines(Like creating an app with a button). But from what I've seen, a small but official program(app, website, etc.) can have tens of thousands of lines of code. I was intrigued by this. I've seen projects that have only a few things to do yet take up thousands of lines of code. Why is so much code required? Is much of it copy-paste or is it the code required for security/connectivity problems? [link] [comments] |
Posted: 27 Nov 2020 09:49 PM PST I am creating a website that relies on the data of an XML file hosted on a separate domain. In short, if an element in the XML file hosted on HTTP://example.com/test.XML changes from true to false, I want an element of the HTML file on my domain to change. I can achieve this if the XML is in the same directory as my HTML file but I cannot find a solution to the problem of it being on a different domain. Please help, and thank you in advance for your time! [link] [comments] |
How do development teams handle changes that don't need full team collaboration? Posted: 27 Nov 2020 09:05 AM PST I've heard the Agile process has a Scrum master run meetings to help a team decide on specific features from a customer story, then divvy up the work. I would like to ask about a different scenario. Suppose you are in a dev team with 5 developers and a team lead, but it's for an internal company product.
[link] [comments] |
I have an algorithm interview mid December; I need all the resources I can get. Please help! Posted: 27 Nov 2020 08:53 PM PST So I'm applying for a service that helps people with applying for jobs as well as on the job mentorship. They only have a limited amount of openings, so I need to show them I'm one of the few they should choose. Thing is, I haven't gotten to algorithms in my bootcamp. To get accepted for an interview, I had to create a website that uses an api or do a CodeSignal challenge (see below to get a better idea on what they want to see). {The CodeSignal challenge is going to ask you to create an account on CodeSignal and complete an online timed assessment that hits on 3-4 algorithms. A perfect score is not expected here, we're assessing data-structure and algorithm knowledge.} I did the api website, and got accepted for an interview. The interview will be an hour long, and will have me work through a logic-based algorithm problem with the interviewer. (Most likely something like CodeSignal.) I'd really appreciate info on where I can learn what I will need to know to give me the highest chance of showing them they should pick me. P. S. This service isn't one of those scam companies (like infosys or whatever its called). I haven't mentioned it here because I don't want it to seem like I'm promoting it or whatnot (and not sure if it's even allowed). [link] [comments] |
Posted: 27 Nov 2020 08:26 PM PST Hi everyone. Right now, I really enjoy working on backend projects using Python, Go, NodeJS, and Java. When I do any full-stack projects, I usually leave the frontend without any styling at its bare minimum, disregarding UI/UX. However, I started working on a React project and I realized how bad my UI skills were. Does anyone know where I can learn about general UI concepts as well as CSS? [link] [comments] |
How can I connect to PlayStation Network and check status through a program? Posted: 27 Nov 2020 11:41 PM PST So like the title says I am looking for a way to connect to PlayStation Network, see what I am playing, and if I am playing something change my discord status. The discord part is the easy...er part. The PSN part is the hard part. I can't think of a way to grab that info. Before you point to a program or something that can do this without me making something, I want to make something. I'm bored and I want more experience working with stuff like this. Any ideas on how I can connect? A friend had an idea but it was kinda hacky and involved using a Android VM and having the PS app open and when text changed on the app then it would grab that. That's more convoluted than I want to do. Is there an open API I can connect to? I just am looking for a starting point. Thanks. [link] [comments] |
Esoteric Programming Languages – The Obscure and Unconventional Posted: 27 Nov 2020 11:30 PM PST Hey everyone! I wanted to share this article about Esoteric programming languages that I recently wrote. Esoteric languages are essentially languages that are not made with the sole purpose of being utilitarian. When I started to look into them, I found them really fascinating and thought it would be a great place to share on r/learnprogramming. Mainly for educational purposes that these things exist. Let me know what you guys think and if it is off-topic in anyways I will remove it. Here's the article: https://thecodebytes.com/esoteric-programming-languages/#article thanks :) [link] [comments] |
What are my options for designing an App Interface? (C#) Posted: 27 Nov 2020 07:39 PM PST Hello, i have been struggling for a while, because I'm trying to build an app with a interface, but i haven't found a good solution for the interface yet. So far i tried using the Godot Engine, but its just too heavy (its a game engine ffs) for a simple app. Also tried Windows Forms and Windows Presentation Forms but i did not like them, i think they are not 100% customizable. A friend suggested that i should build a app using Electron (i would have to learn another language but that is not really an issue, but i still would like to stick with C#) but i would like to know my other options. Any suggestions? [link] [comments] |
Posted: 27 Nov 2020 11:24 PM PST I'm looking for coding buddies! I have one, but I'm looking for a few more. We would work on projects together, help out with code issues, learn technologies together and more! I have about 6 months of experience with HTML/CSS and about a month with JS. My other buddy has a good understanding of HTML and CSS. I'm interested in backend/full stack development. Wanna join our little group? Send me a PM or a DM on Discord, Rebalik#0001! [link] [comments] |
Posted: 27 Nov 2020 10:56 PM PST I have a question on the two set of codes shown in the pic. In particular line 4-5 on the LHS and 3-4 on the RHS. Why is it that on the LHS, when variable on is assigned to items[1], in the memory state diagram, it points to the list [4,5] so that when we modify variable one, it changes items[1]and vice versa. but for the RHS, when variable temp is assigned to numbers[i], it is only assigned to the number 3 and not linked to the list? [link] [comments] |
Posted: 27 Nov 2020 10:40 PM PST Hello I'm 18 and have a year before university starts because my country is like Jan to Jan curriculum. Totally new to programming and wanna learn, is Python the best for beginners?? Can anyone enlighten me on this?? [link] [comments] |
Posted: 27 Nov 2020 10:30 PM PST Can someone explain, with example, the difference between program, procedure and routine ? Thank you in advance. [link] [comments] |
Posted: 27 Nov 2020 06:33 PM PST I am sure it is not only me, i've been trying to learn python and i decided to make simple game, and i got confused i was watching video on YT and i copied same code but it didn't work, so i did some little research and saw libraries exist and i had no idea. Can someone please tell me is there anything else i should learn. Also i am thinking about learning this way Python/Java/C++/ is it good or should i change my path? [link] [comments] |
How do I?? VB.NET ASP Portal/Dashboard Posted: 27 Nov 2020 09:58 PM PST I'd like to create a portal using VB .NET, with the same design as this pic; Very common dashboard for SAAS platforms, with a static side navigation menu, and content on the main page. Can someone please point me in the right direction?? Can this be done in Visual Studio? Cheers [link] [comments] |
Advancing to the next level - from learning to implementing Posted: 27 Nov 2020 07:35 AM PST I've been learning some programming languages here and there over the years driven mainly by interest rather than career prospects and having done this I think I now have a basic to good understanding of certain languages and their principles etc to the point where if I look over written code I can understand what is happening and how/why they were written as they were along with editing and sometimes improving. As I've decided to take things a bit more seriously I thought I'd begin making a portfolio with some projects but the problem is, whenever I actually try to start anything, I just completely blank. A friend of mine used the analogy of being able to fly a plane but not being able to take off or land (which incidentally describes my piloting abilities too). I guess my question is, has anyone else had similar struggles and how did they overcome this stage? Thanks! [link] [comments] |
Why is this solution quadratic? (n^2) Posted: 27 Nov 2020 09:31 PM PST Here's the prompt if you need it: https://www.codewars.com/kata/55eea63119278d571d00006a/train/python I saw in the comments that this is quadratic and I'm not sure why. I thought it was O(m * n). [link] [comments] |
Data Structures and algorithms solved problems and examples Posted: 27 Nov 2020 09:22 PM PST I am learning data structures and algorithms now and I have solved some problems. I will post them to my GitHub page where you can view those problems. I hope this will help everyone. If you think there is something wrong with my code, please feel free to post it in the comments section. 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