silly_techy Profile Banner
Silly Techy Profile
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
Don't wanna be here? Send us removal request.
@silly_techy
Silly Techy
11 months
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
@silly_techy
Silly Techy
1 year
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
@silly_techy
Silly Techy
2 years
The star operator (*) is a versatile tool in Python for unpacking elements from an iterable. It is simple, readable, and efficient.
1
0
0
@silly_techy
Silly Techy
2 years
Use Match statements instead of if-else statements. https://t.co/NLRK7pqsen via @YouTube
0
0
0
@silly_techy
Silly Techy
2 years
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
@silly_techy
Silly Techy
4 years
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
@silly_techy
Silly Techy
4 years
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
@silly_techy
Silly Techy
4 years
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
@silly_techy
Silly Techy
4 years
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
@silly_techy
Silly Techy
4 years
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
@silly_techy
Silly Techy
5 years
0
4
4
@silly_techy
Silly Techy
5 years
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
@silly_techy
Silly Techy
5 years
0
2
2
@silly_techy
Silly Techy
5 years
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
@silly_techy
Silly Techy
5 years
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
@silly_techy
Silly Techy
5 years
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