Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "learning python"
-
My girlfriend is learning python and she figured out how to change her environment to dark mode. I'm so proud of her.13
-
I just started playing around with machine learning in Python today. It's so fucking amazing, man!
All the concepts that come up when you search for tutorials on YouTube (you know, neural networks, SVM, Linear/Logic regression and all that fun stuff) seem overwhelming at first. I must admit, it took me more than 5 hours just to get everything set up the way it should be but, the end result was so satisfying when it finally worked (after ~100 errors).
If any of you guys want to start, I suggest visiting these YouTube channels:
- https://youtube.com/channel/...
- http://youtube.com/playlist/...9 -
My prof suggested me to use matlab instead of Python for my project.
So I started learning and found out that in matlab ARRAYS START FROM 1.
Wtf!
I am going back to python8 -
Hey! I just joined and am currently learning python. My boyfriend @macleod is obsessed with this place and said i should join so hi!21
-
TLDR: I wrote one of my firsts codes to help my father. Was really excited after it worked, nobody cared. F*ck them (not really).
So my father comes and says he needs me to help making a simple presentation. Just a title and slides with images. It seemed to be an easy task so I'm like "sure, why not?". So I told him to email the images and I would have the presentation made in no time. The next day I recieve like 30 mails containing from 4 to 10 photos of boats (yes, boats). I stay chill and have the brilliant idea of automating the process with python, just to learn a bit more.
I took some to read the documentation of the modules I was going to use, then write a simple code and bam! In 3 hours I have a presentation with images in it. I open it, every image was 4 times the actual slide and all of the images were randomly rotated, it still was the most rewarding moment I've had in months :') I wanted to show it off to my brothers, so they came to my desktop, saw it and all I recieve was a "cool". Not a good "cool", a "meh" kind of "cool". So I thought it was because of the size bug.
Fastfoward some hours, now every image gets scaled into the slides prefectly, in the correct angle, etc. I tell my dad what I made and he says "yeah sure, the problem is that I need you to give them to have subtitles". He wasn't even impressed. My heart hurt a bit.
I could totally automate the subtitles too (and did it), but what hurt the most is that nobody cared for what I was so pationate about. I'm so fascinated with coding that it replaced all my gaming habits, and now all I do is learn. I want to dedicate a good portion of my life to this but at that moment it seemed nobody in my family cared about it. So this rant is for all those f*ckers that I love but don't know how much my code means to me.21 -
Started learning C++, coming from Python.
Just spent ~25 minutes searching for a problem - My code wasn't working like I expected.
Problem: Didn't compiled the program, kept running old code, didn't noticed8 -
Created a Python Course chatbot over at LINE Messenger. At first I thought it wouldn’t even helped anyone learn programming but now I got over 230 active students learning each day. This is great!21
-
Just thought that there should be a Harry Potter based code camp where the four houses represents a language that you are learning at the camp.
For example, Gryffindor can be ruby, Hufflepuff can be Javascript, Ravenclaw can be PHP and, of course, Python is Slytherin.14 -
Difference between machine learning and AI:
If it is written in Python, it's probably machine learning
If it is written in PowerPoint, it's probably AI2 -
Very specific and annoying situation here:
- Working on a machine learning project with other people
- I'm on Linux, they use Windows
- We code in python
- We generally use vscode for development, and its python extension
I implement some basic neural networks with tensorflow, and add a bunch of logging for it. I test it on my machine and it works fine.
But, my group mates report that "after a few seconds the entire client hangs".
Apparently it only happens on Windows?
We start debugging the hell out of the code I implemented, added 20 log messages and sat there for a solid hour.
Until I make one very odd realization: the issue doesn't happen when I run the script in my terminal, instead of vscode with the debugger. So I try different debug settings, using an external terminal instead of vscode's built in debug console seems to fix it too.
And I make another observation: In the debug console, some messages don't seem to appear at all, while the external terminal shows them just fine.
So, turns out, that printing an epsilon character: “ε” (U+03B5), causes the entire thing to hang up.
It's the year 2020 and somehow we still can't do unicode.
I'm so done, what on earth.9 -
When I started learning python and wrote a script to read redtube's api and get the best video links based and whatever criteria I seem fit for the occasion :D18
-
>Starts learning/coding in python for two days straight.
> Two days later goes into C programming class.
> Prof. Displays my screen as we go through a program as a class.
> Starts typing in Python
> Can't turn off Python mode until halfway through class.2 -
Many have python learning as their 2018 goal, well theres a 15$ huge humble bundle for python machine learning, networking, rest, pen-testing and more, its a good deal, check it out.46
-
Just started learning python and here is my experience so far
I had started programming with C++ but since I wanted to venture into the fullstack domain (upto some extent, circumstances played a major role), I switched to java and boy was I in love with it.. Spring boot was my life and I had written several applications on it currently running on production.. One of them was crawling tweets and getting some insights out of them.. Today when I started with python, I found a tutorial (link at the end of the post) that almost did the same thing..
Within 2-3 hours and some very basic lines of codes I could achieve exactly what java would have taken at least a week to do.. Python for sure is a good thing..
Probably I am still in my very adolescent stage of learning, but python does seem a very good option worth considering.. Though for now, I would stick to java for writing useful code..
https://marcobonzanini.com/2015/03/... -
Arrived today!
I'm using C++ for machine learning purposes using TensorFlow and OpenCV (rip Python, you are too slow 😭)
What are you using C++ for? 😁19 -
When Java is your first language and you are learning python as your second: 90% of errors due to your fingers automatically adding ; at the end of every line of code. :/10
-
Hello devRant!
My name is Carter Schaap, a maker from SW Ohio. I've been voiding warranties for most of my life, and am currently at Great Oaks Tech School learning HTML, CSS and soon-to-learn JavaScript.
I dabble in C++ (because Arduino is a thing) and I'm learning Python because I'm getting into Raspberry Pi.
I can't wait to get involved in this community and do a lot of ranting.
Have a great holiday season!7 -
Created a whole program from scratch in Powershell, while learning it on the fly. Developed GUI and got some friends to beta test it. Fixed bugs and finally the manager saw. After using it for not even a whole minute, he says "Looks fine, just make it in Python and we'll see".
FML
Fuck Python
Fuck this shit stupid world19 -
Currently trying to convert a python application to PHP because the learning curve of python is a little too high right now for me.
It's especially a challenge to find PHP functions/libraries which can do the same as some python ones.
I've never written a single thing in python, this is a very weird experience!17 -
Started learning python. Never looked at any Python code and I was able to do a simple if statement. Python, you're going on my resume!5
-
In my previous rants I used to shit all over Python.
Now, I am regretting those rants.
After giving up a on "writing Java with Python syntax", and learning to write the pythonic way, it finally clicked for me, and now I really like it!4 -
A. Java at work and on my android app
B. Python for machine learning
C. Shell scripting for work and personal projects
I am writing echo in python and import in bash. My brain is like a soup now.3 -
Learning Python after starting with C# is proving difficult...
Where are my brackets and semi-colons?! I feel so unsafe.3 -
A while back, my little cousin (he’s 5 yo) came to visit me at home doing some coding, he asked me to teach him how to code, he wanted to make games for his friends to play, he is now learning Scratch and I’m planning to teach him Python next.6
-
Python Dev Learning C#: I'll just wait until I run the program to see what type the function returns.
Me: Static typing means you know that before the code even compiles!
Python Dev: Sometimes I forget that all functions explicitly say what they can return.4 -
I started learning python tonight to knock out some quick assignments, coming from a Java/C#/C background.
Must resist urge to put semicolons and brackets everywhere. -
Im learning python(it's my first real programming language) and I finally understood for loops.... yeeeey6
-
after publishing a few apps, building some websites, developing some basic operating systems, participating in a summer learning program at google and having got a job managing the computer science department’s website, today i start my intro to computer science class.
god i hate python6 -
Why do people jump from c to python quickly. And all are about machine learning. Free days back my cousin asked me for books to learn python.
Trust me you have to learn c before python. People struggle going from python to c. But no ml, scripting,
And most importantly software engineering wtf?
Software engineering is how to run projects and it is compulsory to learn python and no mention of got it any other vcs, wtf?
What the hell is that type of college. Trust me I am no way saying python is weak, but for learning purpose the depth of language and concepts like pass by reference, memory leaks, pointers.
And learning algorithms, data structures, is more important than machine learning, trust me if you cannot model the data, get proper training data, testing data then you will get screewed up outputs. And then again every one who hype these kinds of stuff also think that ml with 100% accuracy is greater than 90% and overfit the data, test the model on training data. And mostly the will learn in college will be by hearting few formulas, that's it.
Learn a language (concepts in language) like then you will most languages are easy.
Cool cs programmer are born today😖31 -
Best exp:
( ͡ ͡° ͜ ʖ ͡ ͡°)
\╭☞ \╭☞ learning python and working with big data
Worst one:
(╯°□°)╯︵ learning php and visiting classes of programming at my college1 -
Goals for 2018:
0. Finish some side projects
1. Take python skills to the next level
2. Start a new bigger project.
3. Dive into machine learning2 -
The 8 year old is learning Python, and after a dealing with a syntax bug she asks: "If the computer knows I'm missing a semicolon here, why won't it add it itself?"
I don't know. I really don't know.31 -
My coworker and I are both novice programmers: we both know a little about several languages.
So it's really cool when we learn something new from each other. I learned how to properly open a file in Python, and he learned that "\t" is the tab character.
It's a Win-Win for both of us!2 -
I am on a learning phase. Just wrote my first python script. Please have a look at it on
https://github.com/rabingaire/... . Its a basic stuff for experienced developer but a huge step for me.9 -
I have just started learning C# having previously known only Python. It's a learning curve - why is there so much syntax!? 😬18
-
Fuck... coming from a Python background learning low level stuff is hard as shit.. gonna need to learn C/C++ and some Assembly real soon!
Gotta say though, understanding that stuff makes everything have more sense all of a sudden hahah6 -
Don't learn python, instead learn java....
Two weeks later, tell me which source is best for learning python3 -
>dad nagging to learn python
>i hate python
>cuz i hate snakes
>whatever
>so started learning it
>with some awesome video tutorials
>even though i like the instructor
>i find the language
>boring
>uhh
>why do u use this?
>oh and you say it is easy 4 begineers
>oh good
>then why does only
>del keyword gets highlighted in pycharm
>just to look cool i guess
>lua is way better
>hope lua is more used than python
>and more supported
>but i still like C#
Moral: C# rocks10 -
So have been learning programming by myself for a while now and have become good with python.
Will be quitting my current job this month as a HR/Social Media Manager to pursue a paid career in the tech ecosystem in a new city.
Wish me luck.5 -
Started learning python couple of days back.
My feelings right now
How the fuck I miss this language for so long time?11 -
Le college freshman nibbas: Don't know C, Java, C++, python or any other programming language but want to do AI and machine learning!
💀🤷6 -
Today was the first time I was able to develop a full stack by my self!!!!
(I mean not by myself, StackOverflow was my Bible)
It's a small project with three modules , and while I've worked front end, back end and machine learning separately, I used to develop on a single component.
Today I built all the components on my own.
The hardest part was linking the nodejs file with the python script. Which seemed easy at first but then I needed to go through the documentation to understand the working behind the scenes.
Just looking how to deploy it now
This is a victory rant.
While it is not something big I feel so proud of myself 🥰1 -
I can’t believe that Python takes the 3rd place of the most commonly used languages in 2023.
Stack Overflow Developer Survey:
https://survey.stackoverflow.co/202...
Wtf?! I would have thought that it’s just used for small scripts occasionally that don’t change frequently and just rot in some project for years.
And of course there are some niche Data Science and Math areas where Python is used primarily.
Maybe Machine Learning and "AI" as well.
But 3rd place? Almost 50% of devs use Python?
Can someone explain?23 -
!rant
I didn't see a post for it but a decent book bundle for Raspberry Pi and Arduino is on Humble Bundle at the moment.
HUMBLE BOOK BUNDLE:
DIY ELECTRONICS BY WILEY
Get Learning Python with Raspberry Pi, Electronics For Dummies, and more!
https://humblebundle.com/books/... -
Machine learning is overhyped. A fellow halfwitted well-wisher wants my colleague to use supervised classification for a freaking search and replace problem.2
-
Ahh it's been a while since I've posted.. My skills with python are getting better (I'm a beginner) and I know for everyone else it's probably nothing but my first big project/idea I came up with was to program a simple rock paper scissors game that prints if you win lose or tie. I got the input and random output right without having to look anything up and that actually makes me proud of myself which is rare but for the printing out you win, lose, or tie I looked it up but I'm noticing that I'm getting better.
Then today I made a coin flip script that returns heads or tails in like 2 minutes and the only reference I used was my own code!!
Thanks if anyone actually read it I envy a lot of you for doing it for a living and I can't wait to do it too :)6 -
Uno Questione:
I "Bought" a copy of O'reilly's Learning Python. How much of the 1200 page monster is actually necessary/good learning material? Anyway, have a snek.2 -
For fuck sake I get that people like python but not everyone is going to use it!
Just want a few articles or tutorials on interpreters and would you fucking look at that, it's all just in fucking python using external libraries...
Then I purchased a couple Linux and Raspberry pi magazines just to have a gander at some of the code examples and what do you think every single piece of code is? C? C++? Vala? Nope, fucking python!
I will eventually finish learning what I can about python but there are other languages that exist that isnt fucking python, give us some C, C# or even bloody JavaScript... Please
Ok rant about python over, back to my hole12 -
This fucking bitch whose whole linkedin consists of being a LAWYER, started a software company in 2021 and is now contacting me looking for (get this) a role where i have to work:
- devops
- python/django building backend
- machine learning
All of that has to be done by me, 1 person4 -
I have been learning / developing JavaScript (nodejs and the whole world around it) and I have to say that I love JavaScript 😍 but I would like to learn something new. Something completely different from web-development. I also have some experience in Java / Python so also something different than that.
Any ideas? :)14 -
Tried learning python like over 10 times from the basics. No success!
Being a Java developer for about 5 years, I think I can't live without semicolons 😂3 -
My god... Just started out with Visual Studio learning Visual Basic... Coming from Debian + Vim with C, C++ and Python. How can you even use this thing?!17
-
Learning mainly C# and Java in college, started coding js and python in my free time. I really do love them all!2
-
Me just now: After two whole days I'm finally able to scrape all the pokemon images from pokemondb and now I can start training my CNN.
Buddy: You know they have whole sets of pokemon images on kaggle all labeled ready to go
Me: -
Had some interviews with some companies around. At this point, even though I’ve been a Machine Learning Engineer for 7+ years now. I’m convinced that 90% of companies that claim to be “AI-Powered” just means that they use python for their backend.4
-
My journey with IT learnings, Some of Major learning changes. The following are the years in which I start learning given technology or domain.
1993 Birth
1999 #HTML
2001 #PHP + Foxpro
2001 #Haskell language
2002 BASIC
2002 #8088 Assembly
2003 #Linux
2007 Visual #Foxpro
2009 #C Language
2010 #Python
2011 #JAVA for mobile #development
2015 Virtual Machines
2016 Networking
2018 #Blockchain
2019 #Elixir & Phoenix
2019 #DevOps19 -
Does anybody know a course on machine learning with python that doesn't need that much mathematical knowledge? Because in every course I find I need to know advanced mathematics yet I am still in grade 10 and haven't studied it yet.17
-
First I helped her with coding the Newton-Raphson method in Python (she has background in Mechanical Engineering).
Later I introduced her to the Linux world and she was amazed with the system responsiveness.
Now I am helping her with learning C (she is programming to Arduino but some concepts are hard for her because Python was her first language).
We are together for 4 years and going on.1 -
I'm going to try a 'zero-day' strategy for learning c++ (at first I was also a little confused about the term zero-day).
The name zero-day does make sense in that there are zero days of me not doing x
So, for this strategy, I have to program something (doesn't matter how small) in c++ every day for a month. After that I'll do the same for python
Then I can make an educated decision of what programming language I like the most
I want to thank @teganburns for his c++ video about c++, that's the reason why I chose to try c++ first4 -
i really wish Python would not have the presence it has on Machine Learning. I can think of a handful of languages that would be better suited for it and even though I don't hate Python it has a lot of things that just make me say uuuuuuugh when writing it. It al comes down from this: treating syntactic whitespace in a special way is fucking retarded.11
-
I'm dong it again:
Just learning Python to teach it to someone else.
P.s. I always knew that my hatred of Python was not out of my mere ignorance.17 -
Imagine the horror of learning C programming with manual memory management, pointer arithmetic and without your cool utility libraries after programming for 2 years in Python just becoz it's in the fukin syllabus!!13
-
The programming teacher was interested in Python, so I showed him what a script we made in Java would look like in Python, and he was so impressed he is thinking about completely changing the learning plan stuff to teach Python instead of Java. Now I'm not sure if I should've done that, because I was interested in the Java stuff and things and the other classmates would probably be completely confused if we take such a turn. :S8
-
Learning C has taught me one thing; I hate C.
Actually I think the only language I've learnt that didn't make me angry doing so was python, and that was because I was 14 a didn't think I was hot shit at programming yet...12 -
Started learning Python from Java, C#, Objective-C, Swift.
It’s like Rocket Engineer who have to build a car. It’s easy but you have to learn almost everything from the beginning.6 -
What's the deal with Python? All the young devs coming out of school are so centered on it, but honestly I can't think of a project that I've had where it was even considered being used. Am I missing out on some hotness here? I know some schools are moving away from Java centered education to Python to help ease people into programming. To me that seems strange since you're learning so much less about the stack. </ rant>16
-
1) Keep improving Java skills
2) Keep learning Python
3) Learn Docker
4) Finally use my Raspberry Pi -
My 2018 goals:
1. Graduate from the Deep Learning Nanodegree.
2. Get better at Python.
3. Learn C++.
4. Learn more about Machine Learning and AI.6 -
It feels so good actually doing something that saves the company a buttload of money.
Just optimized some ML models. Now it costs a tenth of the money to run them :P2 -
Was looking for an app to see if there was one for free code camp to start learning python. Auto correct suggestion wasn't bad at all 😂
Found sololearn and happy with that for now15 -
How I learned different languages...
C->C++->HTML&CSS->JAVA->Android->python
.
.
PS Still learning more...7 -
So, right now I'm 16 atm I know some basics of php,python but I love Python more than php. So my question it's:
Most of the universities in my country for computer science, are based on java, c++ and some another stuff.
What should I do? Should I start learning C++ / Java or continue using python?10 -
My first rant here, I just found out about it, I don't have much of programming background, but it always triggeredmy intetest, currently I am learning many tools, my aim is to become a data scientist, I have done SAS, R, Python for it (not proficient yet though), also working on google cloud computing, database resources and going to start Machine Learning (Andrew Ng's Coursera).
Can anybody advice me, Am I doing it right or not.?2 -
Which language do you hate the most, and why?
Mine is Java, maybe because I've been learning about it since I started to learn programming on class.. getting tired and bored since I met Js and Python10 -
Python Question:
I'm learning Python and thought I'd start with web services since that's a concept I'm familiar with. My question is, in the attached code, am I doing it right when it comes to python? Cuz I feel like I'm following the same structure I follow in C# WebAPI and NodeJs
What about naming style? Is is the default for python? cuz I'm also using C# naming style :\
Thanks in advance ranters :)26 -
The other day we were discussing a study that says Python is the best language to start learning code. What's your opinion on the subject?20
-
python machine learning tutorials:
- import preprocessed dataset in perfect format specially crafted to match the model instead of reading from file like an actual real life would work
- use images data for recurrent neural network and see no problem
- use Conv1D for 2d input data like images
- use two letter variable names that only tutorial creator knows what they mean.
- do 10 data transformation in 1 line with no explanation of what is going on
- just enter these magic words
- okey guys thanks for watching make sure to hit that subscribe button
ehh, the machine learning ecosystem is burning pile of shit let me give you some examples:
- thanks to years of object oriented programming research and most wonderful abstractions we have "loss.backward()" which have no apparent connection to model but it affects the model, good to know
- cannot install the python packages because python must be >= 3.9 and at the same time < 3.9
- runtime error with bullshit cryptic message
- python having no data types but pytorch forces you to specify float32
- lets throw away the module name of a function with these simple tricks:
"import torch.nn.functional as F"
"import torch_geometric.transforms as T"
- tensor.detach().cpu().numpy() ???
- class NeuralNetwork(torch.nn.Module):
def __init__(self):
super(NeuralNetwork, self).__init__() ????
- lets call a function that switches on the tracking of math operations on tensors "model.train()" instead of something more indicative of the function actual effect like "model.set_mode_to_train()"
- what the fuck is ".iloc" ?
- solving environment -/- brings back memories when you could make a breakfast while the computer was turning on
- hey lets choose the slowest, most sloppy and inconsistent language ever created for high performance computing task called "data sCieNcE". but.. but. you can use numpy! I DONT GIVE A SHIT about numpy why don't you motherfuckers create a language that is inherently performant instead of calling some convoluted c++ library that requires 10s of dependencies? Why don't you create a package management system that works without me having to try random bullshit for 3 hours???
- lets set as industry standard a jupyter notebook which is not git compatible and have either 2 second latency of tab completion, no tab completion, no documentation on hover or useless documentation on hover, no way to easily redo the changes, no autosave, no error highlighting and possibility to use variable defined in a cell below in the cell above it
- lets use inconsistent variable names like "read_csv" and "isfile"
- lets pass a boolean variable as a string "true"
- lets contribute to tech enabled authoritarianism and create a face recognition and object detection models that china uses to destroy uyghur minority
- lets create a license plate computer vision system that will help government surveillance everyone, guys what a great idea
I don't want to deal with this bullshit language, bullshit ecosystem and bullshit unethical tech anymore.11 -
Im getting interested in two languages. Namely: Ruby and Python. both seem like really good languages.
which one do you think would i be better off learning?11 -
Are there any big advantages of using pycharm instead of sublime?
I'm learning Python and I already have sublime installed, should I use pycharm instead?10 -
I'm learning python3 right now, advises or exercises to practice? I want to learn machine learning. I'm developng on elixir for now. But I hear good stuff about python.6
-
Hey guys, does someone knows if Twitter colludes with other websites and/or services to collect data, because I thought that privacy-wise, Twitter wasn’t as bad as Facebook as I just use Twitter to follow youtubers and Donald Trump(to keep up with his craziness) and never post anything. But I just got a Python Machine Learning ad just. And it’s spooky because I’m currently (trying to be) learning Deep Learning and Google knows it (🤬🤬 you udemy ads) but Twitter!!?? Do they have a way to link my account??6
-
Animator for 15+ years. Started self learning python a few months back. I made my first useful app today... Move the cursor every 10 seconds. 2019 is off to a good start.
I'm new to programming but I already love devRant.
Happy New Year everyone! 😀5 -
So i got myself a TeamTreeHouse subscription last month to learn python. But I guess I'll have to discontinue.
My laptop can't take it anymore. I'll have to wait until I buy a new one 😅
I have to choose between paying for sister's education loan or my laptop. Guess who is in not getting a laptop 🙂12 -
Pro tip: always make sure your methods return the correct variable.
I’m currently working with deep neural networks using tensorflow. I needed to generate some test data and wrote a program to create it. I had two text files which each consisted of approximately 5000 lines of text.
I wrote a method that should sort out some words, and make my final data shorter. When I executed the program first time on our server, it spent about 25 minutes, then crashed due to MemoryError (which in Python means that the server didn’t have enough ram). That seemed quite weird since I only had about 10k lines of text, and I even sorted out a bunch of it, and the server has 128gb ram, and nothing’s using it.
Apparently I returned the wrong variable. That meant that my program tried to save 750 quadrillion lines of text rather than just a few thousand.
Always make sure to return the correct variables!1 -
Anyway, so I've been learning the basics of Python and Kotlin since a week, I just wanted to ask if I could get IDEs and resources for both of them.
Also I know more IRL languages than programming languages, just saying.4 -
This basically is me rambling all my thoughts that have been clouding my mind.
Learning other programming languages after learning the first is harder than I expected. I learned python first but that's making learning others (which I know arent similar but ) C, ES6, PHP, etc. I need to figure out what makes each one special and get a proper path instead of learning them all the same way. Which is easier for the web dev languages but fuck man I just need a good path for them and I'm good. Like learn this this this this that and that and I've got a basic understanding of the language I dont need to stress and I can casually build my knowledge from here now that I understand all this. Cause I love programming and I want to be the best I can be and just get to the level I am with python. And at some point I have to learn about basic electronics and learning how to program Arduinos with C so I can do stuff with that because I really really REALLY want to.
It doesnt stop there. I want to learn another language and no I'm not talkin bout programming anymore I mean I wanna learn Japanese and German (but japanese primarily) but it doesnt help that I'm always either in school, studying, programming, or playing games. I just cant find time to practice Hiragana&Katakana (two basic writing systems in japan) and it doesnt help that I'm a lazy procrastinating piece of shit that doesnt have or can keep a proper schedule and hell I barely can English and Its my native tongue. Ugh. Itd be better if I had a native speaker to help me tbh.
And finally I want to learn basic pixel animating I have dreamed as a kid to do some kind of animation and programming and I want to do both for games I want to program for fun but it doesnt help that I cant draw sprites or anything for shit. I cant get it and I just am fucked but I'm going to ask some people I know and a few subreddits for advice/help/resources with that
Welp that was the Bubbles Power Hour none of you probably are keen followers of mine and if I had any I'd be shocked and honored but thanks for reading anyways and any advice on anything is always appreciated!random rambling electronics es6 stress language learning php python c foreign languages pixel art javascript11 -
Question:
I am planning to learn machine learning and deep learning. I am quite comfortable programming in c++ and python, what would you recommend would be a nice starting point with more attention towards practical stuff.8 -
I decided to start learning about hadoop... I found a great, free tutorial, but it expects me to know python. ...well it looks like I'm learning two things at once.2
-
I am interested in learning Ruby sometime in the future.
Already know Python, Java and Javascript(including Node).
Is Ruby dead? Is it worth learning?16 -
So today I've had the idea of implementing Node.JS in Python because I love Node.JS but sometimes I hate the whole ".JS" part of it. It will be a fantastic learning exercise with TCP sockets and such, and will be good for learning the more intricate parts of Python as well.
Excited for Nodepy!9 -
!advice
So I've been self teaching myself Python, which I've loved learning. However I hit a wall. I'm terrible with large project ideas, which has brought everything to a halt.
Being that I loved learning python, I'm thinking of picking up a second language to fill the void & expand my knowledge. I've dabbled a little bit in Java & Haskell. Go looks pretty interesting.
In your opinion what would be a good complementary language to Python?8 -
You want me to be an expert in advanced data structures, algorithms, dbms, Oracle, python, machine learning, J2EE just to develop apps for you? If I had been a master of all trades, I would not have come to you in the first place.2
-
A friend suggested that I'd start learning a scriptable language like Ruby, Python or JavaScript instead of beginning with HTML and CSS, until I feel comfortable with programming.
I want to be a web developer and Ive learned some HTML.
So, any opinions?9 -
I've got quite excited that they changed a program at my university and they decided to put python instead electronics at first year. My younger friend came to me with notes from the lectures and asked for help. It seems that my university thinks that starting learning programming with overloading operators at first class is a good idea and they say that python 3.x isn't used widely yet, so they will stick to 2.7 during course.4
-
When I was in high school, I was learning to code on my own. I showed my python code that I was really proud of to the girl I liked. she didn't understand what it is, she thinks its weird, she thinks I'm weird.
She has a point.3 -
i was learning neural networks, started with keras and was on the first tutorial where they started by importing pandas
so i switched to learning data analysis using pandas in Python where they started by importing matplotlib and i realized data visualization is also important and now I'm reading matplotlib docs...🙄11 -
Guess who got a huge interest in Python this morning. I feel excited to start learning it and do some awesome shit! I need a small break from front end development so I'll try to make some simulators or something with python.. Dunno..1
-
So I'm still new to programming. Mind blown every day learning python. Although self learning does get confusing sometimes. Somehow I'm learning pen testing now and already installed Kali on a virtual box. Pretty sure I aimed at making a multi platform mobile app to begin with.... Yep, from Kivy to changing Mac addresses, am I lost? Or this is the way to dive in?4
-
I've been meaning to work with the Spotify's Python API 'Spotipy'. Any good suggestions to make anything cool with it? Can include Machine Learning, IOT, etc.7
-
One day every 2 week, we got to spend the Friday just learning and trying stuff. No working on projects unless it's critical.
On these days, I feel like I learn much more than in the rest of the weeks.
Today I built (normally Python developer) a web service using Rust. -
The pain of really wanting to get stuck in with learning python... But having to study instead. *Sigh*2
-
Learning the subprocess module in python, because os is deprecated. its a shame because i had just learned os6
-
I had a 3 day long weekend and I ended up spending them on learning python and watching some cs50 videos. Good weekend I suppose!5
-
yesterday my friend started ldarning coding and when i asked him which language is he learning he told me that he is learning babies language🤦♂️then i was confused about the language so i reasked him about the language and he is learning snake language so i said WTF bro what is this language then he told me the language which has a yellow and blue photo and finally i discovered that he is learning python3
-
You can find so many tutorials, learning paths for C#, C++, python, angular, jss, java, etc.
But literally none for batch file programming (if that's even what it's called) so little documentation on cmd.exe and writing .bat files :'(
Can someone please please help?
Just point me in the right direction?
inb4 google it17 -
Just started learning python (may be a week or so) and colon " : " is fucking my life more than the semicolon " ; " did.7
-
These many Python libs exist for machine learning....
Used only scikit and gensim till now...
Little of theano... -
As a novice programmer, learning about the logging package in Python and how to utilize it is really exciting to me. It's basically what I've been working with recently (besides the script for macOS that won't fucking work).
-
Going to broaden my skill set by learning Java. I come from a Python (also working on the front-end mandatories: JavaScript, CSS, ect...) background and I'm already cringing from the extra work in syntax with Java.1
-
I just find out that AI is gonna extinct humanity. And developers will be on a privileged sit to appreciate that. So i decided to learn python and machine learning to help!20
-
I want to learn some new language's anyone have some tips on what to learn and some tips to start learning5
-
Making cheat codes with cheat engine -> making games with game maker -> learning Python freshman year of high school -> ap computer science -> 75% of a computer engineering degree and 2 internships, soon to be 3!
I'm almost a programmer! -
Any good recommendations for creating PDFs with Python? ReportLab seems powerful, but a steep learning curve. Looked at a couple other options quickly.
Side note...for as popular as PDFs are...it is surprisingly difficult to create them.3 -
Hello sysadmins, silly question but can I consider Python as a serious alternative to powershell/bash? I have always hidden myself from learning bash considering myself not that kind of guy hacking around in Linux. Thanks in advance4
-
Is it a good idea to start learning Python? I'm a PHP dev but I really want to get out of my comfort zone and try something new. Moreover, I think as a PHP dev, I don't really have a future.4
-
Learning Python as a first language. Or Pascal. It's a tie between mainstream informal and obsolete formal education.17
-
HEY ya'll I'm a programmer in python or at least I know the basics. Well I want to get into deep learning and nueral networks and I was wondering what tools should I use because I'm already using pycharm professional as my IDE and I'm playing around with pytorch.8
-
I want to write a program that uses machine learning to predict questions in an exam. The questions to be predicted are based on topics or trends from one year of newspapers and related topics from a syllabus. I wish to use python for this. But dont know where to start. I know nothing about ml! Wish to structure this out. Help me.14
-
Continuing to learn k8s ecosystem and to achieve acceptable level
With trying eventually Helm, Argo CD and even trying to use not managed setup for k8s.
Going though books to find out theory about being SRE.
And about data intensive apps.
Learning and trying Kafka
Learning and trying FastAPI and diving in generally to async python ecosystem
Learning Go.
Learning few more books to increase code quality and its compositioning.
Getting more practice in monitoring and logging systems with applicating them to k8s.3 -
Free python courses/study material? (online)
Thinking of learning python bcuz of how popular it is. Any websites/apps for beginners (that also extends to advanced without IAP or other form of payments)?
Thanks in advance.19 -
The best analogy I could find to this meme :
"the Hitchhiker's Guide to the Galaxy itself has outsold the Encyclopedia Galactica because it is slightly cheaper, and because it has the words 'DON'T PANIC' in large, friendly letters on the cover." -
!rant
Hello guys, a spy here. Working as a software tester, currently doing automation with Robot Framework, learning some Python on the way. Came to read about dev things. I really like it so far.2 -
I literally was fucking around in Python thinking I was doing some good, learned basics, kept switching languages, read about two books that did teach me a lot of stuff, stopped jumping between languages, still reading books, still learning, internet, exercises, books... YouTube had like 8% of participation in my learning process (Which is still going)
-
I'd like to create an imageboard app with React-Native and got a few questions.
Every user has to like or dislike the shown content to advance to the next image/video (tinder style). I want to use that data to feed a machine learning algorithm and generate an unique selection of displayed media for each user with that.
Even though I never used it yet before (I'm still learning to code) I want to use python and a python machine learning library for that.
Can you give me any advice for the python part? For example which library to use, where to start, etc. .
Do you think that might be an interesting idea to realize? :)2 -
My job involves writing a trading bot. Initially I thought it was gonna be cool but God I was wrong. Learning how to write in python (python's oop and indentation is a nightmare), backtesting a strategy, learning how to use libraries like backtester, TaLib , Pandas. All seems to have really steep learning curve and at the same time it is bloody boring.8
-
Saw two interesting bundles on fossbytes, did somebody get the python or the white hat bundle and can recommend them?
https://deals.fossbytes.com/sales/...
https://deals.fossbytes.com/sales/...2 -
I'm learning python for work and trying to see the best practices for python projects. Are there any open source projects of python that anyone can post?
-
Should I learn JS or Python?
Python is the better choice for ai as far as I know and I'm interested in learning Django. On the other hand Node.js is great for backend and servers.4 -
!rant
Started learning Python today, whats ur opinion on Jupyter? I thought it to be quite nice:)
Also, Python 2.7 or 3? Im using 2.7 right now. Is the transition from 2.7 to three all that big?7 -
It's been a while since I started my first python course on Udemy.
I feel the urge to rant because as I'm leaning more and more and getting increasingly more interested in the subject, the instructor's tone is getting sloppier and sloppier and the quality of the videos is increasingly worse. Really, the videos are so blurred that I cannot read what the guy writes, so I have to turn the captions on hoping that he says out loud everything he types.
Fuck.6 -
I learnt a lot of my java background from Minecraft modding. I even went back a couple years ago when I was learning python and used the Minecraft python api to make my learning a little more interactive.
I'm always trying to find cool ways to apply programming to my hobbies, and hacking / modding / breaking the games I play it's a hell of a lot of fun and drives me to learn more1 -
Starting with rust, seems like an advanced language and I think python corrupted me, it makes learning new language a task. Is it python or rust is bit complex?4
-
There is a deal on udemy for black Friday, all courses are 9.99€ in case anyone cares, I know it's really popular among devs.
I got one for unreal engine and one for python machine learning - they are well taught so far.5 -
i feel its a great time to be a developer we have so many toys to play with
machine learning, scientific python, nodejs, frontend js frameworks, nosql, NLP, elasticsearch, mongodb, open source .net, big data with java, arduino..., VR, 3d printing
what toys are you playing with? -
So my job is now starting to spin back around towards more development styles roles.
Currently I am in the process of learning about an internal Asp.Net app for managing invoicing.
A .net core app to manage changes to rate card prices.
And a small python app which runs 40+ sql queries and writes the results to a spreadsheet.
This is the jest time I’ve used python, and I have to say I really like it2 -
Started learning python async with curio and trio just two days ago, and I must say I'm really having a blast.
I have a few pending ideas to combine it with websockets (also first time I'm learning how to use them).
Haven't had this much fun with python in a while!
Also, sidequestion: how can return a value from an async function with curio or trio? I can't find a proper answer or example about that, other than some hints about memory channels in trio3 -
language confusion is a mess. as a python newbie i am very focused on learning for the last two weeks. now i am not even able to declare my php-variables properly and end up getting errors the whole evening.1
-
Hey everyone :-) - Hope you're all doing well & Staying safe, i just have a question for you all, i have a project i am working on which is a command line tool to track my storage on my PC & laptop, right now it outputs my remaining space, used space and storage capacity :-), it also shows these numbers on bar chart & pie chart - i'm proud of it! :D , its written in Python also - would love to know what other things would you guys add to it? any ideas? id really appreciate it :-) cheers! <336
-
Dreaming in Code!
I know very little code at this point. Mostly HTML, CSS and a sprinkling of JavaScript and Python.
That was clearly enough for my brain to generate some imaginary lines and fill the gaps in a night of wild dreams.
I guess any code language works much like human languages with grammars, vocabularies and punctuations.
So dreaming in code isn't all that odd?!
Whether you're learning Japanese or JavaScript, Portuguese or Python, you need to read, repeat and regurgitate.
I hope that's what my mind attempted last night. Not the most visually inspiring of dreams, but certainly vivid.
Has anyone else experienced something similar? Has anyone tried applying language learning tricks to learning coding?8 -
!dev !rant
thanks for all of your kind words after i had my teeth extracted ( https://devrant.com/rants/1370525/... )
i'm eating normally now, and i'm learning python faster than ever. i really like sololearn better than codeacademy.2 -
Greetings to my fellow developers and also my friends which I consider you all to be to me!, so very recently I stumbled upon someone by the name of ‘George Hotz’ I really think thats his last name but anyways to continue!.
I watched many of his coding streams (he seems to use python all the time) so friends, He seems to be pre good at what he does, and it really inspired/motivated me to learning python, and I really hope not for the wrong reasons 🤓😅, so how do i go around to getting onto that level of being a python dev? Just some back story I started with c# then went to c++,
Personally I’m finding it quite the struggle to understand python😅, I’m currently trying to learn by using a book called head first in Python, i personally love how the book is made through many pictures and less wording :D , and also i use IDLE which looks to be a learning given by python 🤓
So everyone, I’d once again like to say thank you for reading my very long message or post, I appreciate your time to read it also! I know i seem to ramble on alot but my bad 😅, i hope you have a wonderful day/night wherever you may be ❤️
- Milo6 -
Started learning Python yesterday and with the help of the mighty internet I wrote a script that tells me how many lines of Java code I have written in a project. Just 9 lines of python and it works like a charm. Was so excited that I tried to tell my non Dev friends about it, but they where like "yeah, what ever"... I am always kinda sad that so many people aren't interested in programming, not even a tiny bit :/
But anyways... Python my love, where have you been all my life?2 -
!rant I've been meaning to learn Python for quite some time.
I've worked with Java, PHP, C, C#, JS, Ruby, even a bit of Lua. Any good books to recommend?3 -
I'm new to programming and my professor said I should work on a project this summer..... Any suggestions?!
Side note: I will be trying to advance my knowledge of Python and learning Java4 -
Anyone tell me the all in one website for programming similar to tutorialspoint. 😊
Because tutorials point has no any update regarding Machine Learning and latest package of python tensorflow.4 -
Learning Java after learning python for School and helping the new programmers who are in the class I finished last term. I see python code and get nervous because there’s no semicolons or curly brackets, but then again I’m like “Fuck I miss python!”
But I’m usually the go to guy when people need help because I make YouTube tutorials for my colleagues to help them understand what I’ve learned, and share flash cards on quizlet, and generally tell anyone if you need help I’ll help. -
Whenever I start talking about machine learning the first question I get from the pretentious ones is, "Is it supervised or unsupervised classification?"
-
I'm in kind of a clutch between learning Ruby or Python.
I did some stuff with Ruby (Hello World, a little RoR) but I like it a lot ao far.
However, support for it isn't that big (packages, tooling, etc) as for Python :/
Which one to pick?2 -
Dart is interesting. Had fun learning that language eventhough it's not as famous as other languages like js or python.
-
I joined a sort of computer science club in 2014 that had everyone learn python on http://codecademy.com. Two weeks later I started learning JavaScript on the same site.
-
After years of experience I still find my self learning python from the official docs, it's the best place to learn python 😘😘🥰💕3
-
Today was a productive day, learning a lot in python, making a REST API and almost done with user controller, and jwt tokens
Thanks to @gamingfail123 for his guidance :)1 -
Hey, I'm new here, this is my first post and I want to start asking:
I'm not very good at Java and I'd like to learn Python but I don't have much time to improve Java and learn Python.
What should I focus on? (having in mind job offers and future)
Is it worthy to learn both?6 -
Does anyone use pascal and what for?
Is there a better editor than borlands delphi?
Is pascal worth using/learning?
Can anyone advise if R or python would be more useful?3 -
Learning Python first before learning SQL is a fucking joke...
its like learning to run before learning to walking...
my bootcamp kinda sucks12 -
Any resources for self-learning algos in Python?
Python maybe to high level so C# would be good to.
Clarification I am looking for resources AI learning itself and not me learning it.2 -
You know why I know that Francois Chollet's Deep Learning with Python is a good book for beginners?
He takes the idea of A.I in the context of Machine Learning and Python, and makes people realize that we are not going to have big tiddy android girls from her till McCarthy knows when.
Well that sucks. One of my sole purposes behind getting to AI was to have me own Jarvis that could help me build 2B.
Oh well.......3 -
Anyone know of any GPU accelerated Machine Learning libraries that DON'T need Python, something maybe using C/C++, C# or Java?12
-
Any people using Julia here for something real. Like analysis or building applications? Is it worth learning or should I stick to python and cpp ?2
-
I honestly cant get passionate about learning. I need a project I can be passionate about but idk what to do :/
Any suggestions? (Language: python)2 -
Started with flow chart programming in a robotics club after class in middle school.
Joined another club where I spent the first 3-4 weeks learning Python and JS basics on freecodecamp.
Programming classes on algorithms and frameworks in high school and college.
Beyond that, mostly reading documentation, stackoverflow and some udemy courses. -
thinking of learning a new programing language anything easy for a python "dev"?
would also like if jetbrains has an ide for it6 -
i’m considering learning back-end, what do you people think, where should i start? javascript + node.js or python? which would be more useful or versatile especially for web apps? thanks in advance.12
-
!Rant.
Anybody out there working on any machine learning python libraries? if so, Please let me know. I would like to contribute. -
Can anyone suggest what should a 16 year old python programmer from India should do. I think ml and deep learning or hot right now so I am learning those. Any suggestions, thanx in advanced 😊4
-
Hey I need some advice
if i'm planning on going into IT Security with like ethical hacking and stuff like that and I already am learning Python + have a decent knowledge of CSS & HTML what should I start learning next while I'm bored at internship
(just incase it matter i'm using my school laptop, not the best but hasn't let me down so far and I have the basic admin rights since i'm on my high school's tech team)6 -
BlueJ for Java and the IDLE for Python.
No big difference to coding in NotePad.
Just don't understand, why IDEs for learning purposes are that feature-less.
"Hey, you want to learn to code in that specifc language? It would be a shame, if you have to do almost anything by yourself."4 -
Hello Guys... Just wanted to have some opinions:
Considering long-term career stability, how does a Machine Learning engineer compare with a Software Developer ( C, C++, Java, Python, etc. ) & a Web Developer ( Java, JavaScript, SQL, CSS, Python ) ?9 -
Hello folks. This is not a rant but a call to comrades for suggestion and advice. Currently, Java programmer by profession. I am planning on migrating to Python and am looking to start learning. Looking around for tutorials/projects/courses to learn. Please suggest your insights. Thank you.
-
Learning to use logging in Python for an existing application.
🙇Feeling enlightened looking at the first log file output.3 -
Stuck in between learning java EE(already read a book but not written so much code) and learning to use Python for ML what should I do?7
-
I was wondering if it is allowed to crawl all posted rants on devrant to do some fancy data mining stuff while learning python. Any clue?3
-
I finished my graduation project
We developed app for skin disease classification, we used Flutter & Python for training the model on a dataset called SD-198
We tried to use Transfer Learning to hit the highest accuracy but actually IT DIDN'T WORK SURPRISINGLY!!
After that's we tried build our CNN model with a few of layers, we scored %24
We couldn't improve it more, we are proud of ourself but we want to improve it moreee
Any suggestions?
Thank you for reading.2 -
You'd think I'd fucking learn by now to check for typos before going off on a tangent of over complicated reasons why something may not be working... Learning python/django for the first time, and have been trying to figure out how to run gunicorn... turns out I was typing myproject.wgsi rather than myproject.wsgi...
Though I suppose not knowing about how python modules work added to my confusion... still... ugh... -
If you are learning to code like me just because a language is claimed to be the easiest to learn doesn't make it best for you. I spent so much time trying to learn python and struggled but switched over to Java which is definitely more complex than python but I've actually been learning it better. Find what's best for you!
-
Is learning a low level langauge essential for understanding high level stuff?
Say I'm using Python/some framework in it(for data science/machine learning), I don't see how knowing C would help me do it better. A lot of results on "benefits of learning C" argue that it helps understand/use high level stuff better.15 -
I'm learning python and I feel more and more like it!
I either have too much space, or not enough. And this is screwing my chance to pick up tabs... -
I am a mobile dev. Wants to step into backend world by learning python.. django perhaps. I am not sure myself. If someone can point towards good tutorials or links, which takes low learning curve in picking up things.. Thanks.
P.s. I found django rest framework official tut site. Also agiliq.com3 -
I have a custom strategy done in trading view. How do I even convert this strategy to a trading bot on Binance ? This seems so overwhelming. I have no experience in writing a trading bot, it seems very complicated. Most of the tutorials are on python, do u think learning python will make it easier to learn all of this ?3
-
Hi guys I'm new here. I have been learning python since past few days. And I'm also fimiliar with javaScript as well. but its been quite a while.
Can anybody help me in telling me about stuff that how can I make android apps using python. and what all I need to learn ? looking for a constructive feedback. Thank you.4 -
Looking at colleges on summer break between learning python and some projects can't decide between computer science and cyber security as a major 😰 why can't I choose2
-
Persuade me on my next language. Right now I use python. Debating between JavaScript, Go, or C/C++. You'll get a ++bomb prize for responses that are detailed and include good resources for learning. Commence!7
-
How many languages does one have to learn...? Learnt C, C++ and Java because of college courses. Learnt HTML, CSS, and vanilla JS because I wanted to learn frontend. Now learning R for big data analytics. Today, I came to know that I need to learn more Java or start learning Python for Hadoop...!!
😧😵1 -
Am learning python programming; any pointer to exercises, challenges or projects i can use for practice.4
-
LEARNING QUESTION
I have been learning a lot of coding, front and back end web mainly (a touch of C# and Python but trying to keep my focus on web for now).
I am wondering where is the best place to learn about integration of SQL into other web programming (PHP for example).
Any tips are greatly appreciated.1 -
Hey guys, I'm new to coding and DevRant. I was looking for some ground to learn some cool stuff but don't know were to start. What are some good languages to start? I know Python and VBA for now. What are some good sites for learning??4
-
So I’ve been enjoying JS but I hadn’t programmed in python in a bit so I decided to do a small project but that turned into me putting JS aside and I’m pissed now because that was not my intention so I’m just putting my python down until a learn JS and the other languages I plan on learning cause I gotta get that out of the way
-
Is Python programming language used in AI and Machine Learning?
Hi folks,
I have a query in regards to as we know python use in data science but is python also used in artificial intelligence and machine learning. I also want to know which technology using a python programming language.
Any suggestions would be appreciated!!2 -
Found a great book called Grokking Deep Learning from Andrew Trask. The hole point in to make your own Deep Learning framework from scratch. Using python, but I think I'm going to try to go at it using Typescript. Lets see how that goes.1
-
Is it a good idea to learn two programming languages at the same time? I have a learning schedule created like I learn 2 languages alternatively in a week. For example, Python on Monday, Wednesday, Friday and Java on Tuesday, Thursday and Saturday. Is this a right approach to learn a new programming language or practice already learnt programming language? Any suggestions or developers following similar pattern of learning, please share your sample schedule.14
-
Started learning development 6 years ago with VB on YouTube, after a year I switched to C# and then I got into web development so I started learning html,css,javascript,php and I just add to that list nowadays (nodejs, python, rust, ruby, ...)
-
Hi dev fellows !
I would like to know what is the best app (nice interface, simple / clean and effective metodology, with lessons / exercices, etc) to learn new langages ? Like python, Java, etc.
I have already Py and Enki which are pretty good.4 -
Learning Python.
Wrote a script to download images from the official MotoGP website.
https://github.com/d02d33pak/...
Was curious to know what "professional" scripts look like.
Anyone willing to take a look and go I've some advise?13 -
I've been doing web development with python for about a year and I want to start learning about AI and ML, where should I start? what are good first steps?5
-
Okay so I've been programming for around a few months learning python. I'm a slow learner so I try to stick with a learning schedule that suits me and i do got it, but I've come across a problem that keeps happening.
When will I know when to use certain functions like len(), range(), Or even modulas %. Because I forget they're there and im worried its going to effect me from being better.
Another problem while I have some of your attention is i dont know when to use math in my code really well but I've been getting better at that so I'm gonna practice a little bit for that.3 -
!rant
I am building a side project to build a recommendation system for research papers. Since it's my first attempt, any tips? Also, my plan is to get it in the cloud, build a separate webpage to summon data from it. Honestly, most of it is three-fourths imagination, one-fourth google queries. The cloud idea is solely to provide it means to train real time.
I plan on using Python for this, other than the html/css frontend.
As someone who is very new to such a project, what should I know before I start?
Thanks,
S.3 -
Here can someone help me to guid become software architect. I work as lead in backend. My learning in spring boot , Python Flask and Djngo seems stagnated from a year or more. Want to go beyond but don’t know how.2
-
Can someone give a roadmap for learning Backend Web app Dev?
I heard that php is better at performance for large web apps
or should i go for something else ( i prefer to be native)
I don't like python/django because it has small community/resourses to learn from compared to php14 -
Hello everybody,
I want to start learning web development. Do you have any resources that can recommend me?
I have some expérience with Python and C, but no web.
Thanks in advance
I will look forward to hear about your answers.
Have a nice day. ☺️13 -
Newbie in Python here. Blank 0 newbie. Now, the question for the relatives.
What is the core object of Python when talking to objects, functions, and relationships between those last.2 -
Any former sysadmins here?
I am one for the past 4 years but I had enough. I really want to switch to the developer world. Currently self-learning in my free time. I already know java, python and javascript.
Any advices?6 -
I am using python scripts for mathematical computations and deep learning wheres spring to build the server and now want to handle the scripts from spring guess what scripts were in python 3.6 and fucking jython does not support it.. so tried finding the different libs like jpy , jpe and analysisRPC.. Everything seems just bullshit .
Finally using Kafka to have my interprocess communication.. -
PyCharm - worth buying?
Currently 30% off.
I'm learning to code Python at the moment and just using Sublime - so wondering whether it's worth it?
https://jetbrains.com/pycharm/buy/...8 -
I've been feeling a lot of burnout these past few days/weeks... But like only in a specific programming language? Which is an issue cause I mainly work on python and I can't seem to bring myself to do that while learning and working with new languages/frameworks in classes are no problem.1
-
So I've finished dicking around with Python to learn the fundamentals. Now I want to give Game Development a try before I write it off. What would be a good set of tools to start learning for it? Unity and C#? I've heard someone recommend Rust for it6
-
How do I create a Collab..
Well, I'm looking to form a team of 2 - 4 members. We will be devoted to learning machine learning through books, Kaggle, self assignments and various group discussions and pair programming. We will form a group name, open a GitHub account and upload our projects there. Am looking up to extending it to build projects together. This can also help us build our portfolios.
There are no tight requirements. But some good programming skills especially in Python will be great and a good understanding of high school math. We will be learning together.3 -
I know Python and want to start learning js but all the tutorials just talk for hours about variables and functions 😕. Where can I find tutorials that are geared more towards experienced developers?1
-
[ADVICE NEEDED]
I'm just going to graduate, and I got a job as S/W engineer(trainee) in a small (500 odd employees) company, which uses salesforce, SAP and sharepoint technologies! They are most probably gonna put me in salesforce or SAP. Is it good enough for `me`(read my background), I'm kind of confused, should I go for higher studies?
BACKGROUND:
very average student, but swift at learning technologies, never really got interested in competitive (otherwise I had a real good chance in top companies), I kind of have good IT skills - proficient in python and angularJS, but recently I have got into ML and done some projects!
Okay here's the part, I know it's important for a fresher to be good in data structures, I'm indeed good in parts which I have used! I haven't used AVL tree in any of my projects so I don't know, nor I have ever used bitwise ops!
I think I want to get into roots of ML (some people say I'm fickle but IDC), I think if I take the above job I may loose my interests or may not have time, Please advice.
(sorry for the tags but I need advice from people for all these fields)10 -
Am having a problem with my pycharm ide i am new to programming i am learning python using pycharm as my ide but wen i try importing openpyxl it always gives me an error message so i was thinking of switching to atom pleas i need help9
-
Hi guys I do have this problem while learning and I need an advice from y'all...take python it was created with c if I'm correct, and it has alot of applications very good language, but I do think y shd I learn python why not C ,, even using React I feel like Facebook developed it y can't I learn from the source directly?.jst confused 🤔15
-
Any good algo book for a guy who's managed to read C Primer Plus and Learning Python? With math really explained. He's bad in math.7
-
!rant
Ok, so I want to become penetration tester/ethical hacker. I'm learning programming in python and I'm wondering if that is good programming language for that job?5 -
Im learning python and as it is an easy language to learn im finding hard times to start doing exersices and quizzes.
Can someone guide me on what is a the perfect approach in atcheiving my goal.
Thank you all7 -
i am learning python on phone and pc would anyone like to join me i am 19 :/ and seriously interested in code!
-
Exponent of string,
What tf does this mean?.. I'm currently learning python in our university's elab and one of the questions, asks me to do this... Can someone tell me what is it?.. I've never heard something like that😐9 -
Continuing learning a little bit of Java with sololearn. Definitely hard considering I'm coming from Python hahaha. I'm pretty excited to learn Java though because I've always been interested in the possibilities of the language and of learning OOP3
-
Which backend language has the least learning curve and you can scale your knowledge and learn cool things further down the lane ?
For me it's Python. -
Which organisation is good for machine learning for a moderate type coder in python for GSOC.
For selection in GSOC what should be my strategy. -
!rant && needAdvice
I want to start learning python..
My question now is: Should I go with Python 2 or 3? I heard there are some rather major differences6 -
Ah. As someone learning Python coming from .NET background, function names starting with a lower case is killing me.
I just spent 5 minutes figuring out why "PIL.Image.Open" didn't work. It's "open" not "Open"!!! -
I've been learning Flutter this month from scratch and coming from a background of both Java and Python, Dart pretty much feels like a mule to me . It's a cross between both of them...1
-
I will start learning Django framework next week. I know elementary python. Any advice on path I should take will be helpful.1
-
I want to add Python programmers engineer , SQL Server engineer, machine learning engineer on my social media like Instagram , Snapchat , LinkedIn , WhatsApp etc . To know about better understanding of these languages and their concepts and explore more in engineering field . Plz comments your I'd and be my mentor .
Your friend ,
Degel(Rahul Vishwas)2 -
C++ Dev Learning Python : Have some ice-cream darling.😁
Python Dev learning C++ : Why darling why ! 😮
Meanwhile Darling - 🙄3 -
Been using python for a couple years now. I've had brief ventures into Java and C# but they weren't for me. I've been looking into Cpp recently (watching cherno tutorials etc). Can anyone recommend a good written resource for learning?
-
The frustration is real when you have an assignment in a programming course that you immediately know the solution to and could bang out in less than two minutes with Python, but you're instead *forced* to use C++ which you only started learning two weeks ago... :Irant uuggh can i just autotranslate py code pls school python cpp school that hosts the course sucks balls2
-
So i have begun learning python and jupyter notebooks etc Do you have any advice for someone like me who's a react dev and trying to switch to data science?11
-
I'm a beginner in python, looking for some tutorials and interview questions with examples. Would be great if can suggest some good website/pdf for learning. thanks3
-
How much time will it take to learn docker?
I want to containerize python deep learning models, which you tensorflow and mxnet.7 -
Learning Python from some days back, and have confused about Python Array and Python Lists, please help me to understand this.
Thank You.5 -
What is ruby and why should i learn it. also whats the next step after learning fundamentals in Python?13
-
Working on image identifier program on python want to add machine learning in the program need help.....suggestion plz1
-
hello everyone,
an old friend needs advice on how to get into the data science field as self taught and the learning path to take,
he is currently studying computer science in uni but doesn't trust the system like other students.
he is currently learning python and has been very committed to the learning process.
i know nothing about the data science field, any well explained advice will be very much appreciated.1 -
I'm trying to get a non-programmer up to speed with some basic Python programming.
Any recommendations for online courses?
I'd prefer something free and text-based if possible, but any good recommendations are welcome.
I've looked at stuff like CodeAcademy, but most of the courses are behind a paywall.3