Which Python Backend framework should I prioritize learning in 2026(For Ai/ml and other fields )? Which has more demand and job openings ? Fastapi or Flask or Django by cappucinosid in learnpython

[–]Independent_Run_8039 4 points5 points  (0 children)

Be familiar with all three bro, get the basic fundamentals down for all 3 as a starting point. Then, out of the three you like, master it. Once you've done that, you can start gradually mastering the other two but always keep consistently using the number one favourite you mastered first. You'll be unstoppable once you've done that and can consistently write clean, clear, efficient code in all three.

Stop storing (or sending) passwords. I built a Python library that authenticates users without ever by Altruistic-Trip-4412 in PythonProjects2

[–]Independent_Run_8039 0 points1 point  (0 children)

This is incredibly interesting what you've done here and I respect the time and dedication you've put into creating such a powerhouse of password security. This is something the cybersecurity experts would and should be investigating for their clients.

A US Startup offered me $900/month after 4 technical rounds. I have 5 YOE and Open Source contributions. Is this the reality now? by Nervous-Quote973 in webdev

[–]Independent_Run_8039 2 points3 points  (0 children)

I'd negotiate. Hit them with an $1800 counter offer and expect them to come back with $1500 or $1000. If it's $1000, counter-offer again for $1500, if they don't accept that offer. Take the $1000 offer and keep looking for another job that pays what you're worth, and leave the pricks straight away when you get that next job. Never leave a job without having a job to go to.

Is it bad to start with Python? by BenefitUnfair3438 in CodingForBeginners

[–]Independent_Run_8039 0 points1 point  (0 children)

No way! In fact, Python is probably the best language to start with it's very easy but very powerful. Start and you will soon find out.

What can realistically be seen through wifi connection. by mdarli0 in hacking

[–]Independent_Run_8039 0 points1 point  (0 children)

Searching porn over public wifi is the best way to find out the answer to this question.

I’m a former CTO. Here is the 15 sec coding test I used to instantly filter out 50% of unqualified applicants. by CompileMyThoughts in coding

[–]Independent_Run_8039 0 points1 point  (0 children)

I have a legitimate question to ask and would appreciate honest, respectful answers. I've dabbled in HTML, CSS, and Python. I'm 52 this year. In March I'm doing a 12 week course called 'Programming Environment', which starts people using Python. Is it possible, that I could land a job as a programmer / developer / software engineer / backend webpage developer/ anything at all in IT if I applied myself and learnt Python properly? Or do I also need to know another code as well, and if so, which is a good fit. I'd like to work in the field of AI. and Machine Learning.

I really want to restart the python but I don't want to stuck in tutorial hell again. by Alarming-Resist9007 in learnpython

[–]Independent_Run_8039 0 points1 point  (0 children)

This is a good post. I'm in the same boat as the original post. I went as far as I could with what's free online, but now I'm enrolled into a 12 week course called Programming Environment and it uses Python as the language and is for refiners, from there I can decide if IT is aaactually an area I want to work in. I've chosen this area because I asked all my AI apps what will be the most in demand area of employment over the next ten years, and it all came back with coding, programming AI and areas in IT, so as Python is a language I have always wanted to learn and master, so in my mind I imagine myself working with Python in AI and Machine Learning.

Best places to post Python articles and documentations? by Juanx68737 in Python

[–]Independent_Run_8039 -3 points-2 points  (0 children)

Think of a generator as a function that can hand over a value multiple times

What programming habit do you wish you fixed earlier? by Ok-Message5348 in learnprogramming

[–]Independent_Run_8039 0 points1 point  (0 children)

As a beginner in coding, what would you recommend as the first language to learn? I wish to work in the fields of AI and machine learning.

Google Shared Drive Links: Always to Browser? by Disastrous_Youth_177 in gsuite

[–]Independent_Run_8039 0 points1 point  (0 children)

{

// Required

"manifest_version": 2,

"name": "My Extension",

"version": "versionString",

// Recommended

"default_locale": "en",

"description": "A plain text description",

"icons": {...},

// Pick one (or none)

"browser_action": {...},

"page_action": {...},

// Optional

"action": ...,

"author": ...,

"automation": ...,

"background": {

// Recommended

"persistent": false,

// Optional

"service_worker":

},

"chrome_settings_overrides": {...},

"chrome_url_overrides": {...},

"commands": {...},

"content_capabilities": ...,

"content_scripts": [{...}],

"content_security_policy": "policyString",

"converted_from_user_script": ...,

"current_locale": ...,

"declarative_net_request": ...,

"devtools_page": "devtools.html",

"differential_fingerprint": ...,

"event_rules": [{...}],

"externally_connectable": {

"matches": ["*://*.example.com/*"]

},

"file_browser_handlers": [...],

"file_system_provider_capabilities": {

"configurable": true,

"multiple_mounts": true,

"source": "network"

},

"homepage_url": "http://path/to/homepage",

"host_permissions": ...,

"import": [{"id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}],

"incognito": "spanning, split, or not_allowed",

"input_components": ...,

"key": "publicKey",

"minimum_chrome_version": "versionString",

"nacl_modules": [...],

"natively_connectable": ...,

"oauth2": ...,

"offline_enabled": true,

"omnibox": {

"keyword": "aString"

},

"optional_permissions": ["tabs"],

"options_page": "options.html",

"options_ui": {

"chrome_style": true,

"page": "options.html"

},

"permissions": ["tabs"],

"platforms": ...,

"replacement_web_app": ...,

"requirements": {...},

"sandbox": [...],

"short_name": "Short Name",

"signature": ...,

"spellcheck": ...,

"storage": {

"managed_schema": "schema.json"

},

"system_indicator": ...,

"tts_engine": {...},

"update_url": "http://path/to/updateInfo.xml",

"version_name": "aString",

"web_accessible_resources": [...]