Does anyone else have a list like this one where says which projects are possible with what language and a tutorial for doing it? learn programming |
- Does anyone else have a list like this one where says which projects are possible with what language and a tutorial for doing it?
- This feels like a simple question but I cannot figure it out. Where do I actually PUT the code?? Is there a program?
- I've created a free course for anyone learning to program and I'm looking for some feedback.
- what should my first python project be?
- Just a reminder that we do have a semi-official and active discord community for programmers of all skill levels.
- Python - How to get scripts off local computer/environment and into production w/ scheduled tasks?
- Finally got my first client
- Is debugging with print statements bad?
- There a unique HTML/CSS/JS file for each page of a webpage?
- [Help] ARM Assembly Tutorials / Resources / Tips
- Books about esoteric programming languages?
- Completely novice beginner guide?
- how to install modules on pycharm with python? I'm getting errors and tutorials on how to fix it aren't making sense to me.
- MEAN - Replacing Angular with React
- Reverse linkedlist function idea debug python
- BoardKings SessionToken
- (C++) Can anyone help me wrap my head around the "void" data type/function?
- Need help with creating an android app that will record calls to a particular number.
- An aggregator for software engineering articles from top tech companies
- .wav file triggers an .exe file
- [C] How do I create a pointer to an array of pointers to a struct?
- Best way to learn Python for scripting?
- sizeof struct in C
- How to use a go script in a django app
Posted: 16 Jan 2019 05:20 PM PST This is the one I use a lot github repo list, but I was wondering if someone else has made another list or do someone else wants to share some very good tutorials no matter in what programming language is made (including books). [link] [comments] |
Posted: 16 Jan 2019 11:22 AM PST I have a programming app, I'm starting to understand the language of Python a little. But what the heck do I do with it? If I was learning French i could just type it in a comment to communicate with other French speaking people. But i can't just type code into the reddit comment box and boom, out pops a chrome extension. Or boom, out pops a simple app. Like, where do I PUT it? Is there a file to download? Do I type it into Microsoft word? I've googled this, I've asked people, I've searched reddit. I don't know if I'm just a complete moron or what but I cannot figure out what I'm supposed to do here. I work best when I can play around with it but idk where the playground is! If this has already been asked/answered I'll delete this but PLEASE link me to the answer :( Edit: thanks guys for all the comments :) I have so much new information now I'm absolutely drowning in it. Like I said in one of my comments, I feel like I had a brick wall in my way and you guys helped me smash a semi truck through it so I could continue progressing in my journey of learning to code. Thanks x1 million!! [link] [comments] |
I've created a free course for anyone learning to program and I'm looking for some feedback. Posted: 16 Jan 2019 02:31 AM PST I've created a course, originally intended for people who work in teams with developers but thought it might be of more use as a starting point for someone who wanted to see what development was like end to end. https://github.com/ALRW/dayAsADev Any feedback would be absolutely amazing! [link] [comments] |
what should my first python project be? Posted: 16 Jan 2019 10:20 PM PST i'm planning on learning python, but while i learn programming languages i usually like to do projects alongside learning since it allows me to learn quicker. what projects would you recommend?? [link] [comments] |
Posted: 16 Jan 2019 01:39 AM PST Link to join is here: https://discord.gg/9zT7NHP The community is a great resource and I feel as if most people don't know about it simply because it's just not clearly advertised anywhere. I highly encourage anyone here, regardless of your skill level, to check it out. If you're brand new to programming you can get real-time help and if you're moderately experienced you can sharpen your skills by helping others. Hope to see you there! [link] [comments] |
Python - How to get scripts off local computer/environment and into production w/ scheduled tasks? Posted: 16 Jan 2019 03:49 PM PST I've created quite a few ETL scripts and ad-hoc automation programs that are a little unorganized at this point. I use PipEnv and subfolders within a 'code' folder and each subfolder is a pipenv with a project 'theme' (usually a system I'm working on creating etl scripts/projects for) I'm to a point now where I need to start getting these organized and into a production environment, and into some sort of job scheduler to run nightly/weekly/monthly, etc. How do I get from random virtual environment folders with script projects inside them, into a containerized production environment that are run on schedules? I have access to server resources, so I could request a Python server be spun up. Just not sure what exactly to request for it, do with it, how to push code to it, how to containerize a project, how to schedule jobs, etc. Any tips or education resources would be great! A full example of a project: I have a 'Gsuite' subfolder(repository) with a quickstart.py file that pulls all of the domain users of our gsuite and stores them in a csv, then bulk inserts the csv into sql server and utilizes stored procedures to merge/stage data in sql server based on modifications. I installed libraries as needed into the pipenv, which automatically creates a piplock on first install. Right now I run the script by using the terminal with: pipenv run python quickstart.py But obviously that's very manual. I need to be able to schedule it to happen nightly in an environment that never turns off. My local computer, turns off every night. [link] [comments] |
Posted: 16 Jan 2019 11:16 PM PST Got my first client and first meeting tomorrow so this whole day I want to impress my client with the work I can produce. I know HTML, CSS and JavaScript. And now just want to up my game and challenge and improve myself and my work. My client is a personal trainer, and while I think I know what my client wants on his website such as Instagram feed, testimonial section, about me section, image carousel section, contact me section/footer, etc. I don't know should I start this work on PHP? Have never used PHP but might use this excuse to start my coding on PHP as it I feel like this is what my client would like, what do you think? I am not using Bootstrap 4, just CSS grid/ flex, some JavaScript work and that. For this first experience (and from doing research) should I just work on this first client website on WordPress? I'm a bit optimistic on WordPress because I feel like I didn't do any work. No coding, which therefore I feel like I wasn't challenged enough. However, I can understand if it's first beginner website to start something simple before trying to over-complicate things. My client also wants a nutrition section as well! [link] [comments] |
Is debugging with print statements bad? Posted: 16 Jan 2019 10:45 PM PST Is it bad practice to debug by putting print statements to see how far your code gets before it breaks? [link] [comments] |
There a unique HTML/CSS/JS file for each page of a webpage? Posted: 16 Jan 2019 10:45 PM PST This will probably sound stupid.. but is there a unique html/css page for each page on a website? For example, the main home page of cnn.com would be its own html file.. then the "Sports" section would have its own HTML file, etc, etc. Does this mean a large website would have hundreds of unique html files for each page? I have googled this but I'm really not sure how to word this question into a google search [link] [comments] |
[Help] ARM Assembly Tutorials / Resources / Tips Posted: 16 Jan 2019 10:12 PM PST Hi everyone, I'm struggling to learn ARM Assembly and would like some resources to help. I am experienced in a couple of languages such as C, Javascript and other minor languages. I'm trying to learn IOS exploitation with the help of understanding the ARM Assembly language. If anyone has any resources, tutorials, videos, books, files that helped them learn, i would very much appreciate it if you could pm or comment it below. It would also be much appreciated if anyone who is experienced with ARM Assembly, to provide a guide or any useful tips into helping the beginners such as myself. Anything will be helpful and generous! Thanks very much. [link] [comments] |
Books about esoteric programming languages? Posted: 16 Jan 2019 07:19 PM PST Hi, I hope this is the correct place for me to post this. I'm fascinated by esoteric programming languages (INTERCAL, brainf*ck, Chef, etc). Are there any books on the subject? I've been reading through the Esolang wiki but I'd love to learn more about the history and development of esoteric languages. It would be cool to have a collection of information about them in a physical book. I tried looking it up but the only book I could find said it was just a collection of Wikipedia articles, which I've already read a lot of. So, do you know of any books specifically about esoteric languages? Or other resources on the subject? [link] [comments] |
Completely novice beginner guide? Posted: 16 Jan 2019 05:47 AM PST Hey guys, I'm an old man (prefer not to mention age), but I've decided to learn programming! I know, exciting isn't it? But I do not know where to start? I tried to read some papers on-line but I still don't understand some basic concepts, like debug? So would you guys please help me with some sources on-line where I can try and learn by myself? Thank you for your kindness!!!! [link] [comments] |
Posted: 16 Jan 2019 08:42 PM PST Tutorial seemed to have no problem or error like I did. First I went to find how to install and found this.. https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html But on project interpreter I have a error message on bottom "Python packaging tools not found. Install packaging tools" Results in... error: can't create or remove files in install directory running install C:\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: This directory does not currently exist. Please create it and try again, or choose a different installation directory (using the -d or --install-dir option). Some people said to use cmd, pip install something, but it doesn't do anything for me. I have python 3.7.2 installed and on cmd it does detect it. Some said to press + button top right on interpreter but mine is greyed out. Keep seeing this "sudo apt install python3-pip" It seems its for linux though? I tried putting this on cmd, but nothing. I'm a complete newbie who knows just some basic syntax, all this pip, directs, lib, is confusing. Can I get some direction or guide. [link] [comments] |
MEAN - Replacing Angular with React Posted: 16 Jan 2019 11:18 PM PST Hi, I'm currently learning NodeJS and I intend to boost up my portfolio before I start on a CS Degree in 2020. I had read some articles and visited subreddits and stackoverflow to source for an answer to my question. But I'd like to hear from you guys. As the title goes, is it wise to use React in place of Angular? I'm actually very new to these 2 frameworks. Not knowing in depth on their differences. I may have gotten the concepts or terminologies wrongly.. Looking forward to hear from you fellow redditors that have definitely a lot more experience. Go easy on me... Cheers everyone! [link] [comments] |
Reverse linkedlist function idea debug python Posted: 16 Jan 2019 10:55 PM PST Hi, To reverse a linked list, I am first putting all nodes in a list. Then going backwards in the list, I am creating reverse linked list. I am doing this in python. Unfortunately, when I take a node from list and trying to access its next pointer, its not available. I want to know if any conversions are happening when adding to list because clearly nodes added to list are no longer behaving like nodes when pulled out of list. Below is the code. Input parameter head is the head of the linked list. We need to output new head of reversed linkedlist. code is here. [link] [comments] |
Posted: 16 Jan 2019 10:50 PM PST Hello, I have just a quick question. I'm recreating a server of the game Board Kings (Android Game). It uses JSON requests. But the problem is now that i have a JSON string called SessionToken and I can't generate my own SessionToken. I'm using Charles Proxy to inject the JSON files between the client (game) and the server (of boardkings). I hope u can help me. Thanks. Kevin Edit: A solution would be sending a JSON POST request to https://52.19.177.1/api/v001/login/ and receive the results and take over that sessiontoken. But Is this possible? [link] [comments] |
(C++) Can anyone help me wrap my head around the "void" data type/function? Posted: 16 Jan 2019 06:55 PM PST I understand that void just defines a valueless state. But I just don't understand when or where do I use it? [link] [comments] |
Need help with creating an android app that will record calls to a particular number. Posted: 16 Jan 2019 10:41 PM PST Basically, I want to build an application that can record my call when I call to a certain number and also give responses. It would essentially be an IVR system. Thanks! [link] [comments] |
An aggregator for software engineering articles from top tech companies Posted: 16 Jan 2019 03:02 AM PST Link: https://www.codepusher.io/ I made this as a weekend hack. Cost nothing to use, and if people are interested I will be adding more tech blogs to the aggregator in time. Background: I think a good way of getting better at software engineer is to read about how companies solve challenges at scale. Big tech companies like Netflix, Uber and Airbnb usually post some interesting articles about how they solve specific engineering problems relating to all aspects of software development (frontend, backend, infrastructure, ML, etc). There are also a ton of other great tech company blogs to learn from that I figured it would be helpful to scroll through them in a single place. Hope you guys find some interesting reads, and let me know if there are specific blogs you would like to see added. [link] [comments] |
.wav file triggers an .exe file Posted: 16 Jan 2019 10:33 PM PST I would be very thankfull if anyone could give me a code snippet, i don´t know programming at all.. When my trading software makes a winning position, a .wav file is activated saying "position closed".. i want to link my RGB keyboard so that it light ups green. But the only way to link a keyboard profile is on an exe/bat file.. So when .wav file is activated, it triggers an exe file to open up. Thanks. [link] [comments] |
[C] How do I create a pointer to an array of pointers to a struct? Posted: 16 Jan 2019 10:30 PM PST I have a struct like this: How would I declare the third field? Would it be something like [link] [comments] |
Best way to learn Python for scripting? Posted: 16 Jan 2019 10:59 AM PST I've been working through Automate the boring stuff with Python but wondering are there any better Python sources specifically aimed at scripting? Anyone else who successfully learned Python for scripting purposes, I'd appreciate your advice. [link] [comments] |
Posted: 16 Jan 2019 05:59 PM PST I have a struct in C, it contains a character array[10], and two integers. Sizeof is telling me the struct is 20 bytes, where are the 2 extra bytes coming from? The system said that one int is 4 bytes, and the [10] char array is 10 bytes. [link] [comments] |
How to use a go script in a django app Posted: 16 Jan 2019 09:39 PM PST I have a django app and a script in go. How can I integrate the script in the app, do I have to make an api in go and just send signals from python? If someone has a tutorial, blog or video also will be nice. Still answers in the comments will be appreciated. [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