#python programing
Explore tagged Tumblr posts
shwetagoel7 · 8 months ago
Text
Enroll in python-based Generative AI courses in Delhi NCR. Learn how to use advanced AI techniques to create text, graphics, and more. Enroll now
0 notes
codewithnazam · 2 years ago
Text
The Art of Using Tuples in Python
Python is a versatile and high-level programming language that is used for a wide range of applications. One of the most important data structures in Python is the tuple. In this article, we will discuss the concept of tuples in Python, how to create them, and various operations that can be performed on them. What are Tuples in Python? A tuple is an immutable, ordered collection of items, which…
Tumblr media
View On WordPress
0 notes
whatsnotup · 2 years ago
Text
Found this really helpful. Hope you do too.
Python Projects with Tutorials, Video Demos and Source Codes
Tumblr media
Read More In Detail: 70+ Python Projects with Tutorials, Video Demos and Source Codes
140 notes · View notes
sondercrow · 2 years ago
Text
So python is apparently unable to handle if-statement with more than 2996 elif’s, which is fair, however, it’s really limiting my implentation of an is_even function
Tumblr media
Any ideas on how I can work around this?
4K notes · View notes
codingquill · 1 year ago
Text
Essentials You Need to Become a Web Developer
HTML, CSS, and JavaScript Mastery
Text Editor/Integrated Development Environment (IDE): Popular choices include Visual Studio Code, Sublime Text.
Version Control/Git: Platforms like GitHub, GitLab, and Bitbucket allow you to track changes, collaborate with others, and contribute to open-source projects.
Responsive Web Design Skills: Learn CSS frameworks like Bootstrap or Flexbox and master media queries
Understanding of Web Browsers: Familiarize yourself with browser developer tools for debugging and testing your code.
Front-End Frameworks: for example : React, Angular, or Vue.js are powerful tools for building dynamic and interactive web applications.
Back-End Development Skills: Understanding server-side programming languages (e.g., Node.js, Python, Ruby , php) and databases (e.g., MySQL, MongoDB)
Web Hosting and Deployment Knowledge: Platforms like Heroku, Vercel , Netlify, or AWS can help simplify this process.
Basic DevOps and CI/CD Understanding
Soft Skills and Problem-Solving: Effective communication, teamwork, and problem-solving skills
Confidence in Yourself: Confidence is a powerful asset. Believe in your abilities, and don't be afraid to take on challenging projects. The more you trust yourself, the more you'll be able to tackle complex coding tasks and overcome obstacles with determination.
2K notes · View notes
punstars · 1 year ago
Text
Tumblr media
1K notes · View notes
endythebendy · 8 months ago
Text
"So you know how C is procedural, Haskell is functional, and Java is object-oriented? You may ask: 'what about Python?'
Well, Python is bullshit-oriented."
My friend, teaching me Python.
314 notes · View notes
Text
put @i-am-a-snom and jerma985 with key plot points into a time loop and see what happens
173 notes · View notes
zooplekochi · 1 year ago
Text
Tumblr media
They call it "Cost optimization to navigate crises"
672 notes · View notes
shwetagoel7 · 2 years ago
Link
Unleash Your Coding Potential with the Finest Python Course in Badarpur Delhi. Master Python Programming and Excel in Your Career
0 notes
mutter-official · 2 days ago
Text
aaaaaalright I'm sitting down to do a lot of work on this stupid python project I have to do for class so here's a giant post I'm gonna reblog repeatedly with me being angry with python
to start things off right: WHY THE FUCKING FUCKITY FUCK FUCK ARE CONSTRUCTORS CALLED THAT
60 notes · View notes
electricxangell · 12 days ago
Text
dev process of my submission for hackapet by hack club!!
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
drew all the assets, wrote all the code, consumed all the energy drinks xD
overall an incredibly fun experience!! learning pixel art and ignoring my psychology tests were the biggest highlights :3
now onto the final push to submit on time >:D
56 notes · View notes
track-maniac · 5 months ago
Text
Feeling inspired by a post I saw a few months ago, I programmed a simple game of tic-tac-toe in python, in a single expression. Like regular functional programming, this means I can't mutate variables. But more than functional programming, this also means I can't
Declare variables at all
Declare functions
Use most loops and branch structures
The resulting program is 1730 characters long after removing all the non-strictly necessary whitespace and contains "lambda" 9 times.
The players are asked where they want to play using a number for each cell, in the configuration of a standard numpad. The program checks for invalid input too.
Source code under the cut
(lambda grid,toggle,players,cells_filled,print_grid,check_victory,ask_xy,validate_input,the_game:(lambda victor:print('=====\n'+('Draw.'if victor is None else f"{victor} wins!")))(the_game(grid,players,cells_filled,toggle,print_grid,check_victory,ask_xy,validate_input,the_game)))([[7,8,9],[4,5,6],[1,2,3]],True,['X','O'],0,lambda grid:print('\n'+'\n'.join(' '.join(map(str,ligne))for ligne in grid)),lambda grid,players:([player for player in players if any(set(grid[i][col]for i in[0,1,2])=={player}for col in[0,1,2])or any(set(grid[row])=={player}for row in[0,1,2])or set(grid[i][i]for i in[0,1,2])=={player}or set(grid[i][2-i]for i in[0,1,2])=={player}]+[None])[0],lambda players,toggle,grid,ask_xy,validate_input:validate_input(input(f"{players[toggle]}, place your symbol: "),grid,players,toggle,ask_xy,validate_input),lambda selection,grid,players,toggle,ask_xy,validate_input:(lambda selection,grid,players,toggle,ask_xy,validate_input:(selection%3,2-selection//3)if grid[2-selection//3][selection%3]not in players else ask_xy(players,toggle,grid,ask_xy,validate_input))(int(selection)-1,grid,players,toggle,ask_xy,validate_input)if len(selection)==1 and'0'<selection<='9'else ask_xy(players,toggle,grid,ask_xy,validate_input),lambda grid,players,cells_filled,toggle,print_grid,check_victory,ask_xy,validate_input,the_game:(print_grid(grid),the_game((lambda players,toggle,xy,grid:[[players[not toggle]if(j,i)==xy else grid[i][j]for j in[0,1,2]]for i in[0,1,2]])(players,toggle,ask_xy(players,not toggle,grid,ask_xy,validate_input),grid),players,cells_filled+1,not toggle,print_grid,check_victory,ask_xy,validate_input,the_game)if check_victory(grid,players)is None and cells_filled<9 else check_victory(grid,players))[1])
If you can't read any of this, don't worry, I can't either.
You can find the original code and a slightly more readable version on my gitlab: https://gitlab.com/Rijaja/gaae/-/tree/main/tttaae (but careful, the game is in French)
94 notes · View notes
satansvirus · 24 days ago
Text
hey tumblr! I’m a tiktok refugee looking to meet new people!
- I’m a satanist
- I’m a liberal (I love Bernie sm 😭)
- I love witchcraft/the occult
- I am learning French
- I love computer programming and I’m learning to code in Python
- I am queer (bisexual)
- I am neurodivergent (bpd + adhd)
- I want to be a game dev someday
- billionaire ceos should die
If I sound like someone you’d wanna be friends with, let’s be mutuals!
70 notes · View notes
code-es · 2 years ago
Text
Coding resource!
Tumblr media Tumblr media
exercism.org
A free website where you get specific problems to methodically learn small concepts of a programming language. Do 10 minutes to 1 hour every day, and then you will keep practicing every day, and you will be able to use the skills you learn in your real projects. They walk you through the problem all the way, and it's a super good way to learn!
2K notes · View notes
hauxicrook · 2 months ago
Text
The Zen of Python
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one—and preferably only one—obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!
54 notes · View notes