[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 3424084181005534.png (8 KB, 447x447)
8 KB
8 KB PNG
How to learn it within like 2 weeks or something. Is there a way?
I dont want to master it but I need to learn it fast
>>
should have paid attention in class, kid. I'm sorry but maybe high school isn't for you
>>
>>108473208
>high school
Im in uni tho
>>
why do you need to learn it fast
>>
File: matrix.png (983 KB, 1440x1282)
983 KB
983 KB PNG
>>108473197
operator, I need a python 3.x
>>
its REALLY easy
t. learning it in uni rn
>>
>>108473271
I am smoothbrained brother, how do you study? Yt videos? Books?
>>
File: 1774616208532321.png (250 KB, 718x588)
250 KB
250 KB PNG
>>108473197
>how can I learn a nocoder language in 2 weeks
Tell Ai to write a basic game engine with entity framework in Python and go from there.
>>
>>108473322
>Ai
I was trying to avoid depending on ai, well ig ill just do it then.
>>
>>108473197
You don't need more than a minute.
https://www.youtube.com/watch?v=fabelAs_m08
>>
>>108473322
>pic
holy kek
>>
>>108473197
1. Read the grammar to learn the syntax.
2. Memorize the builtin functions.
3. Find a standard library reference and practice using a few. Start with sys and os, then maybe something like urllib3.
4. Learn how to create a virtual environment, active it, and get pwned trying to install hacked packages with pip.
>>
>>108473274
my lectures are good so i dont but i have homework and programming experience
read official docs and cobcepts from here
or ask chatgpt
https://realpython.com/
>>
File: lament_configuration.png (284 KB, 640x740)
284 KB
284 KB PNG
>>
Brother there are like a million crash course videos on YouTube. You could learn it in less than a day if you already know the programming fundamentals.
>>
Youtube:
MIT's cs intro. You'll need to watch it on 2x though. The girl teacher is a slow talker.

Harvard CS50p. He's the fastest talker in the known universe squeezing a 6 hour lecture and lab into an hour.

Books:
Automate the Boring Stuff
Python Crash Course

Web:
https://learnxinyminutes.com/python/
>>
>>108473197
>>108473217
you can learn python really quick just run through any youtube playlist. it's really not that hard. after going through the playlist, you should have everything you need in a day, or a few days tops if you're new to programming, then just look up your curriculum and see if there are any specific concepts and make sure you covered them, e.g. iteration vs recursion. make sure to try out all the concepts yourself as you go along with the videos. Use Python with Idle so that you can edit during execution.
>>
>>108473698
>Idle
^Yes.

Don't get sucked into pycharm, vsc, or any of the advanced feature nonsense (yet) just to start learning iterating through lists of cat names or methods that print pizza topping choices.
>>
>>108473197
>How to learn it within like 2 weeks or something. Is there a way?
yes but you need to start with a specific problem to solve. could be something really simple like "I want to use python to create an index of all of the images in my meme folder with searchable extracted text so I can find the meme I want quickly". then make it happen
>>
>>108473197
Yes you can easily learn the basics in 2 weeks. Just pick something you'd like to do and either build that program function by function, line by line, or find an example online and start from that
>>
>>108473217
why did you waste your time playing video games instead of doing homework?
>>
These threads are fucking retarded. Learning to program and learning a language are not remotely similar.
>>
There's an interactive book online called "How to think like a computer scientist" or something like that that will teach the basics pretty well starting from fundamental cs concepts.
I went through it in like a month without pushing much (and the last time I had coded anything but matlab simulations was using c for embedded shit a couple years before, so you'll probably have me beat there too), so you should be able to do it in a couple weeks just fine if you go at it hard. The exercises are interactive, they test if the solution is right and iirc you could even execute it line by line and see the variables and objects and stuff that get set on each line.
There's both a python and c++ version but idk if the second one is as solid.
>>
if it's not your first language you can probably pick it up in a week
if it is then lol good luck
>>
>>108474892
Isn't that guy a convicted senior citizen rapist?
>>
>>108475185
That's how you know it's good shit
>>
>>108474807
what is the difference anon?
>>
>>108473197
Python is good only when your code doesn't have "class". Believe it.

Everything under the hood is OOPs (JUST SAY OOPS!), it is objects all the way down, bloody and stinky everywhere.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.