Silly Techy
@silly_techy
Followers
16
Following
28
Media
22
Statuses
33
Senior AI Engineer: I'm not a robot, but I can build one.
Joined May 2021
Hey @deepseek_ai i do want to know if you are using RUST in your backend to develop these models or are you planning on using it to be more efficient in consuming resources. #AINewsIL #AIModels
0
0
0
Conditional statements in Go are essential for controlling the flow of a program based on specific conditions. They allow developers to execute different blocks of code depending on whether a condition evaluates to true or false. #go #goprogramming #golangtutorials
0
0
0
The star operator (*) is a versatile tool in Python for unpacking elements from an iterable. It is simple, readable, and efficient.
1
0
0
Use Match statements instead of if-else statements. https://t.co/NLRK7pqsen via @YouTube
0
0
0
Python's pattern matching offers expressiveness for complex scenarios, error handling to prevent runtime issues, and maintenance benefits by reducing nested if-else statements. It enhances code readability, flexibility, and ease of modification.
0
0
0
map we can pass arguments as iterables. But map does not expect an iterable inside another iterable. In cases like this we can use starmap. #pythontutorial2021 #pythonitertools #pythonbuiltinfunction #pythontutorialforbeginners #everythingpython #learnpython
0
1
1
Python filter helps us to quickly filter out iterables based on an expression or function. It can help us to avoid loops and conditional statements for filtering elements. #pythonfilters #pythonfilterfunction #everythingpython #pythonbuiltinfunction #pythontutorial2021
0
1
1
Python lambda functions are also called anonymous functions, meaning nameless functions. Lambda can take any number of arguments but can have only one expression. We can not write doc strings for lambda functions. #everythingpython #python #pythoncourse #pythonlambda
0
1
1
We use python inbuilt method map() to run a function on each element of an iterable. Sometimes it is more efficient to use a map() compared to loops. As it is more efficient. #pythonmaptutorial #pythonmapfunctions #pythonmapfunction#pythontutorial2021 #everythingpython
0
1
1
zip method is used to combine different operators together. The combined elements can be accessed via a for loop. #python3
#pythonprogramming #pythonlearning #pythondeveloper #pythoncoding #pythontutorial #everythingpython #zipmethods #pythonzip #pythonbeginner #pythonbasics
0
4
2
Python Conditional statements. A basic overview. https://t.co/Q92DL13scn
#pythonprogramming #pythonlearning #pythoncode #ifelse #Python3 #pythonconditionalstatements #learningpython #everythingpython #codingisfun #codinglife #100DaysOfCode #python2021
1
7
4
Python function declaration & invocation #pythonfunctiontutorial #pythonfunctions #pythonfunctionreturns #python3 #pythonlearning #pythonprogrammingcourse #pythonprogramminglanguage #pythoncodecamp #pythontutorial2021 #pythontutorialforbeginners #pythonclasses #everythingpython
1
4
7
Tuples in python and the two methods. #pythonprogramming #pythonlearning #pythondeveloper #pythoncoding #pythonprogrammer #pythontutorial #pythontraining #pythoncourse #everythingpython #pythontuples #tuples #pythondatastructure #coding #codinglife #programming #python
1
13
8
we have many common python list methods available to us. sort, remove, pop etc. #pythonprogramming #pythonlearning #pythondeveloper #pythoncoding #pythontutorial #pythontraining #pythoncourse #everythingpython #pythonlistmethods #listmethods #poplist #sortlist
0
4
4
Python comprehensions are a way of writing concise code to generate a sequence which can be a list, tuple, dictionary, set or generator by using another sequence. #pythoncomprehensions #everythingpython #pythonprogramming #pythontutorial #pythonlearning #pythontraining #pythonhub
0
2
2
Use Else statements in While Loop and For loops to make python loops more versatile. #pythonprogramming #pythoncode #pythonlearning #pythoncoding
#pythonhub #pythontutorial #pythontraining
#pythoncourse
#codinginspiration #codingninjas
#everythingpython #EverythingPython
0
2
2
Python 3.9 Variables and Datatypes 2021. https://t.co/6BzE4BSLN8 via @YouTube
#pythonprogramming #pythoncode #pythonlearning #pythondeveloper #pythoncoding #pythonprogrammer
#pythonhub #pythontutorial #pythontraining #pythoncourse #codinginspiration
#everythingpython
0
1
2
Lets get started with python variables and Data types. How we can access them and what are the properties. #python #pythonprogramming #programmers #coding #codingisfun #pythondeveloper #pythonlearning #pythonfunctions #computerscience #computerengineering
2
15
5
Python conditional statements are very useful to check expressions and based on the result of the expression do a certain task. #pythonlearning #pythondeveloper #pythoncoding
#pythonprogramminglanguage #pythonhub #pythontutorial #pythontraining #pythoncourse
#everythingpython
0
0
0
You are actually passing memory references into the parameters of a python function. #python #pythonprogramming #programmers #coding #codingisfun #pythondeveloper #pythonlearning #pythonfunctions #computerscience #computerengineering
0
7
2